Files
StarPilot/selfdrive/car
Jason Young 855eafd758 VW MQB: Cleanup, add FW for 2022 Volkswagen Taos (#24596)
* null-effect ordering and indentation fixes

* VW MQB: Add FW for 2022 Volkswagen Taos
old-commit-hash: a1fadc7b547f10782222b3f38df68e89d649dd92
2022-05-19 13:42:52 -07:00
..
2022-05-16 13:49:40 +02:00
2022-05-12 14:59:00 +02:00
2022-03-29 21:45:23 -07:00
2020-01-17 10:58:43 -08:00

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