Open twilsonco opened 1 year ago
@briskspirit do you want to check this out? @twilsonco try to revert the panda quanta change and see if it's fixed
@sshane The panda quanta change is the one that directly corresponds with the openpilot bump commit where the problem started. I provided the details of the preceding panda commit by Igor just to give you two more context. The preceding commit where it works only differs by that panda/cereal bump, and it's nearly inconceivable that the cereal bump would be the problem.
To follow up @sshane, my initial testing including running op from immediately before and after that panda change, which is what you're asking right? No error on https://github.com/commaai/openpilot/commit/722e4641fc5aa28ab0ba2de266d230853d5ac321, yes error on the subsequent https://github.com/commaai/openpilot/commit/f1a2dc36ba15ce374ef13f77c460d3100d3ab3b3, which only includes the panda/cereal changes.
I still haven't looked into this further.
I meant to just cherry pick the quanta panda commit on top of https://github.com/commaai/openpilot/commit/722e4641fc5aa28ab0ba2de266d230853d5ac321 to be sure which submodule commit might be causing this
So revert to before that commit, cherry-pick the panda only, and confirm it causes it. Yeah I can do that, and maybe isolate the issue while I’m at it.
On Mar 10, 2023 at 3:32 PM -0700, Shane Smiskol @.***>, wrote:
I meant to just cherry pick the quanta panda commit on 722e464 to be sure — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
Did you ever see if reverting the time quanta changes fixed this, or does this not happen anymore @twilsonco?
No and yes it still shows the error consistently, and sorry :)
@twilsonco have you tried reverting the panda commit yet to see if that's the issue?
OK finally got around to testing f1a2dc3
but with the time quanta change reverted. It does resolve the dash error @sshane. Here's a route of the error not happening (c11fcb510a549332|2024-01-20--18-33-08, not that the dash error shows up in the logs anyhow AFAIK), driven on this branch with that reversion as the only difference from f1a2dc3
.
Describe the bug
Recently, the "Service Front Camera" error on my Volt has been showing constantly on master or updated forks. Talked about this with @sshane.
I searched back and found the commit where it started, but I haven't yet looked into the actual cause of the problem. I'm opening this issue since you might have a better idea. I'll look into it more as well since it may not cause problems in any other vehicle.
Below are my notes with the problematic commit by @briskspirit:
Going through releases to see where problem started:
Checking for "Service Front Camera" dash error
The error starts at f1a2dc3, and does not occur for the preceding commit
Corresponds to the panda change on 9/12. The others are here for context.
and these cereal changes (these are the most recent by Igor and one related)
Which car does this affect?
Chevy Volt 2018
Provide a route where the issue occurs
c11fcb510a549332|2023-02-22--18-27-28--0
openpilot version
0.9.0
Additional info
No response