strands-project / strands_perception_people

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

Adding an emulator for the bayes people tracker #168

Closed cdondrup closed 9 years ago

cdondrup commented 9 years ago

This script is meant to be used with the strands_morse environment or more specifically the human pose simulator which is why the input topic defaults to /human/transformed. It also requires a static transform publisher to be running to create a link between the simulator and the robot's tf frame as can be seen in the uol environment launch file.

Functionality:

Receive a PoseStamped and create all the topics that the bayes people tracker would be publishing:

This PR only adds code and should therefore not be critical.

I might have been able to reuse the header file from the people_tracker for the visualisation, but I didn't want to do this in C++ ;)

cdondrup commented 9 years ago

Shouldn't break anything.