runtime/sdf_models/models/cube/model.sdf

51 lines
1.3 KiB
Text
Raw Normal View History

2022-02-11 23:54:43 +08:00
<?xml version="1.0" ?>
<sdf version="1.5">
<model name="cube">
2022-03-16 00:50:12 +04:00
<static>0</static>
<!--gravity>0</gravity-->
2022-02-11 23:54:43 +08:00
<pose>0 0 0 0 0 0</pose>
<link name="link">
2022-03-16 00:50:12 +04:00
<inertial>
<pose>0.000000 0.000000 0.000000 0.000000 -0.000000 -0.000000</pose>
<mass>0.005709</mass>
<inertia>
<ixx>0.000001</ixx>
<ixy>-0.000000</ixy>
<ixz>-0.000000</ixz>
<iyy>0.000002</iyy>
<iyz>-0.000000</iyz>
<izz>0.000001</izz>
</inertia>
</inertial>
2022-02-11 23:54:43 +08:00
<collision name="collision">
<geometry>
<box>
<size>0.1 0.1 0.1</size>
</box>
</geometry>
2022-03-16 00:50:12 +04:00
<surface>
<friction>
<ode>
<mu>10000</mu>
<mu2>10000</mu2>
</ode>
</friction>
</surface>
2022-02-11 23:54:43 +08:00
</collision>
<visual name="visual">
<geometry>
<box>
<size>0.1 0.1 0.1</size>
</box>
</geometry>
<material>
<script>
<uri>file://media/materials/scripts/gazebo.material</uri>
<name>Gazebo/Grey</name>
</script>
</material>
</visual>
</link>
</model>
</sdf>