Repository for compiling all message and service definitions for machine games
This package contains no source code. All it does is build the message and service definitions so other ROS packages can utilize them.
-
Clone this package in the same catkin workspace as the packages that need these messages.
-
For every package that requires these messages, edit the package.xml and add:
<build_depend>mg_msgs</build_depend><run_depend>mg_msgs</run_depend>
-
For every package that requires these messages, edit the CMakeLists.txt and add:
- mg_msgs to find_package
- mg_msgs to CATKIN_DEPENDS in catkin_package
- add_dependencies(TARGET mg_msgs_gencpp)