-
Notifications
You must be signed in to change notification settings - Fork 791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrysler: Safety mode for Compact US Wide #1760
base: master
Are you sure you want to change the base?
Conversation
Releasing from draft, ready for review. This is safety-complete, but driving experience isn't great because the CUSW steering rack will sometimes fault when being slammed down to zero torque instantly on disengage. Per our Discord conversation back in February, I'm working on something to allow torque to fall at MAX_RATE_DOWN when disengaging. It's going to be a tricky change to critical code. It deserves its own PR, and can't come in first due to CI coverage tests. I propose to bring CUSW safety in now, gated under ALLOW_DEBUG like we'd probably start with anyway, and come back for the disengagement fix. |
Exit from ALLOW_DEBUG(to be done by comma after initial merge)Accommodate torque ramp-down on disengage(will do this in another PR)