mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 03:22:07 +08:00
0a47a0cb3e
* Nissan port * add x-trail to release notes * update readme and model * remove from releases until tested * Don't test Nissan for now * Forced dashcam in test_car_models old-commit-hash: 6db044c86cad910235a0cbcaf5f5f91775fe4e26
6 lines
129 B
Python
6 lines
129 B
Python
#!/usr/bin/env python3
|
|
from selfdrive.car.interfaces import RadarInterfaceBase
|
|
|
|
class RadarInterface(RadarInterfaceBase):
|
|
pass
|