commaai / opendbc

democratize access to car decoder rings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CANParser: canValid check doesn’t work if there's no messages to update

adeebshihadeh opened this issue · comments

The issue really seems to be the CAN parser architecture. Half of it is in C++ and the other half is in the cython wrapper. We should just move the whole thing into C++ and make the cython a thin wrapper.