mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-10 03:42:09 +08:00
7b0bc2c163
* Revert "GM: Fix noisy brake pressed (#23712)" This reverts commit 2cd30c56d9e591d547ebf16292dd6b75aeee9fdd. * keep this * same check, but don't clip CS.brake * bump panda * bump panda to master old-commit-hash: 1b114464a94aadf4cb10494c53c610457be06d4c
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