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.
2 parents d710d61 + 0b98c20 commit 95d12bdCopy full SHA for 95d12bd
controllers/reef_intake.py
@@ -23,7 +23,7 @@ class ReefIntake(StateMachine):
23
L2_INTAKE_ANGLE = tunable(math.radians(-40.0))
24
L3_INTAKE_ANGLE = tunable(math.radians(-5.0))
25
26
- RETREAT_DISTANCE = tunable(0.6) # metres
+ RETREAT_DISTANCE = tunable(0.3) # metres
27
ENGAGE_DISTANCE = tunable(1.5) # metres
28
29
def __init__(self):
0 commit comments