mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-14 13:52:12 +08:00
9676e15736
* rename two can-specific feature lists * the other lists don't say CAN_ * like to be safe old-commit-hash: 2b6a3dcfd015de45018f49718475c4e2f8efb738
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