-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
Honda: 2024 CR-V Hybrid Car Port #31527
Conversation
It looks like you didn't use one of the Pull Request templates. Please check the contributing docs. Also make sure that you didn't modify any of the checkboxes or headings within the template. |
Thanks for contributing to openpilot! In order for us to review your PR as quickly as possible, check the following:
|
I own a 2024 CRV hybrid and I am a software engineer. I'd be happy to install this and troubleshoot this. What are some outstanding things that need to be done to make this work? |
TODO: Fix regen paddle issue (commaai/opendbc#1100) Been waiting to finish this car (and the Pilot) once the Bosch C harness is for sale on the shop and we can get someone with the new accord set up (these three cars are Honda's new CANFD platform). |
We've moved the car interfacing code to our PR_NUMBER=33045
curl -L https://github.com/commaai/openpilot/pull/$PR_NUMBER.patch | sed -e 's/selfdrive\/car/opendbc_repo\/opendbc\/car/g' | git apply -v --reject Simply replace the PR number with your own. Once done, add the files, fix any conflicts, and open a new PR. Alternatively, you may start a new PR from scratch if that is easier for you. |
Checklist
selfdrive/car/docs.py
to generate new docsTODO: Fix regen paddle issue (commaai/opendbc#1100)