2017-09-07 21:55:41 +08:00
|
|
|
CARLA Settings
|
|
|
|
==============
|
|
|
|
|
2017-10-24 23:07:23 +08:00
|
|
|
CARLA reads its settings from a "CarlaSettings.ini" file. This file controls
|
|
|
|
most aspects of the simulation, and it is loaded every time a new episode is
|
2017-09-07 21:55:41 +08:00
|
|
|
started (every time the level is loaded).
|
|
|
|
|
|
|
|
Settings are loaded following the next hierarchy, with values later in the
|
|
|
|
hierarchy overriding earlier values.
|
|
|
|
|
2017-11-29 18:35:33 +08:00
|
|
|
1. `{CarlaFolder}/Unreal/CarlaUE4/Config/CarlaSettings.ini`.
|
|
|
|
2. File provided by command-line argument `-carla-settings="Path/To/CarlaSettings.ini"`.
|
2017-11-19 03:32:36 +08:00
|
|
|
3. Other command-line arguments as `-carla-server` or `-world-port`.
|
2017-09-07 22:04:18 +08:00
|
|
|
4. Settings file sent by the client on every new episode.
|
2017-09-07 21:55:41 +08:00
|
|
|
|
2017-11-13 21:01:55 +08:00
|
|
|
Take a look at the [CARLA Settings example][settingslink].
|
2017-09-07 21:55:41 +08:00
|
|
|
|
2017-11-13 21:01:55 +08:00
|
|
|
[settingslink]: https://github.com/carla-simulator/carla/blob/master/Docs/Example.CarlaSettings.ini
|