We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b8c06 commit e2e8b1dCopy full SHA for e2e8b1d
src/viam/services/motion/motion.py
@@ -366,8 +366,7 @@ async def get_pose(
366
robot = await connect()
367
368
motion = MotionClient.from_robot(robot=machine, name="builtin")
369
- gripperName = "my_gripper"
370
- gripperPoseInWorld = await motion.get_pose(component_name=gripperName,
+ gripperPoseInWorld = await motion.get_pose(component_name="my_gripper",
371
destination_frame="world")
372
373
Args:
0 commit comments