Files
StarPilot/selfdrive/car
Cameron Clough 3c5d9689fc Ford: disable radar for now (#24832)
The newer Ford vehicles require a different radar parser.
old-commit-hash: 3f60088f432f0bf8e7805cdb2223817c249ec7fa
2022-06-12 09:27:46 -07:00
..
2022-06-12 09:27:46 -07:00
2022-05-16 13:49:40 +02:00
2022-06-10 22:52:48 -07: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