openpilot icon indicating copy to clipboard operation
openpilot copied to clipboard

Toyota Prius Two 2017 Cruise Fault, low speed lockout

Open jieyuwuCar opened this issue 2 years ago • 7 comments
trafficstars

Describe the bug

When running stock 8.14 on my 2017 prius two, I did not have any issues. But when updating to 0.9 I basically can no longer run stock 0.9 at this point. Every time I start the car i get the low_speed_lockout event. I'd have to disable low_speed_lockout event by hard coding that line away in order to just run stock normally.

If I comment these lines out from /openpilot/selfdrive/car/toyota/interface.py: if self.CS.low_speed_lockout and self.CP.openpilotLongitudinalControl: events.add(EventName.lowSpeedLockout)

Then I can engage Openpilot again when driving over 30mph.

Which car does this affect?

Toyota Prius Two 2017

Provide a route where the issue occurs

Occurs on startup

openpilot version

0.9

Additional info

No response

jieyuwuCar avatar Nov 29 '22 16:11 jieyuwuCar

20221122_153059

jieyuwuCar avatar Nov 29 '22 17:11 jieyuwuCar

You should include your dongle id if you haven't already so comma can look at the logs.

nelsonjchen avatar Nov 30 '22 08:11 nelsonjchen

@jieyuwuCar Please share a link to a route where this happens or the route name (find in https://connect.comma.ai or https://useradmin.comma.ai)

incognitojam avatar Dec 02 '22 05:12 incognitojam

@nelsonjchen I had to downgrade it from 0.9 to 8.14 because I am doing a lot of trips lately. So looking at the logs won't be helpful at the moment.

@incognitojam It's not a route that it happens. This happens when Comma boots up. I can never engage open pilot due to that low_speed_lockout event.

jieyuwuCar avatar Dec 05 '22 20:12 jieyuwuCar

A route starts when you are onroad (you can see the camera), so even though you are not engaged there are still logs created. What is your dongle ID?

incognitojam avatar Dec 05 '22 20:12 incognitojam

Discussing with user on Discord.

sshane avatar Dec 06 '22 09:12 sshane

This is likely causing openpilot to start up late, causing cruise faults (as the car expects the DSU messages much earlier). This has always been an issue afaik, going back to older versions. https://github.com/commaai/openpilot/pull/24964

sshane avatar Dec 06 '22 19:12 sshane

Unfortunately KWP2000 doesn't have a service to control communication, we can only put it in programming mode to silence the output, so not shippable at the moment. @jieyuwuCar does this still happen with DSU unplugged with the recent onroad transition speed up (setting power save mode)?

sshane avatar Aug 08 '23 00:08 sshane

I bought a SDSU and the SDSU fixed the issue.

On Mon, Aug 7, 2023, 8:50 PM Shane Smiskol @.***> wrote:

Unfortunately KWP2000 doesn't have a service to control communication, we can only put it in programming mode to silence the output. @jieyuwuCar https://github.com/jieyuwuCar does this still happen with DSU unplugged with the recent onroad transition speed up (setting power save mode)?

— Reply to this email directly, view it on GitHub https://github.com/commaai/openpilot/issues/26624#issuecomment-1668753726, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATFR6N5A6DL4BRAKADOJVHTXUGELZANCNFSM6AAAAAASOWQUVA . You are receiving this because you were mentioned.Message ID: @.***>

jieyuwuCar avatar Aug 08 '23 02:08 jieyuwuCar