summaryrefslogtreecommitdiff
path: root/examples/pybullet/gym/pybullet_data/quadruped/microtaur/d435i.urdf
blob: d519e1d3a4446ae175ecd9147e079dffff0a8e7d (plain)
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
<?xml version="0.0" ?>
<robot name="cube.urdf">
  <link name="baseLink">
    <contact>
      <lateral_friction value="0.3"/>
    </contact>
    <inertial>
      <origin rpy="0 0 0" xyz="0 0 0"/>
       <mass value="0.081"/>
       <inertia ixx="1" ixy="0" ixz="0" iyy="1" iyz="0" izz="1"/>
    </inertial>
    <visual>
      <origin rpy="0 0 0" xyz="0 0 0.0125"/>
      <geometry>
				<mesh filename="d435i.stl" scale="1.0 1.0 1.0"/>
      </geometry>
       <material name="white">
        <color rgba="1 1 1 1"/>
      </material>
    </visual>
    <collision>
      <origin rpy="0 0 0" xyz="0 0 0"/>
      <geometry>
	 	<box size="0.09 0.025 0.025"/>
      </geometry>
    </collision>
  </link>
</robot>