MCPcopy Create free account
hub / github.com/RoboJackets/software-training / IsGoal

Method IsGoal

astar_path_planner/src/astar_path_planner.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104bool AStarPathPlanner::IsGoal(const Point & point)
105{
106 // BEGIN STUDENT CODE
107 return false;
108 // END STUDENT CODE
109}
110
111bool AStarPathPlanner::IsPointInCollision(const Point & point)
112{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected