mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 02:52:04 +08:00
56038f4c54
* added AZERA_HEV_5TH_GEN (2019) * Update values.py * Update interface.py * Update values.py * Update hyundaican.py * Update hyundaican.py * Update interface.py * Update values.py * one line * didnt see harness change * Update selfdrive/car/hyundai/values.py * docs --------- Co-authored-by: Justin Newberry <justin@comma.ai> Co-authored-by: Shane Smiskol <shane@smiskol.com> old-commit-hash: 169132c6cc52f598b9b16d9996690f51282082e5
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