mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-23 10:12:17 +08:00
b49290d69c
* Update values.py * Update values.py Added support for Kia Niro PHEV 2020 * Update values.py Added support for Kia Niro PHEV 2020 * Update values.py Changed the fingerprint to be 4 seperate IDs * Apply suggestions from code review * generate * gen docs --------- Co-authored-by: Shane Smiskol <shane@smiskol.com> old-commit-hash: 83af2182b457692532ecc1426304782af1f9887d
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