Files
StarPilot/selfdrive/car
Cameron Clough d625ee361a honda bosch: typo affecting longitudinal limits clip (#24603)
* fix typo?

* another typo

* Revert "another typo"

This reverts commit 45cd9bf2e89d2e0af727b502e5a7881eb52c23ee.
old-commit-hash: 779bfbc63e10c758d2a8fa54e5db3f372dd71b79
2022-05-23 13:13:26 +02:00
..
2022-05-16 13:49:40 +02:00
2022-05-12 14:59:00 +02: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