Files
onepilot/selfdrive/car
Shane Smiskol 70c8bc4cd3 Camry TSS2: use torque controller (#24268)
* use measurements from harald

* update from table

* average of hybrid and non-hybrid
old-commit-hash: 191fbd4f67e7f878b518effd14411779b9435339
2022-05-07 21:34:17 -07:00
..
2022-05-03 13:27:19 -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