Converts a sequence of Descartes joint trajectory points to ROS trajectory points. Copies timing if specified, and sets vel/acc/effort fields to zeros.
- Parameters:
-
model | Descartes robot model associated with the Descartes joint trajectory |
joint_traj | Sequence of 'joint trajectory points' as returned by Dense/Sparse planner |
default_joint_vel | If a point, does not have timing specified, this value (in rads/s) is used to calculate a 'default' time. Must be > 0 & less than 100. |
out | Buffer in which to store the resulting ROS trajectory. Only overwritten on success. |
- Returns:
- True if the conversion succeeded. False otherwise.
Definition at line 50 of file ros_conversions.cpp.