ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I just needed to compute the timestamps before reading them. I added these three lines and it works fine :

  #include <moveit/trajectory_processing/iterative_time_parameterization.h>

then, after generating the plan :

  trajectory_processing::IterativeParabolicTimeParameterization iptp(100, 0.05);
  iptp.computeTimeStamps(*res.trajectory_, speed_scale, 1.0);