mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-21 08:03:42 +08:00
820cccf8d9
* Hyundai: Add FW Versions for 2019 Elantra * wrong platform * Update selfdrive/car/hyundai/values.py * split platforms again * add engine and other trans * legacy: don't trust long * fix * elantra has no eps and i30 has no dates as well * 19 still has no sng * new harness * todo comment * Update CARS.md * re-did * add back * rev * Add Elantra 2017 FW from f6f9e1708bae2ef6 * Add Elantra 2017 FW from 5af39b105269f0f3 * Add Elantra 2017 FW from 2e158bb0e7396dd9 * should be all i30 and elantra drivers --------- Co-authored-by: Shane Smiskol <shane@smiskol.com>
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