We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a002f3 commit 2f184dfCopy full SHA for 2f184df
autonomous/auto_base.py
@@ -16,8 +16,8 @@
16
from controllers.reef_intake import ReefIntake
17
from utilities import game
18
19
-x_controller = PIDController(1.0, 0.0, 0.0)
20
-y_controller = PIDController(1.0, 0.0, 0.0)
+x_controller = PIDController(0.5, 0.0, 0.0)
+y_controller = PIDController(0.5, 0.0, 0.0)
21
heading_controller = PIDController(3.0, 0, 0)
22
heading_controller.enableContinuousInput(-math.pi, math.pi)
23
0 commit comments