Stefan Sauer

Results 256 comments of Stefan Sauer

Planning discussion now on a wiki page: https://github.com/OpenRoberta/robertalab-ev3dev/wiki/lab.py-communication-with-brickman

Can you share your program (screenshot) or "save as ..." from the 1st menu and atatch the xml (or put the xml on e.g. gist.github.com and paste the link here).

Do you know that you can cancel a running program using 'Center'+'Down' keys on the ev3-brick ? This is useful if you used a `run indefinitely' block to check the...

Again, please do a screenshot of the program you run (or download the xml/python). I need more details to be able to reproduce here.

is this with openrobertalab.service from git or from whatever is in the image? The main issue is that with supporting both jessie and stretch packing is becoming even more difficult...

Yes, the idea is to start a new git repository 'openroberta' and extract the code from lab.py. Lab.py contains multiple things (the actual protocol state machine, a dbus service, the...

No, the hal will stay here (robertalab-ev3dev) and there will be a separate hal.py for eg robertalab-raspberrypi. Whenever the current lab.py calls function from hal.py we need an interface instead.

FYI: a 2nd use for the new library could be the naoclient: https://github.com/OpenRoberta/robertalab-naoclient/tree/master/oraclient-choreographe-app/app/scripts

I seem to have found an example for python dbus and properties: https://github.com/bkircher/dbus-python/blob/master/examples/example-service.py#L72-L81 This is completely undocumented in the python-dbus docs though and I am not sure it is even...