Files
StarPilot/selfdrive/car
Shane Smiskol 275b7eac20 Speed up YAML parsing with CSafeLoader (#24958)
Use CSafeLoader
old-commit-hash: 10fb2b9456b9d0d065b411ac64fd97831ee2fa8c
2022-06-24 15:16:46 -07:00
..
2022-06-15 15:29:42 -07:00
2022-06-15 15:29:42 -07:00
2022-06-15 15:29:42 -07:00
2022-06-20 23:23:14 -07:00
2022-06-15 15:29:42 -07:00
2022-06-22 15:58:06 -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