aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-15Updated encoder for proper zero setting and offset behavior. Tested system ↵Raspberry Pi4-78/+83
library and successfully got the encoder position controlling the motor speed.
2019-10-15Add a linear encoder class for abstracting the angular-to-linear encoding, ↵damic0141-4/+37
which will be based on the specs of the system. This is the basic implementation we've talked about, but there might be some issues still because the position is only read when we tell it, so keeping track of number of rotations might not be very accurate - will need to test and possibly brainstorm alternate ideas.
2019-10-13Add System library and system test file. Still need to finalize some ↵damic0145-8/+93
implementation details (linear encoder, motor orientation, etc.). Need to compile and test on RPi still. Convert naming in other libraries to follow Python naming scheme.
2019-10-02Encoder classDat Nguyen2-54/+84
2019-10-01Delete Motor.pydamic0141-67/+0
2019-10-01Got encoder workingRaspberry Pi1-11/+14