Open Verylukyguy opened 1 year ago
When you added your fingerprint in https://github.com/commaai/openpilot/pull/21545, it used a script which did not check the origin bus, as usually 0/2 is the same bus (PT and camera), but on ASCM GM, 2 is the chassis. There happens to be the same addresses with different lengths on 0 and 2 (like ECMEngineStatus
), so some addresses in your fingerprint have an incorrect length on bus 0.
There were also earlier attempts to add my vehicle's fingerprint: https://github.com/commaai/openpilot/pull/2440 and https://github.com/commaai/openpilot/pull/21030 Maybe these are more complete/accurate.
The Acadia port originated here: https://github.com/commaai/openpilot/pull/338 and https://github.com/commaai/openpilot/pull/453
It does not appear to be a Fingerprinting issue because the Platform is correct on my Useradmin page when this happens. This issue developed only after a change in OpenPilot when a commit was merged, it had been working fine for three years.
Likely caused by https://github.com/commaai/openpilot/pull/27245. Can you share a recent bad route with uploaded rlogs?
This one is from yesterday: df51b2195de66a9b/0000005a--78b136e680/0
I should have a fix next week for you to test.
I am ready when you are @sshane.
Here is another route: df51b2195de66a9b/00000001--bc22ed8054/0
Here is another route: df51b2195de66a9b/00000007--12eddfcd96/0
Describe the bug
The Comma 3 boots up intermittently in Dashcam Mode, seemingly after restarting the vehicle and resolves if the vehicle is restarted again. It is fingerprinting properly using FPv1; there are no missing Platforms on my Useradmin page.
Provide a route where the issue occurs
df51b2195de66a9b|2023-11-03--18-17-10--0
openpilot version
Comma Nightly @ 105ffa0
Additional info
No response