Skip to content

Commit f76468f

Browse files
committed
increased the turning gain
1 parent e437879 commit f76468f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ArduinoClassRobot.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public:
3636
double fwdTarget = 0;
3737
double rotZTarget = 0;
3838
double currentRotationZ=0;
39-
double rotZIncrement=0.6;
39+
double rotZIncrement=1.2;
4040
double kp=0.01;
4141
int lval ;
4242
int rval ;

0 commit comments

Comments
 (0)