mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-21 08:23:44 +08:00
79ca8c9ec9
old-commit-hash: e94a30bec07e719c5a7b037ca1f4db8312702cce
453 B
453 B
TODO
An incomplete list of known issues and desired featues.
-
TX and RX amounts on UI are wrong for a few frames at startup because we subtract (total sent - 0). We should initialize sent bytes before displaying.
-
Rewrite common/dbc.py to be faster and cleaner, potentially in C++.
-
Add module and class level documentation where appropriate.
-
Fix lock file cleanup so there isn't always 1 pending upload when the vehicle shuts off.