mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-04 13:02:09 +08:00
5f1528708e
* Subaru: Add support for 2023 Ascent * Update supported cars list * Remove tester present from fw query * merge master * fix merge issues * minimize diff * add comment about 23 ascent * add comment * correct spot * fix name * nocap --------- Co-authored-by: Justin Newberry <justin@comma.ai> Co-authored-by: Shane Smiskol <shane@smiskol.com> old-commit-hash: a1bf66a0d26574eabf322ce139142a6db92c9098
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