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

rbaehr's profile - activity

2021-02-22 08:31:16 -0500 received badge  Famous Question (source)
2018-06-06 19:42:20 -0500 received badge  Notable Question (source)
2018-06-06 19:42:20 -0500 received badge  Popular Question (source)
2016-06-18 21:27:38 -0500 asked a question Can I overload the ServiceServer callback to have multiple types of responses for the same request?

I want to have a ServiceServer that given a request's value, can have multiple types of responses which are not necessarily the same types of data msgs.

Can I overload the advertiseService() specified callback to achieve this? Or is there some other way to do this?