Replies: 3 comments
|
Anyone to help on this, please? |
0 replies
|
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. |
0 replies
|
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions