mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
fix circular import reported by LGTM
This commit is contained in:
@@ -197,6 +197,7 @@ class VehicleModel():
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
"""
|
||||
import math
|
||||
from selfdrive.car.honda.interface import CarInterface
|
||||
from selfdrive.car.honda.values import CAR
|
||||
@@ -204,3 +205,5 @@ if __name__ == '__main__':
|
||||
CP = CarInterface.get_params(CAR.CIVIC)
|
||||
VM = VehicleModel(CP)
|
||||
print(VM.yaw_rate(math.radians(20), 10.))
|
||||
"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user