Skip to content
Snippets Groups Projects
Commit 3de37b65 authored by Ramin Yaghoubzadeh Torky's avatar Ramin Yaghoubzadeh Torky
Browse files

C++ and Python: parse ipaaca.conf in cwd or ~/.config/

The C++ parser is very minimal and ignores section markers (in our
case there isn't really any need for different sections anyway).
Python expects one section [ipaaca] - the format of the files
is otherwise standard ConfigParser / ini:

[ipaaca]

transport.mqtt.host=localhost
transport.mqtt.port=1883

backend=ros

You can override any of those using an environment variable
e.g. IPAACA_TRANSPORT_MQTT_HOST for transport.mqtt.host
parent d63e6e02
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment