-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
“Dashcam Mode car unrecognized” occur. #32070
Comments
I have a similar issue commaai/opendbc#1141. Vehicle Make and Model different however but the behavior is oddly similar. |
@haram-KONA is this new? |
It keeps repeating little by little, but these days, the cycle occurs frequently. |
1618132d68afc876/00000011--e1f95ed2b7/0 This route occurred again this morning (KOR Time: Tuesday Apr 2 @ 09:45 - 09:45). |
Please save me~~~ Please save me~~~ route : 1618132d68afc876/0000002a--865a3d5ef4 |
This comment was marked as off-topic.
This comment was marked as off-topic.
Until I have more time to check in depth, can you try this? https://github.com/commaai/openpilot/tree/simple-hkg-query |
@haram-KONA please try that branch and report back. |
It is currently being used as " master-ci ", but it has not occurred yet since April 10th (KOR Time). |
There may be a few bugs in Hyundai's VIN queries that were masked before this cleanup PR: #32022 The cluster ECU we use to get the VIN on HDA1 cars for example can see our bus 0 queries on HDA2 cars, but is filtered out unless the multiplexing mode is set to the radar bus, not OBD port. Found by querying it on bus 0, then switching off OBD multiplexing: you see it on bus 1 and we don't respond to it - leaving it in a bad state. Not sure if camera is related, but it very well could be. Checking it out on our EV6. |
@haram-KONA I requested upload of some recent routes, can you put it on wifi to upload? |
@sshane now connected wifi - I am currently uploading logs from my drive 3 hours ago. |
@sshane " Hyundai CAN FD: match cluster speed commaai/opendbc#1110 " : Is this difficult to apply? |
Please try to reproduce it by rebooting the device a few times, then you can request upload those logs |
all logs uploaded |
We need logs from a dashcam route |
So far we've discovered three things: on startup an unknown ECU requests DTC info from the camera (could be others as well):
and a few seconds later, it then requests the part number (0xF187). But this doesn't seem to prevent us from fingerprinting in most cases, as this is a bit after we should have fingerprinted.
|
This comment was marked as outdated.
This comment was marked as outdated.
There's also some weird interaction with the OBD bus, it reports a response without a comma power! But no response if we don't query non-OBD right after, so there's some bug here. Will look into it
|
Describe the bug
When turn on the car while the comma C3X is connected to the car, “Dashcam Mode car unrecognized” will almost always occur.
reboot the C3X in this state, it will engage normally again.
After engaging, drive in openpilot normally and turn off the engine with the C3X connected and then turn it on again, the "Dashcam Mode car unrecognized" status will also occur, and reboot again, the engagement will return to normal.
always turn on the ignition without connecting the USB-C of the C3X and then connect the USB-C cable, this problem will not occur.
Do I always have to start the car with the C3X and the car disconnected (USB-C), and then connect the C3X to the car after starting the car?
During this repetition, the TorqueControl learning values are initialized before learning is completed, so the process of continuous learning, initialization in the middle, and learning and initialization in the middle is repeated.
Which car does this affect?
Hyundai KONA EV 2ND GEN (HDA2)
Provide a route where the issue occurs
1618132d68afc876/0000000f--3a20636e0f
openpilot version
0.9.7 master-ci
Additional info
No response
The text was updated successfully, but these errors were encountered: