mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-04 13:02:09 +08:00
a1157cc762
* squashed the PR * remove AP passthrough * disengage on steer override * bump panda * add test routes * bump panda * tesla is still dashcam only * dashcam only * rerun CI * add to release files old-commit-hash: cdfba105ed86ec37bd41565cb95796d653ee53bc
6 lines
129 B
Python
Executable File
6 lines
129 B
Python
Executable File
#!/usr/bin/env python3
|
|
from selfdrive.car.interfaces import RadarInterfaceBase
|
|
|
|
class RadarInterface(RadarInterfaceBase):
|
|
pass
|