forked from ros-perception/vision_msgs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added headers to the *Array messages (ros-perception#8)
- Loading branch information
Adam Allevato
authored
Jun 7, 2017
1 parent
9d1a365
commit 642f211
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |