Skip to content
chris-smith edited this page Aug 27, 2013 · 4 revisions

You can create service clients using very similar functionality to Publishers and Subscribers. The only differences are that you would use all 3 of the ROS_Topic_ vi types (init, write, read). So to create a client to a service, our vi might look like this.

Service Example

There is currently a known bug in the service read functionality, which causes the read to return an empty string or the last reply it received rather than the most recent one.

Clone this wiki locally