mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-15 13:23:51 +08:00
b0d03acf2a
* raise timeouts * extend timeout for each message/frame (not multi-frame full response) * bump panda * 100 ms timeout between frames (max I've seen is 20, should be good) * bump panda * remove unused * Add tester present to HKG queries (temp) * send tester present to all ecus first * vin and fw_versions.py sleep, should figure out why sendcan drops packets * None is wildcard (some ecus respond with negative code, that's fine) * typing * try bus 0 * revert brand-specific changes * Update selfdrive/car/isotp_parallel_query.py old-commit-hash: 870c5f383d2feb1b5dd255fd0c528d1427f8478c
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