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

Custom planner manager does not show planner parameters in MoveIt

asked 2020-05-01 11:00:38 -0500

Wilkson gravatar image

I wrote a custom planner manager that loads my own path planner for MoveIt. So far, everything compiles and MoveIt is able to use my planner manager and load the custom path planner. However, even though the planner configurations/parameters get loaded to the parameter server, the Planner Parameter field remains unpopulated in MoveIt.

I searched online and no one seems to have had this issue before. What could be the problem?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-05-18 07:49:48 -0500

Wilkson gravatar image

[SOLVED]

I needed to retrieve the settings from the parameter server and put them in config_settings_.There is also a method I needed to implement (setPlannerConfigurations) which sets the parameters in the GUI and push the changes to config_settings_.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2020-05-01 11:00:38 -0500

Seen: 104 times

Last updated: May 18 '20