Skip to content

Commit a404c9a

Browse files
Update med7.xacro
1 parent e7e58c4 commit a404c9a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lbr_description/urdf/med7/med7.xacro

+6-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414

1515
<!-- KDL requires a link without inertia -->
1616
<link name="$(arg robot_name)_floating_link" />
17+
<link name="world" />
18+
<joint name="$world_to_base" type="fixed">
19+
<parent link="world" />
20+
<child link="$(arg robot_name)_floating_link" />
21+
</joint>
1722

1823
<!--joint
1924
between <robot_name>_floating_link and robot_name_link_0-->
@@ -27,4 +32,4 @@
2732
robot_name="$(arg robot_name)"
2833
mode="$(arg mode)"
2934
system_config_path="$(arg system_config_path)" />
30-
</robot>
35+
</robot>

0 commit comments

Comments
 (0)