mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-16 23:02:07 +08:00
43dee7f6fb
* check LTA faults if using LTA * add test * add LTA_STATE * add comment for 0 state * why did test_models not catch this? * code 21 * same behavior as LKA (only if LTA is used) * common definitions! * more comment * directly * fault * : old-commit-hash: 07e276d5cf322a8328d3c5f5566d3176027032c9
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