pyrobosim.utils.trajectory.Trajectory.__init__

Trajectory.__init__(t_pts=[], poses=[])

Creates a Trajectory object instance.

Parameters:
  • t_pts (list[float]) – List of time trajectory points, in seconds.

  • poses (list[pyrobosim.utils.pose.Pose]) – List of poses that make up the trajectory.