Name conflict between msg and srv
I want publish a message reporting an actuator state change, but I also want to provide a service to allow setting that state. When I tried to create a msg called MyState and srv called MyState, catkin_make gives me a name conflict error. Why can't msg and srv files use the same name? Do they share the same namespace?