ros-perception / vision_msgs

Algorithm-agnostic computer vision message types for ROS.
Apache License 2.0
155 stars 74 forks source link

Add headers to the *Array messages #8

Closed Kukanani closed 7 years ago

Kukanani commented 7 years ago

The primary motivation for doing this is to enable display of the *Array messages directly in RViz, which requires messages to have headers.

Although this could mean a 3-layer nesting of messages with Headers, this is a standard ROS paradigm.