mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 08:16:03 +08:00
02b548fe8a
* Add several missing HIGHLANDERH_TSS2 firmwares `@joeswisher#3240` 2023 Highlander Hybrid DongleID/route 1cdd18b56163c309|2022-12-29--23-18-05 * docs.py gen'd CARS.md w/ 2023 Highlander Hybrid update old-commit-hash: a7155a43b726266084554e7cfa11d8a7bba88238
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