Files
StarPilot/selfdrive/car
Cameron Clough d0db2698ff Ford: detect reverse gear for manual transmision (#24234)
old-commit-hash: b828131994367eda5579b4e528b1546d07c6d0bc
2022-04-18 11:48:37 -07:00
..
2022-04-12 22:58:34 -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