Skip to content

Commit 72724e5

Browse files
committed
decrease translational tolerance
1 parent 2f184df commit 72724e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autonomous/auto_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class AutoBase(AutonomousStateMachine):
3434
injector_component: InjectorComponent
3535
chassis: ChassisComponent
3636

37-
DISTANCE_TOLERANCE = 0.05 # metres
37+
DISTANCE_TOLERANCE = 0.2 # metres
3838
ANGLE_TOLERANCE = math.radians(3)
3939

4040
def __init__(self, trajectory_names: list[str]) -> None:

0 commit comments

Comments
 (0)