We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f39653 commit a39e72dCopy full SHA for a39e72d
spot_tools/src/spot_skills/grasp_utils.py
@@ -176,6 +176,8 @@ def object_grasp(
176
raise Exception("You need to define a valid detector to pick up an object.")
177
178
print(f'Grasping object of class "{semantic_class}"')
179
+ if spot.is_fake:
180
+ semantic_class = "bag"
181
182
robot_state_client = spot.state_client
183
manipulation_api_client = spot.manipulation_api_client
0 commit comments