ros / ros_comm_msgs

5 stars 23 forks source link

Add Bool Service #7

Closed pantor closed 8 years ago

pantor commented 9 years ago

I often use a service with an additional bool field in my projects, e.g. for motor enabling/disabling, for switching a notification LED or to turn on/off a laser pointer. Any chance that it might be added to the std_srvs package?

DaikiMaekawa commented 8 years ago

:+1: I agree your PR because I often add the Bool.srv for our projects.

dirk-thomas commented 8 years ago

We have talked about this and came to the following conclusions:

That being said I have cherry-picked a modified version of this with the service name being called SetBool in 688af918632caef3992bbcf3b73eb325cd5d90a9

Thanks.