mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-17 10:52:04 +08:00
973d90be77
* Subaru: Crosstrek Hybrid support * hybrid cars in dashcam only * revert that * just dashcam * tah should be abs * remove unused import * use the old dbc for now * hybrid car exceptions in carstate * need dashstatus until we get a proper cruiseactivated bit * missing CP * merge conflicts * lets be consistent about extend * cleanup * fix and comments * preglobal fix * and the rest * and this * added hybrid to release --------- Co-authored-by: Justin Newberry <justin@comma.ai>
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