mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-22 00:33:48 +08:00
20085620db
* allow steer if minSteerSpeed is <= 0 * need to understand lkas_blocked, can we just use that? need to understand lkas_blocked, can we just use that? * Revert "need to understand lkas_blocked, can we just use that?" This reverts commit 8793fb562d6ba41ce4fd8c8e8a974d639e98f79b. * better * fix * little more clear Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
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