diff --git a/stretch_funmap/src/stretch_funmap/navigate.py b/stretch_funmap/src/stretch_funmap/navigate.py index 1fbaaf4..d83c47d 100644 --- a/stretch_funmap/src/stretch_funmap/navigate.py +++ b/stretch_funmap/src/stretch_funmap/navigate.py @@ -202,7 +202,7 @@ class MoveBase(): def head_to_forward_motion_pose(self): # Move head to navigation pose. - pose = {'joint_head_pan': 0.1, 'joint_head_tilt': -0.9} + pose = {'joint_head_pan': 0.1, 'joint_head_tilt': -1.1} self.node.move_to_pose(pose) def check_move_state(self, trajectory_client):