init
BIN
person_walking/materials/textures/eyebrow001-unmodified.png
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
person_walking/materials/textures/eyebrow001.png
Normal file
After Width: | Height: | Size: 233 KiB |
BIN
person_walking/materials/textures/green_eye.png
Normal file
After Width: | Height: | Size: 666 KiB |
BIN
person_walking/materials/textures/jeans01_normals.png
Normal file
After Width: | Height: | Size: 3.8 MiB |
BIN
person_walking/materials/textures/jeans_basic_diffuse.png
Normal file
After Width: | Height: | Size: 4.3 MiB |
After Width: | Height: | Size: 4.2 MiB |
BIN
person_walking/materials/textures/male02_diffuse_black.png
Normal file
After Width: | Height: | Size: 3.9 MiB |
BIN
person_walking/materials/textures/teeth.png
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
person_walking/materials/textures/tshirt02_normals.png
Normal file
After Width: | Height: | Size: 312 KiB |
BIN
person_walking/materials/textures/tshirt02_texture.png
Normal file
After Width: | Height: | Size: 70 KiB |
After Width: | Height: | Size: 4.2 MiB |
1195
person_walking/meshes/walking.dae
Normal file
15
person_walking/model.config
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<model>
|
||||
<name>Walking person</name>
|
||||
<version>1.0</version>
|
||||
<sdf version="1.5">model.sdf</sdf>
|
||||
|
||||
<author>
|
||||
<name>Marina Kollmitz</name>
|
||||
<email>kollmitz@cs.uni-freiburg.de</email>
|
||||
</author>
|
||||
|
||||
<description>
|
||||
A walking person. Model created with Makehuman (http://www.makehuman.org/)
|
||||
</description>
|
||||
</model>
|
46
person_walking/model.sdf
Normal file
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" ?>
|
||||
<sdf version="1.5">
|
||||
<model name="person_walking">
|
||||
<link name="link">
|
||||
<inertial>
|
||||
<pose>0 0 0.95 0 0 0</pose>
|
||||
<mass>80.0</mass>
|
||||
<inertia>
|
||||
<ixx>27.82</ixx>
|
||||
<ixy>0</ixy>
|
||||
<ixz>0</ixz>
|
||||
<iyy>24.88</iyy>
|
||||
<iyz>0</iyz>
|
||||
<izz>4.57</izz>
|
||||
</inertia>
|
||||
</inertial>
|
||||
|
||||
<collision name="bottom">
|
||||
<pose>0 0 0.01 0 0 0</pose>
|
||||
<geometry>
|
||||
<box>
|
||||
<size>0.35 0.75 0.02</size>
|
||||
</box>
|
||||
</geometry>
|
||||
</collision>
|
||||
|
||||
<collision name="person">
|
||||
<pose>0 0 -0.02 0 0 0</pose>
|
||||
<geometry>
|
||||
<mesh>
|
||||
<uri>model://person_walking/meshes/walking.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</collision>
|
||||
|
||||
<visual name="visual">
|
||||
<pose>0 0 -0.02 0 0 0</pose>
|
||||
<geometry>
|
||||
<mesh>
|
||||
<uri>model://person_walking/meshes/walking.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</visual>
|
||||
</link>
|
||||
</model>
|
||||
</sdf>
|