Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarry-bdai committed Jun 17, 2024
1 parent 5d1d112 commit c99f330
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions spot_wrapper/spot_arm.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,11 @@ def grasp_3d(self, frame: str, object_rt_frame: typing.List[float]) -> typing.Tu
except Exception as e:
return False, f"An error occured while trying to grasp from pose {e}"

def override_grasp_or_carry(self, grasp_override: manipulation_api_pb2.ApiGraspOverride.Override,
carry_override: ManipulatorState.CarryState) -> typing.Tuple[bool, str]:
def override_grasp_or_carry(
self,
grasp_override: manipulation_api_pb2.ApiGraspOverride.Override,
carry_override: ManipulatorState.CarryState,
) -> typing.Tuple[bool, str]:
"""
Override the robot's grasp and/or carry state.
Expand Down

0 comments on commit c99f330

Please sign in to comment.