yconst / burro

Platform for small-scale self-driving vehicles.
Other
37 stars 19 forks source link

where is config.py? #43

Closed f-e-l-i-x closed 6 years ago

f-e-l-i-x commented 6 years ago

Hi,

After installation there is no config.py in /burro/burro. Is it automatically generated? Is there a template I can use?

Thanks,

Felix

yconst commented 6 years ago

The configuration files live in the config/ module. There are two files, defaults.ini and user.ini. The first one exists by default and the second one is either generated on the fly or by the user.

Both can be changed but it is more convenient to ad your overrides to the user.ini file. Anything in that file will override the defaults.