mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 12:02:09 +08:00
8886c4c085
* update body test route * Revert "update body test route" This reverts commit 7b918cb48bdb1b7596d8ba49f5915b69695e4a45. * bump opendbc * Revert "Revert "update body test route"" This reverts commit d27276b8341d8e4a92633a1a8ef88b7737532177. old-commit-hash: 8572c6aee61f87521f971948d832420085e118e6
Port structure
interface.py
Generic interface to send and receive messages from CAN (controlsd uses this to communicate with car)
carcontroller.py
Builds CAN messages to send to car
carstate.py
Reads CAN from car and builds openpilot CarState message
values.py
Fingerprints and absolute limits
radar_interface.py
Radar interface