mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 20:12:07 +08:00
39886246c9
* Revert "Revert torque control (#24565)" This reverts commit 93f434d047a92366c4ccefeece86fe101ed98d02. * Move tune out of car specific stuff * Update ref commit old-commit-hash: d9289721503976cd99ac90216c502a841988c1a6
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