Skip to content
Snippets Groups Projects
  1. Sep 13, 2019
  2. Sep 12, 2019
  3. Sep 10, 2019
  4. Sep 09, 2019
  5. Aug 29, 2019
  6. Jun 21, 2019
  7. May 02, 2019
  8. Mar 05, 2019
  9. Feb 15, 2019
  10. Feb 07, 2019
  11. Feb 06, 2019
  12. Feb 04, 2019
  13. 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
    • Ramin Yaghoubzadeh Torky's avatar
    • Ramin Yaghoubzadeh Torky's avatar
      Python: added ROS back-end · cff2effe
      Ramin Yaghoubzadeh Torky authored
      Backends are automatically detected at module initialization.
      There will be a warning if more than one is available and
      you didn't specify the backend config key, e.g. using the env:
      export IPAACA_BACKEND=ros
      or
      export IPAACA_BACKEND=mqtt
      
      TODO: ROS host / port configuration etc (but rospy probably
      honors their normal env vars internally; not tested)
      cff2effe
Loading