Cox wanted TURN_FACTOR upped. He gets what he wants.
This commit is contained in:
parent
8a30acf1b7
commit
5e26cc78ae
@ -15,7 +15,7 @@
|
|||||||
// affecting the robot. Use this for cleaning up drive train and shooter.
|
// affecting the robot. Use this for cleaning up drive train and shooter.
|
||||||
// Also used for detecting changes in an axis' value.
|
// 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
|
// = y : x >= 0
|
||||||
// Right(x,y) = y : x < 0
|
// Right(x,y) = y : x < 0
|
||||||
// = y*(1 - TF*x) : x >= 0
|
// = y*(1 - TF*x) : x >= 0
|
||||||
|
Reference in New Issue
Block a user