Skip to content

Commit f817e25

Browse files
committed
Fix gripper base rotation
1 parent 0b904ab commit f817e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ar4_description/urdf/include/common_macros.urdf.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<xacro:macro name="gripper_base" params="parent *origin inertial visual collision">
5252

5353
<joint name="gripper_base_joint" type="fixed">
54-
<origin xyz="0.0 0.0 0.0" rpy="${-pi/2} 0.0 ${pi}"/>
54+
<origin xyz="0.0 0.0 0.0" rpy="${-pi/2} 0.0 0"/>
5555
<parent link="${parent}"/>
5656
<child link="gripper_base_link"/>
5757
</joint>

0 commit comments

Comments
 (0)