CarlaDataProvider information when vehicles are spawned from different process. #27
Labels
duplicate
This issue or pull request already exists
enhancement
New feature or request
priority : low
wontfix
This will not be worked on
The agent relies on information from the scenario_runner's CarlaDataProvider, i.e spawned actors are registered and tracked there.
However, when this spawning is done by a different process, i.e. a different CarlaDataProvider, the agent is not aware of these actors.
Solution gather all actors from the simulator from time to time. For performance reason do this with a flag.
Open question, how to prevent a wrong flag: performance degradation / wrong actor information.
The text was updated successfully, but these errors were encountered: