David Lechner
David Lechner
Example server: https://github.com/G33kDude/ev3dev-web-remote
Although this is "more correct", it is a breaking change for anyone catching the existing exceptions - something to consider.
There is ev3dev-buster if you want to go crazy with breaking changes :wink: I would be very cautious about releasing any breaking changes to ev3dev-stretch, no matter how small. My...
Since EV3 can automatically detect UART sensors, it doesn't let you pick a different one. BrickPi3 and PiStorms (and mindsensors EV3 sensor multiplexer) on the other hand can't automatically detect...
> I opened a PR on the python demo repo with a sample program; would you be able to test it? Yeah, I'll try it tomorrow.
Perhaps another tip for the documentation, if you get this error... ``` Starting: brickrun --directory="/home/robot/brickpi3" "/home/robot/brickpi3/main.py" ---------- Traceback (most recent call last): File "/home/robot/brickpi3/main.py", line 11, in from ev3dev2.motor import...
The more places the better 😄 Maybe add some links to the FAQ from different places? e.g. at the top of the sensor docs, say "If you are using BrickPi3,...
Can you share the full program?
The [docs](https://ev3dev-lang.readthedocs.io/projects/python-ev3dev/en/ev3dev-stretch/sensors.html#base-sensor) say that the `Sensor` class is in the `ev3dev2.sensor` module, not `sensor.lego`.
That is the way continuous rotation servos work. You can only control the speed, not the position. They do not have any mechanism for position feedback. To know the position,...