You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 with
$ ros2 param get /moveit_simple_controller_manager with_experimental_joint_limits
Boolean value is: False
but when I attempt to change it, I get
$ ros2 param set /moveit_simple_controller_manager with_experimental_joint_limits false
Setting parameter failed
Is this a feature? How can I change the behavior of my kinematics plugin in runtime then?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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