mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-20 15:43:43 +08:00
91987f38d4
* wip: move to pandaStates * bump cereal * wip: SafetyMode struct * move to safetyMode * fix typo * this can be None * fix potential empty pandaStates list * fix thermald * fix controlsd * rename safetyModes to safetyConfigs * update process_replay * fix test_models * bump cereal
Port structure
interace.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