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

Method GetStepCost

astar_path_planner/src/astar_path_planner.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97double AStarPathPlanner::GetStepCost(const Point & point, const Point & next)
98{
99 // BEGIN STUDENT CODE
100 return 0.0;
101 // END STUDENT CODE
102}
103
104bool AStarPathPlanner::IsGoal(const Point & point)
105{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected