mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 04:22:09 +08:00
c5a673b998
* rename function first and foremost * the function * comment * move usages over * probably fine * comments * btn * single line * not comments * fix keyword * is it not clear? * noEntry while holding cancel * bumpo * remove * better? * better? * try this * try this * loop * better * more clear * Revert "more clear" This reverts commit 37e0277e4bfe6f1c553dbbcece6f532a280be62e. * no optional * fine * add comment * clean up honda * one line * can also do this * but unclear This reverts commit 1984a72cc8680b23c202695b8aeeb1aa28f7160c. * bumppanda old-commit-hash: 24f5a6170dc2e3bea9565115a09a1e20e18572de
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