mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-23 13:52:05 +08:00
5ee4740821
* Added C-HR 2022 * add harness link * Revert "add harness link" This reverts commit 54eaf4a5d83b2e844175cdcf4637329490e1a5b0. * Revert "Added C-HR 2022" This reverts commit b75a54886fbd0236a309b5c89bf74fd748a5b9e2. * Added Toyota C-HR Hybrid 2022 Added Toyota C-HR Hybrid 2022 * another year * it's a hybrid * fix platform name * new route * add to releases * right right, it's a hybrid --------- 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