mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 05:22:07 +08:00
bbd3b3bc75
* bump * should be bytes * draft fuzzy car params * stash * bump * bump * this is explored! * some clean up * more clean up * clean up * do we need draw?? * draft * this was confusing * revert * draft * Revert "draft" This reverts commit c593a03474b04d4df2648d8149798196c991a108. * draft * more typing! * complete typing * fix that * cleanup * better old-commit-hash: f495c21805583f19e5cd4bd56b8b0445c74f35b3
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