mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-10 03:42:09 +08:00
49b1caa329
* Fingerprint Subaru outback 2022 Add fingerprint for carFw abs, engine, transmission, and fwdCamera. * fingerprint two more values * order values properly before submitting a PR * remove hyundai fw responses --------- Co-authored-by: Cameron Clough <cameronjclough@gmail.com> old-commit-hash: a5d0d7b0697aea8aa535d7e99f31b6cc8a1e0942
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