mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-09 15:42:11 +08:00
186de8bddb
* Hyundai: refactor button messages creation and consolidation * one bool should be enough * Use CLU11|0x4F1 to determine * grammar pls * action * fix duplication * move to bottom * one area * type * Revert "one area" This reverts commit c2b794f964b3df09a5ae9f35a3853e6cec69f93a. --------- Co-authored-by: Shane Smiskol <shane@smiskol.com> old-commit-hash: 5aed2e01e80b067c859d7655812065f0a4271ed9
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