mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-17 10:52:04 +08:00
2c9f751616
* Add missing fw versions for 2019 Optima * move versions to new platform * add temp fw version notes temp notes * clean up * Update docs * add fw versions from the last 180 days * add tests * fix * remove FPv1 for Optima * seems like the 2016 is the same * revert * add versions from our 2019 Optima * label/move some versions * add some versions from a 2020! (3d96bd05b5513638) * this is from the same 2017 as earlier (4f930156368f7830) * vin lookup isn't perfect * Revert "vin lookup isn't perfect" This reverts commit 62c563bc4549b37160254d45bb90fcbc1f6cd589. * a 2020 (df71aec6e636d7e4) * cleanup, this transmission is also a 2020 version df71aec6e636d7e4|2021-10-07--17-59-28 * this comes with scc * one line * revert * bump panda * add our transmission FW * Add test route
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