-
Notifications
You must be signed in to change notification settings - Fork 806
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
Hyundai CAN Longitudinal: Enable for Camera SCC cars #1107
base: master
Are you sure you want to change the base?
Conversation
Can you write a test case for these in tests/safety/test_hyundai.py? |
I could attempt it in the next coming days. |
cd0400e
to
d78cae7
Compare
4dcde30
to
a26093a
Compare
Unite test updated and all passed. |
# Conflicts: # board/safety/safety_hyundai.h
Co-authored-by: Shane Smiskol <shane@smiskol.com>
@sshane @adeebshihadeh anything still required for this PR to merge before 0.9.8 release? We have the changes in opendbc merged and bumped in openpilot, but users are unable to use openpilot longitudinal due to SCC messages not blocked on bus 2 (from this PR): |
openpilot longitudinal control support for CAN-based HKG cars that have the following messages send from the car on bus 2:
SCC11
SCC12
SCC13
SCC14
FCA11
FCA12
Currently with 2022 Hyundai Kona EV, without radar disable. As the messages send from the car on bus 2, we block the messages and send our own longitudinal commands to bus 0.
FCA11
andFCA12
do stock FCW and AEB, and are forwarded from the LKAS camera to the car.Prerequisite of
Related
Thanks to community Kona EV 2022 owner Zack1010OP.