Skip to content

Commit 03846d3

Browse files
committed
mycobot fix
1 parent 2248e1d commit 03846d3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

rtb-data/rtbdata/xacro/elephant_robotics/mycobot_280_pi/urdf/mycobot_280_pi.urdf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@
143143
</link>
144144

145145

146-
<joint name="g_base_to_joint1" type="fixed">
147-
<axis xyz="0 0 0"/>
146+
<joint name="g_base_to_joint1" type="revolute">
147+
<axis xyz="0 0 1"/>
148148
<limit effort = "1000.0" lower = "-3.14" upper = "3.14159" velocity = "0"/>
149149
<parent link="g_base"/>
150150
<child link="joint1"/>
@@ -196,7 +196,8 @@
196196
<origin xyz= "0 -0.07318 0" rpy = "1.5708 -1.5708 0"/>
197197
</joint>
198198

199-
<joint name="joint6output_to_joint6" type="revolute">
199+
<!-- revolute -->
200+
<joint name="joint6output_to_joint6" type="fixed">
200201
<axis xyz="0 0 1"/>
201202
<limit effort = "1000.0" lower = "-3.14" upper = "3.14159" velocity = "0"/>
202203
<parent link="joint6"/>

0 commit comments

Comments
 (0)