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

LKAS fault: Restart car to engage | Toyota hybrid 2022 #34012

Open
sbr5136014 opened this issue Nov 13, 2024 · 5 comments
Open

LKAS fault: Restart car to engage | Toyota hybrid 2022 #34012

sbr5136014 opened this issue Nov 13, 2024 · 5 comments
Assignees
Labels
bug car vehicle-specific

Comments

@sbr5136014
Copy link

Describe the bug

I installed camera 3 with the open pilot master branch it's connecting to the car
but after a minute I got this message "LKAS fault: Restart car to engage"
(after the comma 3 is turned on, I can't change the lane assistance settings on the car) any help!
image000000 (2)

Which car does this affect?

Toyota sienna hybrid 2022

Provide a route where the issue occurs

11/12/2024

openpilot version

0.9.7

Additional info

No response

@sbr5136014 sbr5136014 added bug car vehicle-specific labels Nov 13, 2024
@jyoung8607
Copy link
Collaborator

Did you take the necessary steps to recover the CAN security key? That's the error you'll see if you haven't done it. That's why the car isn't on the officially supported plug-and-play list.

Please join the comma Discord server and look at the pinned messages in #toyota-security for everything you need to know.

Side note: it's a bug that we don't communicate this well, you're supposed to be seeing a more informative message, but I haven't had a chance to investigate why the event isn't doing what I intended. You still need to do the same thing, we just suck at communicating it right now.

EventName.startupNoSecOcKey: {
ET.PERMANENT: NormalPermanentAlert("Dashcam Mode",
"Security Key Not Available",
priority=Priority.HIGH),
},

@jyoung8607
Copy link
Collaborator

The original end user can fix themselves with a bit of RTFM, but I'm leaving this issue open to track the Event bug.

@jyoung8607 jyoung8607 self-assigned this Nov 13, 2024
@sshane
Copy link
Contributor

sshane commented Nov 15, 2024

@jyoung8607 can you migrate issues? should we move to opendbc or close?

@jyoung8607
Copy link
Collaborator

I don't have the mojo to migrate anymore, but we shouldn't need to. The events are handled in controls or car_specific here on the openpilot side. You could retitle it to "SecOC missing key event is broken".

@sshane
Copy link
Contributor

sshane commented Nov 15, 2024

Need to do something like this:

elif self.CP.passive:
self.events.add(EventName.dashcamMode, static=True)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug car vehicle-specific
Projects
None yet
Development

No branches or pull requests

3 participants