jtanx / picopterx

FYP 2015 Hexacopter project 🚁🚁🚁🚁
2 stars 1 forks source link

Path planner needs to account for intersecting polygons, and waypoints inside clooision zones #96

Closed 20739367 closed 8 years ago

20739367 commented 8 years ago

currently the algorithm's only test for a traversable path is whether it crosses the edges around a collision zone. This means that if there is a waypoint inside a zone, paths between the zone's nodes and that waypoint are treated as permissible because they don't cross the edges.