mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-02 20:43:53 +08:00
* Added FW Versions for 2022 Elantra and 2022 Sonata. Added for CAR.ELANTRA_2021 : Ecu.transmission : b’\xf1\x87CXMQFM3421815JB2ww\x96y\xaa\x98x\x87\x88wtwTfuwWh\x9f\xff\x8a\xff\xff\xffE\xe3\xf1\x89HT6VA640A1\xf1\x82CCN0N20NS5\x00\x00\x00\x00\x00\x00' Ecu.engine : b'\xf1\x870\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf1\x82CNDWD0AMFCXCSG8A' Added for CAR.SONATA : Ecu.engine : b'\xf1\x870\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf1\x81HM6M1_0a0_J10' Ecu.transmission: b'\xf1\x00T02601BL T02832A1 VDN8T25XXX832NS8G\x0e\xfeE' b'\xf1\x87954A02N060\x00\x00\x00\x00\x00\xf1\x81T02832A1 \xf1\x00T02601BL T02832A1 VDN8T25XXX832NS8G\x0e\xfeE' b'\xf1\x87954A02N060\x00\x00\x00\x00\x00\xf1\x82VDN8T25XXX832NS8' * Update values.py * Removed FW Versions for Elantra_2021. * fix Co-authored-by: humza2000 <111622889+humza2000@users.noreply.github.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