mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-05 16:25:41 +08:00
edabca193d
* car port: Honda Freed Popular 3-row compact minivan in Japan based on Fit platform. test route: 2c4292a5cd10536c|2021-08-19--21-32-15 * missing DRIVERS_DOOR_OPEN signal on FREED * remove redundant long parameters * additional FW; confirm lack of stop-and-go * restore gateway ECU to fingerprint * corrected mass and wheelbase * add another forwardRadar id
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