We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f586c6 + 54a6a11 commit fe95185Copy full SHA for fe95185
ur_simulation_gz/urdf/ur_gz.urdf.xacro
@@ -27,6 +27,30 @@
27
<!-- create link fixed to the "world" -->
28
<link name="world" />
29
30
+ <link name="ground_plane">
31
+ <visual>
32
+ <origin rpy="0 0 0" xyz="0 0 0"/>
33
+ <geometry>
34
+ <box size="5 5 0"/>
35
+ </geometry>
36
+ <material name="ground_white">
37
+ <color rgba="1 1 1 0.5"/>
38
+ </material>
39
+ </visual>
40
+ <collision>
41
42
43
44
45
+ </collision>
46
+ </link>
47
+
48
+ <joint name="ground_plane_joint" type="fixed">
49
+ <origin xyz="0 0 -0.01" rpy="0 0 0"/>
50
+ <parent link="world"/>
51
+ <child link="ground_plane"/>
52
+ </joint>
53
54
<!-- arm -->
55
<xacro:ur_robot
56
name="$(arg name)"
0 commit comments