Can message name end in Request?
I defined a message ConfirmRequest.msg and that did not work properly. Catkin did not generate the message automatically and when I forced it by explicitly listing the message I got problem with linking.
So is "Request" a forbidden ending of a message name? If so is that documented somewhere?