mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-13 13:22:22 +08:00
2f56c54602
* Update values.py * Revert "Update values.py" This reverts commit e2293bee861fa2eb00e6c2ffd2c69d913c2165cd. * add missing FW versions for uxh 2023 * update docs --------- Co-authored-by: Shane Smiskol <shane@smiskol.com> old-commit-hash: ea5a0e245098b454351ddcc6e9596fb292f55fae
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