pyrobosim.utils.path.Path

class pyrobosim.utils.path.Path(poses: list[Pose] = [], planning_time: float | None = None)

Representation of a path for motion planning.

Methods

__init__([poses, planning_time])

Creates a Path object instance.

fill_yaws()

Fills in any yaw angles along a path to point at the next waypoint.

print_details()

Print detailed description of the path.

set_poses(poses)

Sets the list of poses and computes derived quantities.