mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-14 13:52:12 +08:00
052b799262
* make panda and openpilot thresholds match * Revert "make panda and openpilot thresholds match" This reverts commit dfcbd2058784de809564ada41e4cfbbfca7afe77. * make panda and openpilot thresholds match * remove interceptor scaling, compare int value * remove honda exception * bump panda * bump opendbc * add segment to check controls mismatch * bump submodules old-commit-hash: e8faf9f9853b445c6ddfd9ee1f1e44fbcfe3a96f
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