Cox wanted TURN_FACTOR upped. He gets what he wants.
This commit is contained in:
parent
ae5a32a176
commit
0187183f46
@ -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
|
||||
|
Reference in New Issue
Block a user