b-it-bots / mas_perception_msgs

0 stars 7 forks source link

refactor people description messages #5

Open minhnh opened 5 years ago

minhnh commented 5 years ago

Currently in the repository there's Person.msg and Face.msg. Person.msg do not use Face.msg.

There's also the provided people_msgs/Person from wg-perception (but ros-<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.

argenos commented 5 years ago

I see two options:

I'm partial to the second. @alex-mitrevski @PatrickNa thoughts?

minhnh commented 5 years ago

Another approach for people description messages from intel ROS 2 OpenVINO project may also give some inspiration.