Enable task 1 execution in main.py by uncommenting the corresponding function call, enhancing the overall task flow and functionality.

This commit is contained in:
havoc420ubuntu 2025-05-31 17:56:26 +00:00
parent 8bf27872b6
commit 45e42773e7

View File

@ -51,7 +51,7 @@ def main():
Ctrl.base_msg.stop() # BUG 垃圾指令 for eat Ctrl.base_msg.stop() # BUG 垃圾指令 for eat
# time.sleep(100) # TEST, # 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 = run_task_2(Ctrl, msg, xy_flag=False)
# arrow_direction = 'right' # TEST # arrow_direction = 'right' # TEST