strands-project / strands_perception_people

long-term detection, tracking and recognition of people
96 stars 70 forks source link

Add wheel chair detector to tracker #209

Closed cdondrup closed 7 years ago

cdondrup commented 7 years ago

Needs to go here: https://github.com/strands-project/strands_perception_people/blob/indigo-devel/bayes_people_tracker/config/detectors.yaml

Needs to publish a pose array or use to_pose_array

Pandoro commented 7 years ago

Am I not getting something, or is it there already?

On Oct 7, 2016 2:57 PM, "Christian Dondrup" notifications@github.com wrote:

Needs to go here: https://github.com/strands-project/strands_perception_ people/blob/indigo-devel/bayes_people_tracker/config/detectors.yaml

Needs to publish a pose array or use to_pose_array

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/strands-project/strands_perception_people/issues/209, or mute the thread https://github.com/notifications/unsubscribe-auth/AByRzXTNwinf29mpQH9rj0Qzp_Db3NzQks5qxkGegaJpZM4KQ_98 .

cdondrup commented 7 years ago

Oh, It is... didn't see, sorry :( We had that at the demo as well right?

Then it needs to be added to one of the launch files I guess. Preferably this: https://github.com/strands-project/strands_perception_people/blob/indigo-devel/perception_people_launch/launch/people_tracker_robot.launch

Pandoro commented 7 years ago

Edit: To avoid confusion I decided to not make another "with_laser_filter" parameter separately for the wheelchair detector. Edit2: Also I set the with_wheelchair to false by default. We cannot provide a proper default for the wheelchair detector machine and this would make it harder to start stuff if cuda etc was not setup correctly.