mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-19 00:02:08 +08:00
2ebff4817e
* Update values.py add 2023 hyundai sonata hybrid * Include 2023 Sonata Hybrid * remove duplicates * fix and sort * Revert "fix and sort" This reverts commit 9fdd3c6b18d119284e4f2792705e43086afe72eb. * fix * update docs * update docs again * fix * sort --------- Co-authored-by: Cameron Clough <cameronjclough@gmail.com> old-commit-hash: f345d393ccf5e51f2ccbcb8deb19c412a30d6165
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