-
- Downloads
[wip/ros-genmsg] Add a small patch needed for actionlib generated .msg
actionlib generated messages are in "build" directory. Without the patch, the cmake rules for message generation would install those generated .msg under a wrong path. Simply add an optional parameter to add_message_file() and add_service_file() that allows to specify both the source and destination dir of input files, instead of considering they are the same. This is only used by actionlib and has no side effect on other packages.
ros-genmsg/patches/patch-aa
0 → 100644
Please register or sign in to comment