Files
dragonpilot/selfdrive/car
Shane Smiskol 3c62d9da09 Toyota: Move EPS torque factor to openpilot (#23635)
* use scaling

* or we can do it this way

* define default in one place

* just specify

* Revert "just specify"

This reverts commit 40b7b28f8416497cd1337784d336c1dd4f5dd6e3.
2022-01-26 22:08:04 -08:00
..
2022-01-26 17:10:41 +01:00
2022-01-24 20:51:57 -08:00
2022-01-26 17:10:41 +01:00
2022-01-26 17:10:41 +01:00
2021-08-03 16:59:13 -07:00
2020-01-17 10:58:43 -08:00

Port structure

interace.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