Skip to content

Commit 95d12bd

Browse files
authored
Merge pull request #297 from thedropbears/decrease_retreat_distance
decrease intake retreat threshold
2 parents d710d61 + 0b98c20 commit 95d12bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/reef_intake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ReefIntake(StateMachine):
2323
L2_INTAKE_ANGLE = tunable(math.radians(-40.0))
2424
L3_INTAKE_ANGLE = tunable(math.radians(-5.0))
2525

26-
RETREAT_DISTANCE = tunable(0.6) # metres
26+
RETREAT_DISTANCE = tunable(0.3) # metres
2727
ENGAGE_DISTANCE = tunable(1.5) # metres
2828

2929
def __init__(self):

0 commit comments

Comments
 (0)