This shows you the differences between two versions of the page.
projects:hands_on_examples_rosservices_examples [2012/06/22 13:15] – created winklerj | projects:hands_on_examples_rosservices_examples [2012/06/22 14:50] (current) – winklerj | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Simple ROS service examples ====== | ||
+ | An example project (ROS node) that serves a virtual "song title database" | ||
+ | < | ||
+ | This is just an example for reference purposes. | ||
+ | |||
+ | ===== Running the server ===== | ||
+ | Running the server using < | ||
+ | |||
+ | ===== Running the client(s) ===== | ||
+ | The clients request a list of albums from the server. For each entry in this list, they request a list of titles. | ||
+ | |||
+ | For the C++ client, do < | ||
+ | For the python client, do < | ||
+ | For the LISP client, from within emacs, do < |