mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-17 07:12:08 +08:00
d3f018c45c
* cmt * common parts * add code and date * Revert "add code and date" This reverts commit 47f9ac84cae8d1e73dc2b5af7d5701adc83da6eb. * Revert "common parts" This reverts commit aa5683bbce5b5e8e8414f5b90df9add3998e98ab. * add back to santa cruz * todo * part number test * pass test * Update selfdrive/car/hyundai/tests/test_hyundai.py old-commit-hash: 398dd771144fab835ebab4feebb4461f759bd07f
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