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

FCA Giorgio: Alfa Romeo Stelvio #32898

Closed
wants to merge 41 commits into from
Closed

Conversation

jyoung8607
Copy link
Collaborator

@jyoung8607 jyoung8607 commented Jul 3, 2024

Checklist

  • added entry to CAR in selfdrive/car/*/values.py and ran selfdrive/car/docs.py to generate new docs
  • test route added to routes.py
  • route with openpilot: TBD
  • route with stock system: TBD
  • car harness used (if comma doesn't sell it, put N/A): VW_A

To-Do

Notes

The good: this platform uses the same Bosch MFK2 camera as earlier Volkswagen. The CAN messaging is entirely different, but we're able to use the VW_A harness unmodified straight from comma's store. So far, it seems to be getting down the road nicely, no apparent EPS lockout.

The not-so-good: the CAN topology seems to keep a lot of powertrain stuff away from the camera. On our first couple RE passes, I haven't been able to locate a CC button message or even a driver gas-press signal. We could maybe discuss NDOG-only operation if we truly can't find driver gas-press, but if we can't cancel-spam to sync ACC engagement state, that's going to be a problem for upstream. Now that we've proven drivability with no EPS lockout, I'll go a little more tryhard on those signals.

Wikipedia thinks the FCA Giorgio platform also covers Alfa Romeo Giulia, certain Maserati, and newer Jeep Grand Cherokee, but we won't be able to verify that without individual testing.

Copy link
Contributor

github-actions bot commented Jul 3, 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

@AlexandreSato
Copy link
Contributor

Confirmed gas pedal:
fa46c09404cdf098/0000001e--2985aa24bc
image

jeep commander
image
image
image

@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.

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.

3 participants