aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Hopefully get the system able to be packagedMatt Strapp2022-02-1820-2/+22
* Change git repo to organization reposMatt Strapp2022-02-189-424/+20
* Create codeql-analysis.ymlMatthew Strapp2022-02-181-0/+70
* Update moduleMatt Strapp2022-02-181-0/+0
* Get rid of old webappMatt Strapp2022-02-181-64/+0
* Replace SSH with HTTPSMatt Strapp2022-02-171-1/+1
* Fix typos and Python 3.9 problemsMatt Strapp2022-02-172-3/+3
* Maybe, possibly, maybe, fix thingsMatt Strapp2022-02-173-7/+10
* Update submoduleMatt Strapp2022-02-151-0/+0
* Use newer web interfaceMatt Strapp2022-02-1517-348/+3
* Make HTTP link not wrongMatt Strapp2022-02-032-1/+1
* Change module to be served over HTTPMatt Strapp2022-02-031-1/+1
* Add flask server as a submoduleMatt Strapp2022-01-272-0/+3
* Add code that was not committed beforeMatt Strapp2022-01-2740-29/+948
* Add Uploads to the gitignore.Raspberry Pi2019-12-021-0/+2
* Update test files to do GPIO cleanup on completion (ex: encoders don't work i...Raspberry Pi2019-12-024-15/+37
* Minor tweaks to PI.py to get working seamlessly with web server - tested and ...Raspberry Pi2019-12-0230-1/+65
* final styling?Dat Nguyen2019-12-027-32/+36
* adding github linkDat Nguyen2019-12-012-5/+19
* some more changes to make the website look betterDat Nguyen2019-12-014-1/+54
* some aestheticsDat Nguyen2019-11-297-58/+90
* Improve logging: add timestamps for each log. Add a new function to add other...Raspberry Pi2019-11-262-7/+23
* Merge remote-tracking branch 'origin/library_encoder_thread'damic0142019-11-263-56/+102
|\
| * Got threading and SW limits working really well. Still might be some shakines...Raspberry Pi2019-11-262-60/+77
| * Modify test_System to verify that threaded encoder measurements are working a...damic0142019-11-261-11/+3
| * Add encoder measurements via thread. This should help with linear encoder acc...damic0142019-11-262-12/+49
|/
* Merge remote-tracking branch 'origin/library_interrupt_flags'damic0142019-11-262-12/+17
|\
| * Fix indentation, add symlink for System folder. Seems to be working as expect...Raspberry Pi2019-11-262-1/+2
| * Add interrupt flags so that motor cannot be triggered once the HW interrupt h...damic0142019-11-261-12/+16
|/
* Added Andy's new swingup code. New issues with physical system: rod bearing k...Raspberry Pi2019-11-212-16/+380
* Fixed file imports to work with working directory of server.Raspberry Pi2019-11-211-2/+2
* Merge branch 'master' of https://github.umn.edu/damic014/ee4950-inverted-pend...Raspberry Pi2019-11-2112-0/+242
|\
| * requirementsDat Nguyen2019-11-211-0/+18
| * changed to .csvDat Nguyen2019-11-213-3/+5
| * Update Server.pyDat Nguyen2019-11-211-1/+3
| * a bunch of placeholder filesDat Nguyen2019-11-214-2/+0
| * tabs to spaces smhDat Nguyen2019-11-212-42/+59
| * removed unnecessaryDat Nguyen2019-11-211-2/+2
| * fixed spaceDat Nguyen2019-11-211-2/+3
| * working web stuff with running pageDat Nguyen2019-11-2110-80/+91
| * Update PI.pybutoi0012019-11-211-2/+6
| * Web stuff semi workingDat Nguyen2019-11-2010-0/+189
* | Rework directory structure. Modify result file printing to match requirements...Raspberry Pi2019-11-2013-7/+11
* | Fixed encoder zeroing. Other minor changes, still trying to get the swingup c...Raspberry Pi2019-11-194-44/+90
|/
* 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