Files
openpilot-evo/selfdrive/car
Adeeb Shihadeh 51eeb48863 2023 Leaf is supported (#27899)
* Update CARS.md

* Update values.py

* update
old-commit-hash: 853d40409247ce9e392a27bbd6e5fb60c800be28
2023-04-13 13:48:25 -07:00
..
2023-04-01 21:20:47 +01:00
2023-04-13 13:48:25 -07:00
2023-04-13 12:17:03 -07: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