Open minhnh opened 5 years ago
I see two options:
people_msgs/Person
in our message definition together with our additional fieldsI'm partial to the second. @alex-mitrevski @PatrickNa thoughts?
Another approach for people description messages from intel ROS 2 OpenVINO project may also give some inspiration.
Currently in the repository there's
Person.msg
andFace.msg
.Person.msg
do not useFace.msg
.There's also the provided
people_msgs/Person
fromwg-perception
(butros-<version>-people-msgs
can be installed independently). This message, however, do not have fields for point clouds, RGB, or key points (for pose detection).We should discuss and decide on a unified message to represent people.
Potentially related to b-it-bots/mas_domestic_robotics#152.