strongback / strongback-java

A library for FIRST Robotics Competition robots that makes it easier to write and test your robot code.
MIT License
41 stars 38 forks source link

Issue 56 - Improved Cheesy drive logic #97

Closed rhauch closed 7 years ago

rhauch commented 7 years ago

Added a second and simpler algorithm for cheesy drive based on Team 254’s 2016 robot, and change the existing cheesy method to use this algorithm. However, the previous logic is still available via a new overloaded method that accepts the algorithm enumeration as the fourth parameter.

This does not address #56, since I'm still not convinced that issue is real. See #56 for details.