runtime/rasmt_support/urdf/cube5x.sdf

38 lines
1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<sdf version='1.7'>
<model name='cube_model'>
<static>1</static>
<link name='cube'>
<inertial>
<pose>0.004475 0 0.577443 0 0 0</pose>
<mass>229.703</mass>
<inertia>
<ixx>0.861062</ixx>
<ixy>2.44052e-16</ixy>
<ixz>-7.22504e-17</ixz>
<iyy>0.861062</iyy>
<iyz>3.40174e-17</iyz>
<izz>1.16487</izz>
</inertia>
</inertial>
<collision name='cube_5x5x5_collision'>
<pose>0 0 0 0 0 1.5707</pose>
<geometry>
<mesh>
<scale>1 1 1</scale>
<uri>model://neptun_description/meshes/cube5x.STL</uri>
</mesh>
</geometry>
</collision>
<visual name='cube_5x5x5_visual'>
<pose>0 0 0 0 0 1.5707</pose>
<geometry>
<mesh>
<scale>1 1 1</scale>
<uri>model://neptun_description/meshes/cube5x.STL</uri>
</mesh>
</geometry>
</visual>
</link>
</model>
</sdf>