Files
StarPilot/selfdrive/car
Adeeb Shihadeh f6c11b8a54 Hyundai: add corner radar FW query (#26143)
* Hyundai: add corner radar FW query

* Add to both, and fix when we look at data

* add TODO

* comments

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: d828b69e140f5dda2450d40bafe4c018b01a2577
2022-10-20 20:10:09 -07:00
..
2022-10-18 14:07:54 -07:00
2022-10-08 23:28:33 -07:00
2022-09-23 13:40:15 +02: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