Skip to content

Commit

Permalink
Corrected JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rhauch committed Jan 15, 2017
1 parent 70f352c commit 5ecf1aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions strongback/src/org/strongback/drive/TankDrive.java
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,10 @@ public void cheesy(double throttle, double wheel, boolean isQuickTurn) {
* <p>
* This method supports two different algorithms for cheesy drive:
* <ul>
* <li><i>simple<i> - an improved and simplified algorithm from
* <li><b>simple</b> - an improved and simplified algorithm from
* <a href="https://github.com/Team254/FRC-2016-Public/blob/master/src/com/team254/frc2016/CheesyDriveHelper.java">Team 254
* Cheesy Drive logic from 2016</a>; and</li>
* <li><i>inertia<i> - an earlier algorithm that uses inertia terms to non-linearly smooth the outputs, from
* <li><b>inertia</b> - an earlier algorithm that uses inertia terms to non-linearly smooth the outputs, from
* <a href="https://github.com/Team254/FRC-2016-Public/blob/master/src/com/team254/frc2016/CheesyDriveHelper.java">Team 254
* Cheesy Drive logic from 2014</a></li>
* </ul>
Expand Down

0 comments on commit 5ecf1aa

Please sign in to comment.