mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-27 01:23:56 +08:00
dragonpilot beta3
date: 2023-10-09T10:55:55 commit: 91b6e3aecd7170f24bccacb10c515ec281c30295
This commit is contained in:
@@ -4,12 +4,12 @@ from traceback import print_exception
|
||||
import numpy as np
|
||||
from time import strftime, gmtime
|
||||
import cereal.messaging as messaging
|
||||
from common.realtime import Ratekeeper
|
||||
from selfdrive.mapd.lib.osm import OSM
|
||||
from selfdrive.mapd.lib.geo import distance_to_points
|
||||
from selfdrive.mapd.lib.WayCollection import WayCollection
|
||||
from selfdrive.mapd.config import QUERY_RADIUS, MIN_DISTANCE_FOR_NEW_QUERY, FULL_STOP_MAX_SPEED, LOOK_AHEAD_HORIZON_TIME
|
||||
from system.swaglog import cloudlog
|
||||
from openpilot.common.realtime import Ratekeeper
|
||||
from openpilot.selfdrive.mapd.lib.osm import OSM
|
||||
from openpilot.selfdrive.mapd.lib.geo import distance_to_points
|
||||
from openpilot.selfdrive.mapd.lib.WayCollection import WayCollection
|
||||
from openpilot.selfdrive.mapd.config import QUERY_RADIUS, MIN_DISTANCE_FOR_NEW_QUERY, FULL_STOP_MAX_SPEED, LOOK_AHEAD_HORIZON_TIME
|
||||
from openpilot.system.swaglog import cloudlog
|
||||
|
||||
|
||||
_DEBUG = False
|
||||
|
||||
Reference in New Issue
Block a user