Skip to content

Commit

Permalink
Added headers to the *Array messages (ros-perception#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Allevato authored Jun 7, 2017
1 parent 9d1a365 commit 642f211
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions msg/Detection2DArray.msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# A list of 2D detections, for a multi-object 2D detector.

Header header

# A list of the detected proposals. A multi-proposal detector might generate
# this list with many candidate detections generated from a single input.
Detection2D[] detections
2 changes: 2 additions & 0 deletions msg/Detection3DArray.msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# A list of 3D detections, for a multi-object 3D detector.

Header header

# A list of the detected proposals. A multi-proposal detector might generate
# this list with many candidate detections generated from a single input.
Detection3D[] detections

0 comments on commit 642f211

Please sign in to comment.