Skip to content

Commit

Permalink
add num_detected_people, name fields
Browse files Browse the repository at this point in the history
  • Loading branch information
minhnh authored and alex-mitrevski committed Jul 19, 2019
1 parent 8542e15 commit 736855f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion msg/PeopleScene.msg
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
3 changes: 2 additions & 1 deletion msg/Person.msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
string identity
string identity # unique string that identify the person
string name # given name, e.g. 'John Doe'
float32 age
mas_perception_msgs/Face face
sensor_msgs/Image body_image # extracted RGB image of the person
Expand Down

0 comments on commit 736855f

Please sign in to comment.