-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 #1282
Hyundai CAN Longitudinal: Enable for Camera SCC cars #1282
Conversation
…n-camera-scc-long # Conflicts: # opendbc/car/hyundai/interface.py
Another working test route: |
This PR has had no activity for 9 days. It will be automatically closed in 2 days if there is no activity. |
This PR has been automatically closed due to inactivity. Feel free to re-open once activity resumes. |
I resolved the conflict, but can't push to the branch because it's from the sunnypilot org. Can you add write access for me, shane, and jason to the repo you're gonna make PRs from? |
Invitation sent! |
Fails test_models in openpilot: https://github.com/commaai/openpilot/actions/runs/11966321616/job/33361765473 |
@adeebshihadeh @sshane Reopened #1563 with fix. |
Description
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.Supersedes
Requires