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

2017 Honda Ridgeline #198

Merged
merged 9 commits into from
Apr 13, 2018
Merged

2017 Honda Ridgeline #198

merged 9 commits into from
Apr 13, 2018

Conversation

energee
Copy link
Contributor

@energee energee commented Feb 20, 2018

This is very similar to the Pilot, dbc PR here. Will need the person with Ridgeline to verify the TX message for the radar once they get their EON/giraffe set up. I am assuming it matches the Pilot for now.

@energee energee force-pushed the ridgeline branch 3 times, most recently from 39a496f to 476dea8 Compare February 20, 2018 19:12
@rbiasini
Copy link
Contributor

Nice! @energee , let me know when it's ready to be reviewed.

commands.append(make_can_msg(0x300, msg_0x300, idx, 1))
elif car_fingerprint == CAR.PILOT:
msg_0x301 = "\x00\x00\x56\x02\x58\x00\x00"
commands.append(make_can_msg(0x300, msg_0x300, idx, 1))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@rbiasini Are you ok with this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Refactored so commands.append(make_can_msg(0x300, msg_0x300, idx, 1)) is written once

Copy link
Contributor

Choose a reason for hiding this comment

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

Sounds good

@energee
Copy link
Contributor Author

energee commented Feb 23, 2018

@rbiasini This is looking like its ready to be merged, can you send me the checklist again?

@rbiasini
Copy link
Contributor

@energee , the checklist in the Toyota port pretty much applies to the Honda as well.
https://medium.com/@comma_ai/openpilot-port-guide-for-toyota-models-e5467f4b5fe6

@energee energee force-pushed the ridgeline branch 3 times, most recently from 13b8b80 to 78e0606 Compare March 2, 2018 03:19
@energee energee force-pushed the ridgeline branch 7 times, most recently from d939615 to e3e1365 Compare March 21, 2018 22:56
@BlaineHa
Copy link

I've a 2018 ridgeline rtl-e
I'm looking to order in eon, giraffe, and gray panda. (gray panda shows "sold out" don't know if they really were in stock, or when they can be ordered) Looks like I can copy fingerprint right now to use with EON? I'm trying to read as much as I can before asking questions...

@BlaineHa
Copy link

The RTL-E and Black Edition have Honda sense with ACC and LKAS. Its the same as your existing ridgeline guy (I saw his utube video...very thrilled to see this come together)

@energee
Copy link
Contributor Author

energee commented Mar 27, 2018

@BlaineHa you should join the slack for more details http://slack.comma.ai

energee and others added 5 commits March 31, 2018 11:53
Replaced trim level placeholder

Adding 0x301 ridgeline message

(I restructured this slightly since we don't need to repeat `commands.append(make_can_msg(0x300, msg_0x300, idx, 1))` so many times

Updated dbc name

Use pedal_gas to detect gas pressed

Remove unnecessary signal check

Fix array notation
This reverts commit 349edf5b1a879cac704db3786d0626211497bcb7.
@rbiasini
Copy link
Contributor

Nice job guys, merging.

@rbiasini rbiasini merged commit 28b8043 into commaai:devel Apr 13, 2018
@energee energee deleted the ridgeline branch April 26, 2018 08:22
Gernby added a commit to Gernby/openpilot that referenced this pull request Jul 26, 2019
* Updated GM Volt values

* updated dashcam and poly-center

* Updated Honda parameters
Chrispreilly pushed a commit to Chrispreilly/openpilot that referenced this pull request Nov 21, 2019
Maelstrom96 pushed a commit to Maelstrom96/openpilot that referenced this pull request Dec 15, 2019
dragonpilot referenced this pull request in dragonpilot-community/dragonpilot Apr 7, 2020
* Adds Honda Ridgeline

Replaced trim level placeholder

Adding 0x301 ridgeline message

(I restructured this slightly since we don't need to repeat `commands.append(make_can_msg(0x300, msg_0x300, idx, 1))` so many times

Updated dbc name

Use pedal_gas to detect gas pressed

Remove unnecessary signal check

Fix array notation

* Tire stiffness factor bumped to 1.5x

* Adds safety tests at line 133

* Revert "Adds safety tests at line 133"

This reverts commit 349edf5b1a879cac704db3786d0626211497bcb7.

* fix failing build due to syntax

* update variables for failing build

* Update interface.py

* Update Tire Slip Factor
debugged-tech pushed a commit to debugged-tech/DebuggedPilot that referenced this pull request Sep 14, 2020
* merge ZSS to SA (#197)

* SnG hack

* Eased up Internet requirement

See...
commaai#1096

* VBATT CHARGING & Turn off charge after 3 hrs

* Prii ZSS w/ Prime-centric tuning, etc.

* Minimized custom fork warning

* Update interface.py

* Update thermald.py

* Update interface.py

* Update interface.py

* Update lane_planner.py

* ZSS Prius INDI Tune

Co-authored-by: ErichMoraga <33645296+ErichMoraga@users.noreply.github.com>
Co-authored-by: ErichMoraga <mailto:ejmoraga@gmail.com|ejmoraga@gmail.com>
Co-authored-by: d412k5t412 <36134180+d412k5t412@users.noreply.github.com>

* revert chmod

* revert chmod

* revert comment for standstill_req

* revert interface changes

* revert all carstate changes

* add code to detect ZSS

* fix

* add ZSS code

* use needs_angle_offset

* switch around for diff readability

* diff readability

* diff readability

* test

* this should work

* move code

* ugh, fix

* this should work

* use hex like the other fp checks

* ZSS tuning

* revert to test

* better implementation of getting ZSS

* better implementation of getting ZSS

* revert

* follow naming conventions

* simplify hasZss tuning

* one line

* debug

* rename

* gather more data

* remove debugging

* just for safety

* this is probably better

* nah this is fine

Co-authored-by: ErichMoraga <33645296+ErichMoraga@users.noreply.github.com>
Co-authored-by: ErichMoraga <mailto:ejmoraga@gmail.com|ejmoraga@gmail.com>
Co-authored-by: d412k5t412 <36134180+d412k5t412@users.noreply.github.com>
nworb-cire pushed a commit to opgm/openpilot that referenced this pull request Aug 2, 2024
* Road Edge Detection: toggle state fix

* one liner

* Revert "one liner"

This reverts commit 44a34a3505456181af47329fbe76119c7fa204fb.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants