Robotics StackExchange | Archived questions

Switching moveit planner without respawning a node

I had been running UR5 (on Ubuntu 18.04 ROS Melodic) to use OMPL and PILZ planners on moveit and they worked well independently. But I'm wondering if there are any way I can switch planners in the middle of action (without respawning or killing a node/launch file).

Thank you in advance :)

Asked by bxtbold on 2023-01-16 06:54:29 UTC

Comments

try changing the parameters,

/move_group/default_planning_pipeline: ompl

and load the planner parameter file on the same namespace under /move_group/planning_pipelines/ Ideally it should work.

You can also use dynamic_reconfigure

Asked by aarsh_t on 2023-01-16 07:06:58 UTC

Answers