更新了AEM

This commit is contained in:
Netceor 2023-11-15 15:09:51 +08:00 committed by GitHub
parent e63005800c
commit b360cff1a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -12,7 +12,11 @@ class SceneAEM(Scene):
def _reset(self):
pass
def _run(self):
cur_objs = []
print('------------ 自主探索 ------------')
cur_objs = self.semantic_map.navigation_move(cur_objs, 0, 11)
print("物品列表如下:")
print(cur_objs)
pass
@ -26,4 +30,4 @@ if __name__ == '__main__':
# create task
task = SceneAEM(robot)
task.reset()
task.run()
task.run()