-
Notifications
You must be signed in to change notification settings - Fork 1.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
Q4 fingerprint #1754
Comments
That route is only a couple seconds long, so it could still have fingerprinted if you left it. This route is a better example: e36b272d5679115f/00000302--1a2a40e714 |
Please do not report issues with dirty git diffs/local changes for in-progress work. card crashed due to local changes related to the radar interface
|
commaai/openpilot#34579 should improve this by showing an alert that something crashed though |
Yes, I'm aware that other routes aren failing because local changes, and his is why I only mentioned routes 00000307 and 00000308. I was not aware that once the dash-cam message for unrecognized car is displayed, it can still be fingerprinted. |
Those routes had a exception as well, I didn't see any mock routes. Dashcam is also shown if it fingerprints but the dashcam flag is set in carParams |
On When it fails to fingerprint I will let it run longer. Dashcam check/block was removed - so I can test the fingerprinting and a POC of the radar parsing on Q4, similar to Q3 |
Not yet officially supported yet, just getting ready for Hackaton:
It seems that sporadically errors similar to the below one are logged:
Which results in no fingerprinting.
Route: e36b272d5679115f/00000307--2e7636e703
./selfdrive/debug/fingerprint_from_route.py e36b272d5679115f/00000307--2e7636e703/0
returnskill openpilot and restart results in successful fingerprinting, route:
e36b272d5679115f/00000308--b61d26edc1/0
right before the bad fingerprinting I updated
cereal/services.py
, startedlaunch_openpulot.py
and I noticed that scons had work to do. After bad fingerprinting i killedlaunch_openpilot.py
and reran it, scons had no work to do and it fingerprinted correctly.The text was updated successfully, but these errors were encountered: