-
Hi all, I've been exploring the Barnim scenario and wanted to experiment the scenario , somwhere near my locality
After doing this my RSU was correctly placed in my locality,But however the vehicles spawned from another random region(not from Barnim). Also would like to understand better how lane and path variables can be set for custom locations. Thanks in Advance! :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The spawn location should not be affected by moving the RSU or changing the event location. Vehicles follow a specific route and are spawned at the start location of their route. The routes are stored in the The following configuration will spawn 120 vehicles of type
|
Beta Was this translation helpful? Give feedback.
The spawn location should not be affected by moving the RSU or changing the event location. Vehicles follow a specific route and are spawned at the start location of their route. The routes are stored in the
application/Barnim.db
file (SQLite database). Routes are identified by its ID and can be changed/added using the scenario-convert tool (find more details here). The vehicles are spawned according to the traffic definition in themapping_config.json
. Here you can define one or more so-called "spawners", which will add a continuous flow of vehicles following a specific route:The following configuration will spawn 120 vehicles of type
Car
on a route with ID1
. The first vehicle will spa…