spencer-project / spencer_people_tracking

Multi-modal ROS-based people detection and tracking framework for mobile robots developed within the context of the EU FP7 project SPENCER.
http://www.spencer.eu/
656 stars 326 forks source link

Why the walking person model's ID number in RVIZ is not successive ? #72

Closed AssassinCrow closed 4 years ago

AssassinCrow commented 4 years ago

I finally succeeded in drawing the walking person model.

But in my case, the ID number of each person in the RVIZ displayer is not successive.

I don't know why they are not successive.

The track_id of 'trackedPerson' topic corresponds to the ID number (e.g. [MATCHED 0] or [MISSED 2]) of the walking person model in the RVIZ right?

Then what is the criterion of whether the model would be displayed or not in the RVIZ?

Thanks in advance :)

tlind commented 4 years ago

Hi, that is indeed a good question. Normally IDs should be consecutive (though some IDs may appear just very briefly). In your terminal window, I see a track ID 2, but I do not see the corresponding visualization in Rviz. Maybe it is outside of the Rviz camera's field of view (i.e. not visible unless you zoom out)? You could also open up the "Status" of the "TrackedPersons" display to see how many tracks are currently active/received.