mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-01 13:13:52 +08:00
* use radar instead of abs * str the strenum * Lexus ES: non-TSS2 probably don't have stop and go without DSU-pull and/or pedal * remove from NO_STOP_TIMER_CAR. this set is so confusing * Combine ES & ESH (preferring ESH's DSU msgs) * ES: forgot substitute * comment * Highlander: combine, preferring the hybrid for DSU msg mismatches (0x365 and 0x366) * remove duplicates and sort * update docs * toyota non_essential ECU test * Lexus RX: combine, preferring hybrid's msgs (they all exist on ICE) * sort and remove dups * parameterize so we can test with notebook * this too * clean up * clean up * tuple makes more sense * update comments * update * update * update
Car port structure
interface.py
Generic interface to send and receive messages from CAN (controlsd uses this to communicate with car)
fingerprints.py
Fingerprints for matching to a specific car
carcontroller.py
Builds CAN messages to send to car
carstate.py
Reads CAN from car and builds openpilot CarState message
values.py
Limits for actuation, general constants for cars, and supported car documentation
radar_interface.py
Interface for parsing radar points from the car