You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.