Stefan Sauer
Stefan Sauer
Not right now, but we have google-summer-of-student working on this feature. We actually we're awere of the ev3dev-media package, so thanks for letting us know. I need to check if...
hmm for me this works. 
I can't test right now (traveling). `sayText` is a quite simple wrapper around `ev3dev.Sound.speak()` https://github.com/OpenRoberta/robertalab-ev3dev/blob/develop/roberta/ev3.py#L367 jessie: https://github.com/ev3dev/ev3dev-lang-python/blob/ev3dev-jessie/ev3dev/core.py#L3445 stretch: https://github.com/ev3dev/ev3dev-lang-python/blob/f3fe81e8a0cd6dc60e651dd53a4c7ef16913e455/ev3dev2/sound.py#L288
I have a repro: ``` python _brickConfiguration = { ... 'wheel-diameter': 5.6, ... 'track-width': 18.0, ... 'actors': {}, ... 'sensors': {}, ... } hal = Hal(_brickConfiguration) hal.setVolume(100) hal.sayText("Hello"); hal.sayText("and"); hal.sayText("good...
Ahhh, https://github.com/ev3dev/ev3dev-lang-python/issues/461 - too bad that there is no new release :/
Right now I am relying on this. E.g. if the program hangs, one can long press the back-button to kill it (and with that the service).
The dbus auto start sounds like a good idea, but IMHO that would not solve the autostart issue in the case of a bad behaving service. ANd to be sure,...
The programs send from the the roberta-lab will be run in-process of the service (to avoid the startup-latency). Hence the service need to already grab an tty when starting.
Like like a bug in the code generator (https://github.com/OpenRoberta/openroberta-lab/blob/develop/RobotEV3/src/main/java/de/fhg/iais/roberta/visitor/codegen/Ev3PythonVisitor.java) - I am not sure where the `[0]` is coming from. I've tried to recreate the program and I don't get...
Yes, this is a known issue. So far ev3dev-strech was marked as beta and now it got marked stable all of a sudden together with a takedown of the link...