ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you have the nao_controller node running, simply call its service /body_stiffness/disable
. You can also do that from the command line:
rosservice call /body_stiffness/disable "{}"
You can enable the stiffness in the same way (/body_stiffness/enable
).