Files
StarPilot/selfdrive/car
Shane Smiskol 8886c4c085 Update body test route (#24532)
* update body test route

* Revert "update body test route"

This reverts commit 7b918cb48bdb1b7596d8ba49f5915b69695e4a45.

* bump opendbc

* Revert "Revert "update body test route""

This reverts commit d27276b8341d8e4a92633a1a8ef88b7737532177.
old-commit-hash: 8572c6aee61f87521f971948d832420085e118e6
2022-05-13 19:33:46 -07:00
..
2022-05-13 19:33:46 -07: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