-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed as not planned
Description
Not yet officially supported yet, just getting ready for Hackaton:
It seems that sporadically errors similar to the below one are logged:
[2.972794] isotp_parallel_query.py:146 - : iso-tp query bad response: (1990, None) - 0x7f2231
[2.972962] isotp_parallel_query.py:146 - : iso-tp query bad response: (1990, None) - 0x7f2231
[2.973382] isotp_parallel_query.py:146 - : iso-tp query bad response: (1840, None) - 0x7f2231
[2.973458] isotp_parallel_query.py:146 - : iso-tp query bad response: (1840, None) - 0x7f2231
[2.973865] isotp_parallel_query.py:146 - : iso-tp query bad response: (1988, None) - 0x7f2231
[2.973961] isotp_parallel_query.py:146 - : iso-tp query bad response: (1988, None) - 0x7f2231
Which results in no fingerprinting.
Route: e36b272d5679115f/00000307--2e7636e703
./selfdrive/debug/fingerprint_from_route.py e36b272d5679115f/00000307--2e7636e703/0
returns
found 33 messages. CAN fingerprint:
65: 8, 66: 8, 73: 8, 119: 8, 125: 8, 126: 8, 130: 8, 145: 8, 146: 8, 357: 8, 359: 8, 390: 8, 391: 8, 512: 8, 514: 8, 516: 8, 517: 8, 531: 8, 532: 8, 534: 8, 535: 8, 560: 8, 578: 8, 936: 8, 937: 8, 943: 8, 972: 8, 976: 8, 981: 8, 1045: 8, 1070: 8, 1111: 8, 1200: 8
FW fingerprint:
Traceback (most recent call last):
File "/DevWork/op/./selfdrive/debug/fingerprint_from_route.py", line 46, in <module>
get_fingerprint(lr)
File "/DevWork/op/./selfdrive/debug/fingerprint_from_route.py", line 32, in get_fingerprint
for f in fw:
TypeError: 'NoneType' object is not iterable
kill openpilot and restart results in successful fingerprinting, route: e36b272d5679115f/00000308--b61d26edc1/0
right before the bad fingerprinting I updated cereal/services.py
, started launch_openpulot.py
and I noticed that scons had work to do. After bad fingerprinting i killed launch_openpilot.py
and reran it, scons had no work to do and it fingerprinted correctly.
Metadata
Metadata
Assignees
Labels
No labels