mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
Nissan lane change (#1236)
* Scaled LKAS_MAX_TORQUE based on dbc change * Bump opendbc old-commit-hash: 6b3ff455e2639c06aa333e42e81c7f82ac34ed33
This commit is contained in:
+1
-1
Submodule opendbc updated: bd72c72be3...ce723756f7
@@ -9,7 +9,7 @@ ANGLE_MAX_V = [540., 120., 23.]
|
||||
ANGLE_DELTA_BP = [0., 5., 15.]
|
||||
ANGLE_DELTA_V = [5., .8, .15] # windup limit
|
||||
ANGLE_DELTA_VU = [5., 3.5, 0.4] # unwind limit
|
||||
LKAS_MAX_TORQUE = 100 # A value of 100 is easy to overpower
|
||||
LKAS_MAX_TORQUE = 1 # A value of 1 is easy to overpower
|
||||
|
||||
VisualAlert = car.CarControl.HUDControl.VisualAlert
|
||||
|
||||
|
||||
Reference in New Issue
Block a user