mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-17 23:32:07 +08:00
9b98b3d6ea
* Update Car/Subaru values.py to support 2022 Crosstrek Tested via SP, just want support via stock OP * remove duplicates * started adding support for toyota bZ4X * Add files via upload * Update values.py * Update values.py * Update values.py * Update values.py * remove duplicates and mistakes --------- Co-authored-by: Justin Newberry <jnewberry0502@gmail.com> old-commit-hash: 2c13dea1c822ce8be02be530604d0d984277ad13
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