pyrobosim.utils.motion.Path.set_poses

Path.set_poses(poses)

Sets the list of poses and computes derived quantities. Use this method to change the poses of an existing path, rather than directly assigning the poses attribute.

Parameters:

poses (list[pyrobosim.utils.pose.Pose], optional) – List of poses representing a path.