mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-19 08:12:07 +08:00
02428ca744
* stash * process all functional addrs (stash) * clean up * rm * simplify * let user pass in tx for rx addrs * revert panda * simplify * comment order * need to go by rx_addr now * Revert "need to go by rx_addr now" This reverts commit 1197ecfbc5b9e5df20b523a0623f644cd8cae1ef. * stash * should also work * this seems pretty clean * not used * properly use * comment * some fixes * some fixes * send consecutive frames on physical addrs * bump panda * looks better * setup_only * Revert VIN changes * rev * bump panda to master * Update selfdrive/car/isotp_parallel_query.py old-commit-hash: bea960675f2ae7d2d9e3c95d8c79fde6b61d93d0
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