- Sep 13, 2019
-
-
Teena Hassan authored
-
Teena Hassan authored
-
Teena Hassan authored
-
Teena Hassan authored
-
- Sep 12, 2019
-
-
Jan Pöppel authored
-
Jan Pöppel authored
-
Jan Pöppel authored
-
Jan Pöppel authored
-
Jan Pöppel authored
-
Jan Pöppel authored
-
Jan Pöppel authored
-
- Sep 10, 2019
-
-
Teena Hassan authored
-
Teena Hassan authored
-
- Sep 09, 2019
-
-
Hendrik Buschmeier authored
-
-
* CMakeModules/FindBoost.cmake removed * Automatic protobuf build
-
Hendrik Buschmeier authored
-
Teena Hassan authored
-
Teena Hassan authored
* CMakeModules/FindBoost.cmake removed * Automatic protobuf build
-
- Aug 29, 2019
-
-
Hendrik Buschmeier authored
-
- Jun 21, 2019
-
-
Teena Hassan authored
-
- May 02, 2019
-
-
Hendrik Buschmeier authored
-
Hendrik Buschmeier authored
-
Hendrik Buschmeier authored
-
- Mar 05, 2019
-
-
Ramin Yaghoubzadeh Torky authored
-
- Feb 15, 2019
-
-
Ramin Yaghoubzadeh Torky authored
Changed signature of str_split_... to return int (num of new tokens)
-
- Feb 07, 2019
-
-
Ramin Yaghoubzadeh Torky authored
ROS backend depended on a mosquitto function, a stray copy-paste line ...
-
- Feb 06, 2019
-
-
Ramin Yaghoubzadeh Torky authored
Added a verbose warning when trying to sniff on a global scope on ROS - that is not implemented (needs 3rd party stuff (?)). You need to specify a list of categories for now when using ROS.
-
Ramin Yaghoubzadeh Torky authored
-
Ramin Yaghoubzadeh Torky authored
-
Ramin Yaghoubzadeh Torky authored
Unreliable delivery during handshake phase persists.
-
- Feb 04, 2019
-
-
Ramin Yaghoubzadeh Torky authored
The major caveat for ROS is potential message loss right after a Publisher is advertised. tcp_nodelay has been set in the Subscribers and latching in the Publishers (resending the last message on demand to late Subscribers). These are not completely airtight fixes, though.
-
Ramin Yaghoubzadeh Torky authored
I combined the source files & added skipping whitespace & a C++ wrapper. Original source: https://github.com/littlstar/b64.c
-
- Feb 03, 2019
-
-
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
-
Ramin Yaghoubzadeh Torky authored
-
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)
-
Ramin Yaghoubzadeh Torky authored
It would need major reimplementation. Note that this means the C# / .NET Windows version is also out for now, since it relies on an IKVM wrapper around the jars.
-
Ramin Yaghoubzadeh Torky authored
-
Ramin Yaghoubzadeh Torky authored
-
- Feb 02, 2019
-
-
Ramin Yaghoubzadeh Torky authored
Requires some preparations of the lib dependencies; prepackaged compiled ipaaca libs ought to be provided.
-