summaryrefslogtreecommitdiff
path: root/examples/pybullet/gym/pybullet_data/quadruped/microtaur/channel.urdf
blob: 7fa546941b50c7656c6a09530167f08ae0d85b8e (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.13"/>
       <inertia ixx="1" ixy="0" ixz="0" iyy="1" iyz="0" izz="1"/>
    </inertial>
    <visual>
      <origin rpy="0 0 0" xyz="-0.019 -0.019 -0.1502"/>
      <geometry>
				<mesh filename="channel.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.038 0.038 0.305"/>
      </geometry>
    </collision>
  </link>
</robot>