-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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: Refactor and add CanBus class #31528
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:
|
selfdrive/car/honda/interface.py
Outdated
ret.openpilotLongitudinalControl = True | ||
|
||
ret.pcmCruise = not ret.enableGasInterceptor | ||
|
||
if candidate == CAR.CRV_5G: | ||
ret.enableBsm = 0x12f8bfa7 in fingerprint[0] | ||
ret.enableBsm = 0x12f8bfa7 in fingerprint[CAN.pt] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CR-V 5G is Bosch
ty! |
As discussed with @sshane , this adds the CanBus class which will be used for the new CAN FD Honda PR's
#31527 (comment)
#31527
#30324