ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Take a look at the service client tutorial. This gives an example of making a simple service client in C++ and calling the service from that C++ code, as opposed to with rosservice on the command line.