ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

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");