Skip to content
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

Fingerprint: 2024 Honda Civic Bosch Hatch #32474

Closed
wants to merge 5 commits into from

Conversation

arthurm101
Copy link

2024 Honda Civic Bosch Hatch car port

Route: 92e1b57c4ef919b7/00000008--4647b2b06f

Copy link
Contributor

github-actions bot commented May 19, 2024

Thanks for contributing to openpilot! In order for us to review your PR as quickly as possible, check the following:

  • Convert your PR to a draft unless it's ready to review
  • Read the contributing docs
  • Before marking as "ready for review", ensure:
    • the goal is clearly stated in the description
    • all the tests are passing
    • the change is something we merge
    • include a route or your device' dongle ID if relevant

@github-actions github-actions bot added fingerprint car vehicle-specific honda labels May 19, 2024
Comment on lines +43 to +49
if CP.transmissionType != TransmissionType.manual:
if CP.carFingerprint in (CAR.CRV_HYBRID, CAR.CIVIC_BOSCH_DIESEL, CAR.ACURA_RDX_3G, CAR.HONDA_E, CAR.HONDA_CIVIC):
messages.append((gearbox_msg, 50))
else:
messages.append((gearbox_msg, 100))
else:
messages.append((gearbox_msg, 100))
messages.append(("GAS_PEDAL_2", 100))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's with the manual transmission changes?

@sshane
Copy link
Contributor

sshane commented May 21, 2024

Looks like we already fuzzy match the Civic 2024: #32501, so this port is for the manual/Type R version. We don't currently have any plans of supporting any manual Hondas at this moment, plus this PR appears to not work as intended. Closing for now.

Feel free to get this working on your own fork.

@sshane sshane closed this May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants