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

Add support for Lexus NX 300h 2018 #1068

Closed
wants to merge 16 commits into from
Closed

Add support for Lexus NX 300h 2018 #1068

wants to merge 16 commits into from

Conversation

kengggg
Copy link
Contributor

@kengggg kengggg commented Feb 9, 2020

Tested on RHD Lexus NX 300h 2018.

@geohot
Copy link
Contributor

geohot commented Feb 9, 2020

Tests are currently failing, can you investigate?

@geohot geohot added the car port label Feb 9, 2020
@kengggg
Copy link
Contributor Author

kengggg commented Feb 10, 2020

@geohot fixed. The test passes.

geohot and others added 2 commits February 10, 2020 08:20
The function to send these values has been removed long ago and no other function is using them.
So it is time to remove them.
@@ -253,6 +253,16 @@ def get_params(candidate, fingerprint=gen_empty_fingerprint(), has_relay=False,
ret.lateralTuning.pid.kpV, ret.lateralTuning.pid.kiV = [[0.3], [0.05]]
ret.lateralTuning.pid.kf = 0.00007

elif candidate == CAR.LEXUS_NXH:
stop_and_go = True
ret.safetyParam = 100
Copy link
Contributor

Choose a reason for hiding this comment

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

This does not match the 73 from the STEER_TORQUE_EPS message in the DBC file. Which one is correct? If you plot it on top LKAS request they should match.

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

6 participants