pyrobosim.utils.trajectory.Trajectory.__init__

Trajectory.__init__(t_pts: list[float] = [], poses: list[Pose] = []) None

Creates a Trajectory object instance.

Parameters:
  • t_pts – List of time trajectory points, in seconds.

  • poses – List of poses that make up the trajectory.