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 find the problem:

moveit_msgs::RobotTrajectory trajectory;
const double jump_threshold = 0.5; 
const double eef_step = 0.01;
move_group.computeCartesianPath(waypoints, eef_step, jump_threshold, trajectory);

The solution ist to set the jump_threshold to 0.0. Then the robot start to move without issues.