mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 00:05:57 +08:00
821ddf785f
* Add f/w firmware for Lexus RC under LEXUS_IS `@ph33rl355#0529` 2020 Lexus RC F Track Edition DongleID/route 32696cea52831b02|2021-11-16--23-12-02 Doesn't seem to need a full port, per user feedback... https://discord.com/channels/469524606043160576/524327905937850394/910400788319326229 * Update CARS.md * Separated Lexus RC from IS... still using IS DBC * match lexus IS for now * Update wheelbase to match published specs I'm hesitant to touch `mass`, even though I know it's different from the IS. * Add TOYOTA.LEXUS_RC test route Co-authored-by: Willem Melching <willem.melching@gmail.com> Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> old-commit-hash: d630ec9092f039cb5e51c5dd6d92fc47b91407e4
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