排查影响时间复杂度的代码
This commit is contained in:
@@ -28,6 +28,7 @@ PORT = 65444
|
||||
|
||||
# TODO: 帧率控制配置
|
||||
PERIOD = 1
|
||||
PERIOD = 0.05
|
||||
|
||||
|
||||
class VisionMode(enum.Enum):
|
||||
@@ -40,3 +41,14 @@ class VisionMode(enum.Enum):
|
||||
class CameraControl(enum.Enum):
|
||||
DESTORY = 0
|
||||
CAPTURE = 1
|
||||
|
||||
|
||||
DURATION_DEBUG = True
|
||||
|
||||
TRACK_DEBUG = True
|
||||
|
||||
OBSTACLE_DEBUG = True
|
||||
|
||||
FRONT_DEBUG = True
|
||||
|
||||
REAR_DEBUG = True
|
||||
|
Reference in New Issue
Block a user