Skip to content

Commit 9b93deb

Browse files
authored
Nissan: Enable steering at standstill (commaai#2812)
* Enable steering at standstill for Nissan cars * Update LKAS_MAX_TORQUE value to improve steering speed Increased LKAS_MAX_TORQUE from 1 to 2.54 for better performance. * Update carcontroller.py * Revert "Update LKAS_MAX_TORQUE value to improve steering speed" This reverts commit d490162. * Revert "Update carcontroller.py" This reverts commit 431b6c0.
1 parent ffbe609 commit 9b93deb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opendbc/car/nissan/interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def _get_params(ret: structs.CarParams, candidate, fingerprint, car_fw, alpha_lo
1515
ret.brand = "nissan"
1616
ret.safetyConfigs = [get_safety_config(structs.CarParams.SafetyModel.nissan)]
1717
ret.autoResumeSng = False
18+
ret.steerAtStandstill = True
1819

1920
ret.steerLimitTimer = 1.0
2021

0 commit comments

Comments
 (0)