每次制动完成之后,pending时间修改为3s

This commit is contained in:
2024-10-10 09:19:43 +08:00
parent bebaf292ac
commit 3481d3b496
4 changed files with 6 additions and 6 deletions

View File

@ -269,7 +269,7 @@ def run_rl(path, loadsel, hr, md, config_file, result_dirs, w2t):
sleep(1)
# 6. 保留数据并处理输出
sleep(1) # 为了让速度降为 01s 足够
sleep(3) # 为了让速度降为 03s 足够
curve_data = []
_c_msg = hr.c_msg.copy()
for _msg in _c_msg: