Files
sunnypilot/selfdrive/car
Jason Wen e1efbfe6eb CarInterface: update params (#45)
* CarInterface: update params

* check exp mode every frame

* Revert "check exp mode every frame"

This reverts commit a7d174a1a0cb367487e1b7fc9d1e6b651233860c.

* only immediately check exp mode when allowed
2023-02-20 20:48:41 -05:00
..
2023-02-20 20:48:41 -05:00
2023-02-20 20:48:41 -05:00
2023-02-20 20:48:41 -05:00
2023-02-20 20:48:41 -05:00
2023-02-20 20:48:41 -05:00
2023-02-20 20:48:41 -05:00
2023-02-15 17:07:24 -08:00
2023-02-20 20:48:41 -05:00
2023-02-03 21:36:10 -05: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