About

Gender

Male


Location

Glendale Heights, IL


Please tell us a bit about your UAV interest

Constructing autonomous quadcoptor with computer vision for school project.


Hometown:

Glendale Heights


Activity Feed

Sean Martin replied to Dave's discussion [Algorithm] Looking for a path planner
"I don't see why not. The algorithm is basically a couple of lists, and some simple comparisons. The most complex thing the computer needs to do is the heuristic calculation, which will probably be the distance formula: sqrt(X^2 + Y^2), although you…"
Sep 21, 2014
Sean Martin replied to Dave's discussion [Algorithm] Looking for a path planner
"You're looking for a path-finding algorithm. There are two I know of that might apply to you.
A* (pronounced A-star) is an algorithm that has seen extensive use in video-games. It needs a map of the area it's supposed to navigate first, represented…"
Sep 12, 2014