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

Examining Simple Service and Client Tutorial

asked 2015-01-29 14:12:11 -0500

warhost gravatar image

When going through the first part of the tutorial of the subject title, this is what happens in terminal:

warhost@warhost-Latitude-E6400:~/catkin_ws$ rosrun beginner_tutorials add_two_ints_server It stays there until ^c'd out.

Any idea what I may be doing wrong? I did this in C++ Do you need me to post code?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-01-29 15:22:47 -0500

That is expected; the "service server" will just sit there waiting for requests from clients. To exercise the server, you'll need to start another terminal window and run client(s) that make requests to the server.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2015-01-29 14:12:11 -0500

Seen: 159 times

Last updated: Jan 29 '15