pyrobosim.navigation.a_star.AstarPlanner.plan

AstarPlanner.plan(start, goal)

Plans a path from start to goal.

Parameters:
Returns:

Path from start to goal.

Return type:

pyrobosim.utils.motion.Path