Replies: 3 comments
-
Anyone to help on this, please? |
Beta Was this translation helpful? Give feedback.
-
Looking at the code for MoveItSimpleControllerManager it does pretty much everything parameter related in the initalize() function, and does not set a parameter change callback - so yeah, I wouldn't expect this to work for setting any of the configuration parameters. As for your plugin, I have no idea what that code has going on inside - but if it doesn't call add_on_set_parameters_callback to setup a callback that handles the parameter change, it would also not work. |
Beta Was this translation helpful? Give feedback.
-
I use generate_parameter_library, so the callbacks should all be set. As I wrote, everything works as expected when I create an instance of the plugin directly in my node. |
Beta Was this translation helpful? Give feedback.
-
I have a kinematics plugin that has some ROS parameters. When I create an instance of the plugin directly in my control node, I can change the parameters during runtime. I didn't manage to change the parameter of the instance created by
moveit_simple_controller_manager
. I can read it withbut when I attempt to change it, I get
Is this a feature? How can I change the behavior of my kinematics plugin in runtime then?
Beta Was this translation helpful? Give feedback.
All reactions