Skip to content

Commit 5211c59

Browse files
committed
fix(gripper): tcp offset of robotiq
1 parent c02bfe9 commit 5211c59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/rcs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class RobotMetaConfig:
127127

128128
GRIPPER_OFFSETS: dict[common.GripperType, common.Pose] = {
129129
common.GripperType.FrankaHand: common.Pose(pose_matrix=common.FrankaHandTCPOffset()),
130-
common.GripperType("Robotiq2F85"): common.Pose(translation=np.array([0.0, 0.0, 0.1628])),
130+
common.GripperType("Robotiq2F85"): common.Pose(translation=np.array([0.1628, 0.0, 0.0])),
131131
}
132132

133133
SCENE_PATHS: dict[str, str] = {"empty_world": "assets/scenes/empty_world/scene.xml"}

0 commit comments

Comments
 (0)