ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
According to the nao_driver wiki page, it's an empty service, so you would use std_srvs::Empty
:
ros::ServiceClient client = n.serviceClient<std_srvs::Empty>("/body_stiffness/enable");