karlpauwels / simtrack

A simulation-based framework for tracking
BSD 3-Clause "New" or "Revised" License
102 stars 40 forks source link

Request: handling multiple object instances of the same type #6

Open mklingen opened 8 years ago

mklingen commented 8 years ago

Currently simtrack can only support tracking for one instance of a particular object. Could it be extended to support multiple instances of the same object?

JimmyDaSilva commented 7 years ago

Indeed it would be nice if one could detect and track several objects of the same type inside ROS.

I put twice the object in the list of objects to track demo_objects.yaml and it actually shows me the two objects correctly on the /simtrack/image topic, but as both their positions are publish in the same topic it is not straight forward to distinguish one from the other inside the ROS system even if the job since to be done within the software.

Maybe we could publish a markerArray instead ?