Files
StarPilot/selfdrive/car
Shane Smiskol 82f208bcd6 Honda Bosch long: fix ACC fault (#24851)
Fix Honda bosch long

Co-authored-by: redacid95 <jonathanc.olivier@gmail.com>

Co-authored-by: redacid95 <jonathanc.olivier@gmail.com>
old-commit-hash: 25eafa96264aa2f8851b2f0d633de0c7cce3e743
2022-06-13 18:42:47 -07:00
..
2022-06-12 09:27:46 -07:00
2022-05-16 13:49:40 +02: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