mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 02:52:04 +08:00
7f10d2c5b4
* HKG: Car Port for Kia Carnival (China only) 2023 (HDA1) * add FW * seems to be radar SCC * Update CARS.md * Update CARS.md * Add test route * Fix docs * New route * Fix docs formatting * update with US model * 2 total * Update RELEASES.md * add FW for US carnival 2023 * fix docs * update test routes * no rlogs for chinese route * update docs * revert chinese to merge now * Apply suggestions from code review * fine to fully remove * less precise * remove from releases * Apply suggestions from code review * Update selfdrive/car/tests/routes.py --------- Co-authored-by: Shane Smiskol <shane@smiskol.com> old-commit-hash: f1c604bde7a84036a0dd16e0cc2ee34c8ff96181
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