aboutsummaryrefslogtreecommitdiffstats
path: root/System_Python (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove leftover files from a past merge.Raspberry Pi2019-11-164-673/+0
* Updated encoder to have an offset when zeroing (allows that initial zero can ...Raspberry Pi2019-11-163-40/+47
* Fixed some indentation issues and leftover from porting. Compiles and potenti...Raspberry Pi2019-11-161-12/+12
* Merge branch 'master' of https://github.umn.edu/damic014/ee4950-inverted-pend...Raspberry Pi2019-11-153-0/+832
|\
| * Add Andy's swing up code to the Python library. Created a new file (system_sw...damic0142019-11-143-0/+832
* | A few more minor tweaks to initialization. Added public variables for linear ...Raspberry Pi2019-11-141-7/+16
* | Update initialize to not use wait_for_event for detecting limit switches. Upd...Raspberry Pi2019-11-141-17/+26
|/
* Got limit switches working properly and tested. Got result file printout work...Raspberry Pi2019-10-291-7/+9
* Resolved merge conflicts.Raspberry Pi2019-10-296-2/+807
|\
| * Add better limit handling to system: when a limit is triggered, return to the...damic0142019-10-292-0/+54
| * Add interrupts for HW limit switches.damic0142019-10-171-4/+85
* | Measured linear movement from physical system. Slightly modified test_Motor t...Raspberry Pi2019-10-152-11/+9
|/
* Updated encoder for proper zero setting and offset behavior. Tested system li...Raspberry Pi2019-10-154-78/+83
* Add a linear encoder class for abstracting the angular-to-linear encoding, wh...damic0142019-10-151-4/+37
* Add System library and system test file. Still need to finalize some implemen...damic0142019-10-135-8/+93
* Encoder classDat Nguyen2019-10-022-54/+84
* Delete Motor.pydamic0142019-10-011-67/+0
* Got encoder workingRaspberry Pi2019-10-011-11/+14
* Initial test_Encoder.pyDat Nguyen2019-09-271-0/+55
* Tested on RPi and minor changes to make it work.Raspberry Pi2019-09-242-13/+80
* Add motor test file. Add __init__.py to allow library imports.damic0142019-09-242-0/+23
* Added Motor classdamic0142019-09-231-0/+67