ROS学习笔记10 - 编写编译和检验Service Node
ROS学习笔记10 - 编写编译和检验Service Node ROS学习笔记10 - 编写编译和检验Service Node 百度文库:http://wenku.baidu.com/view/e14d5e18dd88d0d232d46a37 Writing a Service Node Here we’ll create the service (“add_two_ints_server”)node which will receive two ints and return the sum. Change directories to your beginner_tutorialspackage you created in your catkin workspace previous tutorials: cd ~/catkin_ws/src/beginner_tutorials Please make sure you have followed the directions in the previous tutorialfor creating the service needed in this tutorial,creating the AddTwoInts.srv (be sure to choose the rightversion of build tool you’re using at the top of wiki page in the link).
…