SLIDE 1
Mukunda Bharatheesha
1.4 request response communication Mukunda Bharatheesha ROS - - PowerPoint PPT Presentation
ROS Services 1.4 request response communication Mukunda Bharatheesha ROS Services the basic idea ROS nodes communicating with Topics Many to many one-way communication ROS Wiki. No acknowledgement.
Mukunda Bharatheesha
http://wiki.ros.org/Services
list all available ROS services
$ rosservice list
call a ROS service
$ rosservice call <service_name> <arguments_req>
float64 measurement_metres
Bool success
hrwros_msgs/srv/ConvertMetresToFeet.srv
request field response field
program flow.
behaviors.
executing computations in service callback.
call!
Attention!