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

Chrysler: Jeep Cherokee 2019-23 #30630

Closed
wants to merge 91 commits into from
Closed

Conversation

jyoung8607
Copy link
Collaborator

@jyoung8607 jyoung8607 commented Dec 7, 2023

This covers the Chrysler Compact US Wide platform. Credit to @Tundergit for the original reverse engineering work.

This has been tested with several model-years of Jeep Cherokee as well as Chrysler 200. I'm told this should cover 2014-2018 Chrysler 200, 2014-2023 Jeep Cherokee (KL), late model Jeep Renegade, late model Jeep Compass, 2014-2018 Dodge Charger, and 2014-2018 Chrysler 300 equipped with ACC and LaneSense.

It appears that MY2019 and forward use the existing FCA harness adapter. Older vehicles are (mostly) software-compatible but use a different harness that comma doesn't have. Parts and a wiring diagram are available, but we'll come back for that later.

  • Dashcam route: c5e3aa51055c8f47|2023-12-05--18-58-24
  • CI test route: c5e3aa51055c8f47|2023-12-06--20-01-44
  • process_replay route: (not until exit from dashcam, out of scope)

TODO:

Out of scope for this PR:

  • Add truly official support for earlier model years (will require a new harness)
  • Optimize asymmetric steer speed handling by model-year or fingerprint

Copy link
Contributor

github-actions bot commented Apr 30, 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

@jyoung8607 jyoung8607 changed the title Chrysler: Jeep Cherokee 2016-2019 Chrysler: Jeep Cherokee 2019-23 May 6, 2024
@jyoung8607 jyoung8607 added chrysler car vehicle-specific labels Jul 3, 2024
@sshane
Copy link
Contributor

sshane commented Aug 20, 2024

We've moved the car interfacing code to our opendbc repository, which is now the new home for car ports and fingerprints. Please re-open your pull request against opendbc at your convenience by using this command below. This will transform all changes under selfdrive/car/ to opendbc_repo/opendbc/car/. Make sure you have initialized submodules beforehand and have checked out the latest opendbc commit.

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.

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

Successfully merging this pull request may close these issues.

3 participants