mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 10:32:10 +08:00
dd675058fc
* Fingerprint brazilian VW TINGUAN_MK2 * Fingerprint for 2019 VW TINGUAN_MK2 * Update values.py * Update values.py * Update selfdrive/car/volkswagen/values.py Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> old-commit-hash: 83f5cdb18bbbf43e1964a684d9a656c1ab411b55
Port structure
interace.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