mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-09 17:53:41 +08:00
e9e6af2bd6
* Added 2022 Audi Q3 to Fingerprint * Fingerprinted 2022 Audi Q3/ cleaned up code * add missing srs --------- Co-authored-by: Shane Smiskol <shane@smiskol.com> old-commit-hash: 48209b4644a45e041c0a27a8a572cd666c97a8c5
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