From 1e5a05f48ffbaabc1600895d2e7a1a5572deea32 Mon Sep 17 00:00:00 2001 From: Netceor <45135347+Netceor@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:15:00 +0800 Subject: [PATCH] update --- run_robowaiter.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/run_robowaiter.py b/run_robowaiter.py index 222b0bc..dda629e 100644 --- a/run_robowaiter.py +++ b/run_robowaiter.py @@ -10,8 +10,6 @@ behavior_lib_path = os.path.join(project_path, 'behavior_lib') robot = Robot(ptml_path, behavior_lib_path) - - # create task task = task_map[TASK_NAME](robot) task.reset()