ros / common_msgs

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.
http://wiki.ros.org/common_msgs
179 stars 191 forks source link

Added test_depend on rosunit in sensor_msgs #106

Closed Kukanani closed 7 years ago

Kukanani commented 7 years ago

I noticed that this dependency was missing in sensor_msgs, which uses gtest. This is contrary to http://docs.ros.org/jade/api/catkin/html/howto/format1/gtest_configuration.html.

See also #85

tfoote commented 7 years ago

Thanks!