Commonly used messages in ROS. Includes messages for actions (actionlib_msgs), diagnostics (diagnostic_msgs), geometric primitives (geometry_msgs), robot navigation (nav_msgs), and common sensors (sensor_msgs), such as laser range finders, cameras, point clouds.
Sorry that it took so long, I wasn't able to find some time to do this earlier.
Does anyone have a good idea how deactivate packages like sensor_msgs, when installed via dkpg? I would need this feature to test my pull request, since I don't really want to set up a virtual box and compile from source (at least not today).
...ent of add_message_files. The DIRECTORY argument of add_action_files now also takes absolute paths.
This hopefully makes the BASE_DIR argument of add_message_files useless. (See https://github.com/ros/genmsg/pull/51).
Sorry that it took so long, I wasn't able to find some time to do this earlier.
Does anyone have a good idea how deactivate packages like sensor_msgs, when installed via dkpg? I would need this feature to test my pull request, since I don't really want to set up a virtual box and compile from source (at least not today).