-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Honda Radarless: log nonAdaptive with openpilot longitudinal #31849
Comments
Can you revert this and try again? #31799 Can you also get a stock route where you cycle from closest to max distance on the dash and mark the beginning and end of that section? |
Issue seemed to be when testing the distance button, accidentally set it to standard cruise mode, but the UI did not update. This made something think the car was in standard cruise mode, while openpilot was sending ACC commands. If using Stock ACC, the UI icon updates back and forth when switching and car makes a long beep. op long, with car in "standard" cruise mode: 5130484aa8069bad/00000012--f2f58aca39/0 |
Ah, so you're saying some ECU besides the camera is in non-adaptive cruise mode, and therefore is not caused by the distance button PR recently merged? The new 25 mph minimum speed sounds about right for that. |
I checked the first two routes in your last message, and no other signal outside of ACC_HUD matched exactly with the non-adaptive cruise state. My guess is the PCM also manages an internal state of whether it should be doing standard cruise control or not (both camera and PCM must look at the buttons to sync their states) since we don't forward ACC_HUD. Here you can see the PCM is reporting "ACC" is active when you engaged non-adaptive cruise control, but the camera is not sending anything. This hints that the PCM keeps its own adaptive cruise state as well as does non-adaptive cruise internally: Going to block enabling in this non-adaptive state like we do when we're using stock long. |
Describe the bug
After either #31763 or #31799 , and the March 12th master-ci build, my dashboard no longer works as expected.The lead car (mini car) no longer shows along with the adjacent cars, which show on my trim. It used to show up to 2 in each adjacent lane, even when using alpha longitudinal control.Also when setting ACC under 25mph, or when the current speed falls under 25mph, a message shows on screen "Cannot set cruise: speed too low". Openpilot never disengages, but these issues never occurred before today.
EDIT: Seems to be related to being in standard cruise mode.
Provide a route where the issue occurs
5130484aa8069bad/00000010--c76b9d991a/2
openpilot version
0.9.7 / master-ci / 224ee9f / Mar 12
Additional info
No response
The text was updated successfully, but these errors were encountered: