File: fixed_joint_reduction_collision_visual_empty_root.urdf

package info (click to toggle)
sdformat 9.3.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,708 kB
  • sloc: cpp: 42,166; python: 1,618; javascript: 704; ruby: 368; sh: 81; ansic: 37; makefile: 16
file content (57 lines) | stat: -rw-r--r-- 1,385 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<robot name="lumping_test">
  <!-- test if base_link is empty, lumping still works well -->
  <link name="base_link"/>
  <link name="child_link_1">
    <inertial>
      <origin xyz="0 0 0" rpy="0 0 0" />
      <mass value="1.0" />
      <inertia ixx="0.001" ixy="0.000" ixz="0.000" iyy="0.001" iyz="0.000" izz="0.001" />
    </inertial>
    <visual>
      <origin xyz="0 0 0" rpy="0 0 0"/>
      <geometry>
        <sphere radius="0.03" />
      </geometry>
      <material name="">
        <color rgba="0.1 0.1 0.1 1" />
      </material>
    </visual>
    <collision>
      <origin xyz="0 0 0" rpy="0 0 0"/>
      <geometry>
        <sphere radius="0.03" />
      </geometry>
    </collision>
  </link>
  <joint name="fixed_joint_1" type="fixed">
    <origin xyz="0 0 0" rpy="0 0 0" />
    <parent link="base_link" />
    <child link="child_link_1" />
  </joint>
  <gazebo reference="child_link_1">
    <minDepth>0.007</minDepth>
    <mu1>0.7</mu1>
    <collision>
      <max_contacts>177</max_contacts>
      <surface>
        <contact>
          <ode/>
        </contact>
        <friction>
          <ode>
            <mu2>0.71</mu2>
          </ode>
        </friction>
      </surface>
    </collision>
    <visual>
      <material>
        <ambient>0 1 0 1</ambient>
      </material>
    </visual>
    <material>
      script_uri_71_name
    </material>
  </gazebo>
</robot>