Skip to content

Commit 6171d1a

Browse files
authored
Lateral: lower friction threshold (#2915)
1 parent b024d79 commit 6171d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opendbc/car/lateral.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from opendbc.car import structs, rate_limit, DT_CTRL
55
from opendbc.car.vehicle_model import VehicleModel
66

7-
FRICTION_THRESHOLD = 0.3
7+
FRICTION_THRESHOLD = 0.2
88

99
# ISO 11270
1010
ISO_LATERAL_ACCEL = 3.0 # m/s^2

0 commit comments

Comments
 (0)