mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-06 05:52:12 +08:00
91ff6918e5
* Remove minCanSpeed Remove minCanSpeed * it actually only goes out to 2.5 seconds, this is okay to remove * test to see if this preserves behavior add minSpeedCan * Revert "test to see if this preserves behavior" This reverts commit 31b11f017f7e9da7654fc8064b5983d4a6cc22e5. * preserve behavior (don't enter stopping as early) * vEgoStopping needs to be less than or equal to vEgoStarting to avoid state oscillation old-commit-hash: 2799ef52928126d4b704a6ad83e25a35d0b56da3
Port structure
interace.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