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

The trail step size specifies whether states in the real trajectory should be skipped, you cannot magically add new waypoints with it (it does not do interpolation at all) and the rviz plugin also does not at all affect computation in the move_group node.

You might be interested to add a trajectory filter as a PlanningRequestAdapter in your moveit config in launch/ompl_planning_pipeline.launch.xml. They would filter the trajectory and use a different interpolation as required. It looks like none of the approaches in there support quintinc interpolation though, which seems weird to me...