15.4 试试看
$ cd ~/catkin_ws
$ . devel/setup.bash
$ rosrun beginner_tutorials add_two_ints_server.py$ cd ~/catkin_ws
$ . devel/setup.bash
$ rosrun beginner_tutorials add_two_ints_client.py/home/user/catkin_ws/src/beginner_tutorials/scripts/add_two_ints_client.py [x y]$ rosrun beginner_tutorials add_two_ints_client.py 4 5Requesting 4+5
4 + 5 = 9Returning [4 + 5 = 9]Last updated