mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-04 15:56:08 +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: a5d0d7b069
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