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

One cause is using one of the older, buggy time parameterization algorithms in your MoveIt setup. To fix this, you can grep in your "moveit_config" package and find some text like this:

default_planner_request_adapers/terativeParabolicTimeParameterization (or) default_planner_request_adapters/AddTimeParameterization

Replace it with the newest and best time parameterization algorithm, which is: default_planner_request_adapters/AddTimeOptimalParameterization

One cause is using This can be caused by one of the older, buggy time parameterization algorithms in your MoveIt setup. To fix this, you can grep in your "moveit_config" package and find some text like this:

default_planner_request_adapers/terativeParabolicTimeParameterization (or) default_planner_request_adapters/AddTimeParameterization

Replace it with the newest and best time parameterization algorithm, which is: default_planner_request_adapters/AddTimeOptimalParameterization

This can be caused by one of the older, buggy time parameterization algorithms in your MoveIt setup. To fix this, you can grep in your "moveit_config" package and find some text like this:

default_planner_request_adapers/terativeParabolicTimeParameterizationdefault_planner_request_adapers/IterativeParabolicTimeParameterization (or) default_planner_request_adapters/AddTimeParameterization

Replace it with the newest and best time parameterization algorithm, which is: default_planner_request_adapters/AddTimeOptimalParameterization