This commit is contained in:
Quella777
2025-08-25 16:30:02 +08:00
commit 32cc2a8e96
1633 changed files with 289456 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 MiB

File diff suppressed because one or more lines are too long

View 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
View 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>