mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-20 07:33:43 +08:00
a0d2e4e711
* Ford: add Escape Mk4 test route * generate docs * remove from non_tested * fix model years * clearer packages for EU * docs * 2020 hybrid 26b2cace68e36212 1FMCU9DZ9LUA82589 * 2021 phev 1FMCU0LZXMUA80767 f8eaaccd2a90aef8 * add this too * more docs
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