Files
StarPilot/selfdrive/car
Shane Smiskol 7cbb75f4c2 HKG: update Santa Cruz model years (#27401)
2021 Santa Cruz doesn't exist
old-commit-hash: 55da5175aea1a4d206001f2c51d66f4cdf6799c2
2023-02-20 13:29:37 -08:00
..
2023-02-15 17:07:24 -08:00
2023-02-15 17:07:24 -08:00
2022-03-29 21:45:23 -07: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