strands-project / strands_perception_people

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

Frame_id fix #228

Closed MFernandezCarmona closed 4 years ago

MFernandezCarmona commented 4 years ago

people_tracker_filter was not working properly when map and people_tracker/positions topics had different frame_id. This fork uses tf2 to handle transforms and gridMap library to manage metric position to cell conversions. We have tested the solution and it achieves similar performance than the original one.