Skip to content

Commit 2f184df

Browse files
committed
retune translational pid
1 parent 2a002f3 commit 2f184df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autonomous/auto_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
from controllers.reef_intake import ReefIntake
1717
from utilities import game
1818

19-
x_controller = PIDController(1.0, 0.0, 0.0)
20-
y_controller = PIDController(1.0, 0.0, 0.0)
19+
x_controller = PIDController(0.5, 0.0, 0.0)
20+
y_controller = PIDController(0.5, 0.0, 0.0)
2121
heading_controller = PIDController(3.0, 0, 0)
2222
heading_controller.enableContinuousInput(-math.pi, math.pi)
2323

0 commit comments

Comments
 (0)