mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-26 07:43:51 +08:00
* draft * assertrue * this is way too complicated, even with unittest discover * works * test we can send resume button * nice catches this * fix * fixed * not needed * draft * works * comment out to let catch * clean up into a function * clean ups * final clean up * no this is final * bump * simplify * simplify * pass * bump * globals don't work inside methods * space
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