Is it possible to change "msg" and "srv" folder position in a package ?
As I am working on a multi-framework environment I wanted to separate what is related to ROS from the other. I would like to put the "msg" and "srv" folder into ros/msg and ros/srv. Is there any Cmake variable to configure this ?
In the same way, I would like to customize the position of srv_gen and msg_gen, is there also a variable ?