Two Thymios connected to one PC with Python
I need to connect two Thymios to the same computer in order to control them with a single Python program. How can I do that?
I already tried with:
asebamedulla -d "ser:device=/dev/ttyACM0;remapLocal=1" "ser:device=/dev/ttyACM1;remapLocal=2"but when I run the Braitenberg example (https://aseba.wikidot.com/en:thymioraspyexample) I get this error:
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.InvalidArgs: variable motor.left.target does not exists in node thymio-III think I need to specify which node of the Aseba network I want to get the values from. But I don't know how to do that.
