BrickPi_Python icon indicating copy to clipboard operation
BrickPi_Python copied to clipboard

BrickPi Python Development

Results 6 BrickPi_Python issues
Sort by recently updated
recently updated
newest added

There is little to no documentation about this module. At least a listing of all functions and classes with a brief explanation would be helpful. Also way to little function...

cd to directory BrickPi_Python/Sensor_Examples and run ``` } sudo python EV3-Touch.py Traceback (most recent call last): File "EV3-Touch.py", line 24, in from BrickPi import * #import BrickPi.py file to use...

the old URL for the source no longer works, so I updated it to use an experimental version that works better with support for opencv and raspi camera directly

I notices that motorRotateDegree would not rotate motors relative to the current encoder values. The initial encoder value looks like it was indented too far. Fixed indentation so that initial...

- Two bits were ignored at the end of the first byte (less significant byte). Adding them now makes the tension units 4 times smaller and more precise. - Now...