mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-09 19:39:00 +08:00
743ce4d963
* Updated values.py Added fingerprinting for 2023 Genesis GV70 * Updated values.py 2023 GV70: needed a different harness than the one originally listed (M instead of L) * Update values.py Removed L harness line (just in case) * should be good * fix * update docs --------- Co-authored-by: Shane Smiskol <shane@smiskol.com> old-commit-hash: d845c79f7cb0e522e9361c8a758f77d94855b647
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