mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-16 14:52:15 +08:00
3444349242
* Extend Lexus RX compatibility to 2022 Sorry, I should've done it when I submitted this PR a couple months ago... https://github.com/commaai/openpilot/pull/23691 * Revert "Extend Lexus RX compatibility to 2022" This reverts commit b6a4c5f82c50713d813e260086b71061f047a70a. * Extend Lexus RX compatibility to 2022 via CarInfo * Extend Lexus RX compatibility to 2022 in docs old-commit-hash: f933d543b20aba0a90943d598f333a75b18ab918
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