pyrobosim.navigation.world_graph.WorldGraphPlanner.plan

WorldGraphPlanner.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.