This commit is contained in:
Netceor 2023-11-17 13:15:00 +08:00
parent 5ccd53b02f
commit 1e5a05f48f
1 changed files with 0 additions and 2 deletions

View File

@ -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()