mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 00:05:57 +08:00
4f6347d5b1
* Hyundai CAN-FD HDA2: specify signals to suppress LFA * bump opendbc * Fix * Update comment * fix * closer to original * preserve behavior * Revert "preserve behavior" This reverts commit 6549c085ab6bdd093f7668e7df79cd85350bc028. * preserve behavior --------- Co-authored-by: Shane Smiskol <shane@smiskol.com> old-commit-hash: 67177b2ca393f51a45a97fcdac14be454b224c8c
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