Files
StarPilot/selfdrive/car
Shane Smiskol cb3f733df0 CARS.md: update Honda Ridgeline supported years (#24484)
* update supported ridgeline years

* update supported ridgeline years
old-commit-hash: f9af3ddf4c819127119943cafec6e46fe75a49af
2022-05-09 22:00:31 -07:00
..
2022-05-03 13:27:19 -07: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