Files
StarPilot/selfdrive/car
routine88 b10e107700 Added fingerprint for 2023 Hyundai Elantra Hybrid (#27758)
* Update values.py

* Update values.py

* Update selfdrive/car/hyundai/values.py

* Update selfdrive/car/hyundai/values.py

---------

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 652fc0e90419d505bec80bac12617676a3591854
2023-03-31 00:34:35 -07:00
..
2022-03-29 21:45:23 -07:00

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