Commit 984979b
Default NRDR minimum steer speed to 1 mph
NrdrMinSteerSpeed gates LKAS torque below the configured speed. The
default was 0, which disables the gate entirely (vEgo < 0 is never
true). Default it to 1 mph so no steering torque is commanded at a
dead stop, released as soon as the car is rolling.
The effective default lives in three places, all updated together:
- honda/carcontroller.py: the get_int() fallback, which is what
actually governs at runtime since return_default is False
- manager.py: the one-shot seed for params that aren't yet persisted
- params_keys.h: the declared default/stock pair, following the
convention of the neighboring Nrdr keys (default == stock)
Already the persisted value on the Clarity, so this only changes fresh
installs and the other modified-EPS Hondas (Civic, Civic Bosch,
Insight).
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent cc67692 commit 984979b
5 files changed
Lines changed: 3 additions & 3 deletions
File tree
- common
- opendbc_repo/opendbc/car/honda
- system/manager
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | | - | |
| 503 | + | |
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
709 | 709 | | |
710 | 710 | | |
711 | 711 | | |
712 | | - | |
| 712 | + | |
713 | 713 | | |
714 | 714 | | |
715 | 715 | | |
| |||
0 commit comments