mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-09-27 18:03:52 +08:00
f569655e61
* Update interface.py
santa_fe / santa_fe_2022 same value
kia_k5_2021 single value
* hyundai fw sort
# fwdRadar, fwdCamera, eps, esp, engine, transmission
kia ceed esp double fix 0x7d4 eps
* Update selfdrive/car/hyundai/interface.py
* Revert "hyundai fw sort"
This reverts commit 8ab24ffeeb84c3cb11f5fa44ae45fa35ed50ac06.
Co-authored-by: Willem Melching <willem.melching@gmail.com>
old-commit-hash: de88349ef0
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