diff --git a/robowaiter/behavior_lib/act/MoveTo.py b/robowaiter/behavior_lib/act/MoveTo.py index 1f79829..215a627 100644 --- a/robowaiter/behavior_lib/act/MoveTo.py +++ b/robowaiter/behavior_lib/act/MoveTo.py @@ -32,9 +32,11 @@ class MoveTo(Act): # goal = self.scene.state['map']['obj_pos'][self.args[0]] # navigator.navigate_old(goal, animation=False) + # 拍照片 if self.scene.take_picture: self.scene.get_obstacle_point(self.scene.db, self.status, map_ratio=self.scene.map_ratio) + # ##################################### # 走到固定的地点 if self.target_place in Act.place_xy_yaw_dic: goal = Act.place_xy_yaw_dic[self.target_place] @@ -59,42 +61,17 @@ class MoveTo(Act): if dis