mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-17 19:02:06 +08:00
e219da29b2
* 2020 Jeep srt fingerprint Please update to include my 2020 Jeep srt * Update selfdrive/car/chrysler/values.py * Revert "Update selfdrive/car/chrysler/values.py" This reverts commit 83fc38acbf7e7b257713a0a85096d7d34a6e0c90. * Update selfdrive/car/chrysler/values.py * rm new fp --------- Co-authored-by: Shane Smiskol <shane@smiskol.com>
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