mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 12:32:06 +08:00
268bf23712
* Update interface.py add AZERA HEV 6TH_GEN * Update hyundaican.py ADD AZERA HEV 6TH_GEN * Update values.py add AZERA_HEV_6TH_GEN * Update override.yaml add AZERA HEV 6TH GEN * Update CARS.md add AZERA HEV 6TH GEN * Update CARS.md * Update routes.py Add AZERA HEV 6TH GEN * Update routes.py * Update values.py * Update values.py * Update routes.py * Update routes.py * Update values.py * Update values.py * Update CARS.md * Update values.py * Update RELEASES.md * Update RELEASES.md * Update routes.py * Update routes.py * Update routes.py * The route driven by added value.py with engine and transmission finger. * Update interface.py I applied it with the actual vehicle spec value. * move up release to 096 * fixes * docs * fix mass --------- Co-authored-by: haram-KONA <88036668+haram-KONA@users.noreply.github.com> Co-authored-by: Shane Smiskol <shane@smiskol.com> old-commit-hash: e16d530da9add3ecc18f72b9fd7582215e5030b5
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