Skip to content

Commit

Permalink
[spot_ros_client] update go_pos timeout time
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Nov 22, 2023
1 parent dcdde66 commit c7f7eb5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,12 +326,12 @@ def get_robot_pose(self):
return None
return frame_odom_to_base

def go_pose(self, target_frame):
def go_pose(self, target_frame, timeout = None):
self.trajectory(
target_frame.p[0],
target_frame.p[1],
target_frame.M.GetRPY()[2],
10,
duration=timeout,
blocking=True
)

Expand Down

0 comments on commit c7f7eb5

Please sign in to comment.