We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e58c4 commit a404c9aCopy full SHA for a404c9a
lbr_description/urdf/med7/med7.xacro
@@ -14,6 +14,11 @@
14
15
<!-- KDL requires a link without inertia -->
16
<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>
22
23
<!--joint
24
between <robot_name>_floating_link and robot_name_link_0-->
@@ -27,4 +32,4 @@
27
32
robot_name="$(arg robot_name)"
28
33
mode="$(arg mode)"
29
34
system_config_path="$(arg system_config_path)" />
30
-</robot>
35
+</robot>
0 commit comments