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
177 stars 191 forks source link

visualization_msgs/MarkerArray is provided but visualization_msgs/ImageMarkerArray is not #173

Open jhurliman opened 3 years ago

jhurliman commented 3 years ago

https://github.com/ros/common_msgs/pull/172 appears to fix this inconsistency.

jhurliman commented 3 years ago

As a workaround, I've published the foxglove_msgs package which includes foxglove_msgs/ImageMarkerArray. https://github.com/ros/rosdistro/pull/29682