AC_Avoidance: remove comment from Dijkstra's

This commit is contained in:
Randy Mackay 2019-07-07 07:43:36 +09:00 committed by Tom Pittenger
parent 655ddd4ab3
commit bd3d352554
1 changed files with 0 additions and 1 deletions

View File

@ -251,7 +251,6 @@ bool AP_OADijkstra::create_polygon_fence_visgraph()
{AP_OAVisGraph::OATYPE_FENCE_POINT, j},
(_polyfence_pts[i] - _polyfence_pts[j]).length());
}
// ToDo: store infinity when there is no clear path between points to allow faster search later
}
}