mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-08 23:22:04 +08:00
5bc529bf20
* increase lag on prius * better offline values computation * split prius ecu more, set deadzone to 0 * add deadzone back * replace deadzone with slack * reduce deadzone to 0.2 * update refs old-commit-hash: 0706b03e8cf41f7d51c9a42f01bda2084bfe3be6
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