This commit is contained in:
havocrao 2025-08-20 11:37:00 +08:00
parent 8ceeb00427
commit 3eaf411bde
3 changed files with 2 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -45,7 +45,7 @@ def run_task_1(ctrl, msg, time_sleep=5000):
angle_deg=-85, # 负值表示右转 # INFO 目前来看,这个 -85 + 内部的微调,跟镜像里不断测试出来的效果好了很多,暂时可用。
#
observe=False, # INFO 暂时关闭观察
scan_qrcode=False, # 启用 QR 码扫描
scan_qrcode=True, # 启用 QR 码扫描
qr_check_interval=0.3 # 每 0.3 秒检查一次扫描结果
)

View File

@ -3,7 +3,7 @@ import numpy as np
import os
import datetime
from sklearn import linear_model
#from utils.log_helper import get_logger, debug, info, warning, error, success
from utils.log_helper import get_logger, debug, info, warning, error, success
def detect_horizontal_track_edge(image, observe=False, delay=1000, save_log=True):
"""