Skip to content

Commit

Permalink
update fetch1075 dock spot
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Dec 5, 2022
1 parent 671a064 commit 1f43656
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def __init__(self):
if robot_name == 'fetch15':
dock_name = '/eng2/7f/room73B2-fetch-dock-front'
elif robot_name == 'fetch1075':
dock_name = '/eng2/7f/room73B2-fetch-dock-entrance'
dock_name = '/eng2/7f/room73B2-fetch-dock2-front'
# dock_name = '/eng2/7f/room73B2-fetch-dock-entrance'
for spot in spots.markers:
if spot.text == dock_name:
self.dock_pose = spot.pose
Expand Down

0 comments on commit 1f43656

Please sign in to comment.