mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-17 15:22:10 +08:00
8200f32b5f
* Revert "Revert "FW query timing test: mock get_data function for timeout" (#30696)" This reverts commit 799cdee1e97bd45946ffb31a03e1fcc1c5da5ac6. * no thread * clean up a bit * no thread! * combine functions * re-enable total time check * back to 5 * minimal diff * minimal diff old-commit-hash: f96aa247cc0834296a3f85ea58617ef700de596c
Car port structure
interface.py
Generic interface to send and receive messages from CAN (controlsd uses this to communicate with car)
fingerprints.py
Fingerprints for matching to a specific car
carcontroller.py
Builds CAN messages to send to car
carstate.py
Reads CAN from car and builds openpilot CarState message
values.py
Limits for actuation, general constants for cars, and supported car documentation
radar_interface.py
Interface for parsing radar points from the car