You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.1 KiB
Plaintext

4 years ago
<?xml version="1.0" ?>
<sdf version="1.5">
<model name="person_standing">
<link name="link">
<inertial>
<pose>0 -0.1 0.95 0 0 0</pose>
<mass>80.0</mass>
<inertia>
<ixx>24.88</ixx>
<ixy>0</ixy>
<ixz>0</ixz>
<iyy>25.73</iyy>
<iyz>0</iyz>
<izz>2.48</izz>
</inertia>
</inertial>
<collision name="bottom">
<pose>0 -0.1 0.01 0 0 1.57</pose>
<geometry>
<box>
<size>0.5 0.35 0.02</size>
</box>
</geometry>
</collision>
<collision name="person">
<pose>0 0 0.02 0.04 0 1.57</pose>
<geometry>
<mesh>
<uri>model://person_standing/meshes/standingv2.dae</uri>
</mesh>
</geometry>
</collision>
<visual name="visual">
<pose>0 0 0.02 0.04 0 1.57</pose>
<geometry>
<mesh>
<uri>model://person_standing/meshes/standingv2.dae</uri>
</mesh>
</geometry>
</visual>
</link>
</model>
</sdf>