OpenRoberta / robertalab-ev3dev

roberta lab connector for ev3dev
Apache License 2.0
17 stars 14 forks source link

Sensors do not turn off after program finishes #60

Open boonto opened 6 years ago

boonto commented 6 years ago

In the resetState function the motors, LEDs and display are reset, but not the sensors. E.g. the color sensor's lights are still on after using it. I only tested it with the color sensor but it should be the case for all of them.

I do not know if this is a real issue or not.

ensonic commented 6 years ago

Good point, what do we do here with lejos? Reseting the modes to some sane default is probably a good idea, even more so when starting.