pyrobosim.navigation.prm.PRMPlanner.plan

PRMPlanner.plan(start: Pose | Node, goal: Pose | Node) Path

Plans a path from start to goal.

Parameters:
  • start – Start pose or graph node.

  • goal – Goal pose or graph node.

Returns:

Path from start to goal.