How can I set pre-existing targets in MultiTargetGroundTruthSimulator? #630
-
The scenarios I'm trying to simulate often involve several targets which exist from the very beginning of the simulation. For example, there could be 5 targets moving around with 0 births and 0 deaths. But the MultiTargetGroundTruthSimulator has the line
in the first iteration of the groundtruth_paths_gen() function. What is the best way to get those targets to exist from the very beginning? It would be nice if I could even provide my own starting states for those targets. What I've Tried:
Any thoughts about how to do this? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Update: I made a pull request to add some more parameters to the MultiTargetGroundTruthSimulator. It is now possible to pass in starting states for targets, and/or to tell the simulator how many targets you want to be randomly simulated from the start. |
Beta Was this translation helpful? Give feedback.
Update: I made a pull request to add some more parameters to the MultiTargetGroundTruthSimulator. It is now possible to pass in starting states for targets, and/or to tell the simulator how many targets you want to be randomly simulated from the start.