From 45e42773e78cd9fef5246e27fd94e5f3a237f226 Mon Sep 17 00:00:00 2001 From: havoc420ubuntu <2993167370@qq.com> Date: Sat, 31 May 2025 17:56:26 +0000 Subject: [PATCH] Enable task 1 execution in main.py by uncommenting the corresponding function call, enhancing the overall task flow and functionality. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 5b8ac3e..be9d559 100644 --- a/main.py +++ b/main.py @@ -51,7 +51,7 @@ def main(): Ctrl.base_msg.stop() # BUG 垃圾指令 for eat # time.sleep(100) # TEST, - # run_task_1(Ctrl, msg, time_sleep=TIME_SLEEP) + run_task_1(Ctrl, msg, time_sleep=TIME_SLEEP) arrow_direction = run_task_2(Ctrl, msg, xy_flag=False) # arrow_direction = 'right' # TEST