Files
StarPilot/selfdrive/car
Shane Smiskol a68a4979c0 Genesis G80 2017: group with Hyundai Genesis (#27170)
* Revert "Fix 2017 Genesis G80 car harness and shop link in docs (#27127)"

This reverts commit e50f23f02f749f7a593fa4e8ac56fd086cf0cb2e.

* The HGenesis became rebranded to G80 in 2017 (2018 model year). G80 2017 fingerprints as Hyundai Genesis, and we handle the min steer speed correctly

https://en.wikipedia.org/wiki/Genesis_G80
https://en.wikipedia.org/wiki/Hyundai_Genesis

* fix
old-commit-hash: f1caecff727fe4d53edc131b30b7a31c1fb4736c
2023-01-31 12:48:13 -08:00
..
2022-12-15 21:52:07 -08:00
2023-01-31 11:06:03 -08:00
2022-12-15 21:52:07 -08:00
2022-12-28 15:38:10 +01: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