Skip to content
Snippets Groups Projects
  1. Sep 20, 2022
  2. Jul 30, 2019
  3. Feb 15, 2019
  4. Feb 03, 2019
    • Ramin Yaghoubzadeh Torky's avatar
      C++ and Python: parse ipaaca.conf in cwd or ~/.config/ · 3de37b65
      Ramin Yaghoubzadeh Torky authored
      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
      3de37b65
  5. Feb 02, 2019
  6. Jan 31, 2019
  7. Jan 30, 2019
Loading