-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add num_detected_people, name fields
- Loading branch information
1 parent
8542e15
commit 736855f
Showing
2 changed files
with
4 additions
and
2 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,4 +1,5 @@ | ||
sensor_msgs/Image scene_image # store scene image which contain people | ||
mas_perception_msgs/Person[] people # list of people in scene | ||
sensor_msgs/RegionOfInterest[] face_rois # bounding boxes of people's faces | ||
sensor_msgs/RegionOfInterest[] body_rois # bounding boxes of people's full body | ||
sensor_msgs/RegionOfInterest[] body_rois # bounding boxes of people's full body | ||
uint32 num_detected_people # should match the length of 'people' and ROI fields |
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