添加DEBUG功能
This commit is contained in:
@@ -27,7 +27,7 @@ HOST = "0.0.0.0"
|
||||
PORT = 65444
|
||||
|
||||
# TODO: 帧率控制配置
|
||||
PERIOD = 0.1
|
||||
PERIOD = 0.5
|
||||
|
||||
|
||||
class VisionMode(enum.Enum):
|
||||
@@ -40,3 +40,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