Cox wanted TURN_FACTOR upped. He gets what he wants.

This commit is contained in:
Aidan Ferguson 2016-02-26 17:06:28 -05:00
parent 8a30acf1b7
commit 5e26cc78ae
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
// affecting the robot. Use this for cleaning up drive train and shooter.
// Also used for detecting changes in an axis' value.
#define TURN_FACTOR 0.5 // Left(x,y) = y*(1 + TF*x) : x < 0
#define TURN_FACTOR 1.5 // Left(x,y) = y*(1 + TF*x) : x < 0
// = y : x >= 0
// Right(x,y) = y : x < 0
// = y*(1 - TF*x) : x >= 0