pyrobosim.utils.search_graph.SearchGraphPlanner.plan

SearchGraphPlanner.plan(start: Node, goal: Node) list[Node] | None

Plan path from start to goal.

Parameters:
  • start – The start node.

  • goal – The goal node.

Returns:

A list of nodes describing the path, or None if planning failed.