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

Viggio's profile - activity

2020-09-02 10:03:48 -0500 received badge  Famous Question (source)
2020-09-02 10:03:48 -0500 received badge  Notable Question (source)
2020-09-02 10:03:48 -0500 received badge  Popular Question (source)
2016-03-31 13:22:38 -0500 received badge  Enthusiast
2016-03-24 00:10:30 -0500 received badge  Scholar (source)
2016-03-23 23:39:07 -0500 asked a question Advertise multiple services with same srv

I have several simultaneously active services that have the same data type for both the Request and Response fields. Can I use the same .srv file for all of the services? Or should I create a uniquely named .srv file for each service (the contents of which would be identical)?

If it's technically acceptable to re-use the same .srv file, is it considered good or bad practice?