pyrobosim.utils.path.Path.__init__

Path.__init__(poses: list[Pose] = [], planning_time: float | None = None) None

Creates a Path object instance.

Parameters:
  • poses – List of poses representing a path.

  • planning_time – The time taken to generate this path.