jazonshou / HolonomicLib

A simple library for VEX holonomic drives
GNU General Public License v3.0
10 stars 0 forks source link

#4: Refactor AsyncHolonomicChassisController #6

Closed Ryan4253 closed 2 years ago

Ryan4253 commented 2 years ago

Made the following changes to AsyncHolonomicChassisController and its builder

Note: this is a fix to Issue #4

Ryan4253 commented 2 years ago

Alright @Yessir120 I fixed the issues and cleaned up the commits, should be ready for a merge. Remember to close the issue after merging. Note that you might want to test the code

jazonshou commented 2 years ago

@Ryan4253 Looks good. One more thing, can you change the PR so that it merges with the development branch? I want to try this system where untested code goes to one branch, and after it gets tested, it moves to the master branch.

Ryan4253 commented 2 years ago

done