Browse Source

setting tilt position to -1.1

pull/22/head
elliston-f 3 years ago
parent
commit
2d5b0c6541
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      stretch_funmap/src/stretch_funmap/navigate.py

+ 1
- 1
stretch_funmap/src/stretch_funmap/navigate.py View File

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

Loading…
Cancel
Save