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: 736 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 859 KiB

30
suv/meshes/suv.mtl Executable file
View File

@@ -0,0 +1,30 @@
# 3ds Max Wavefront OBJ Exporter v0.97b - (c)2007 guruware
# File Created: 02.10.2016 09:23:07
newmtl SUV_Body
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.5882 0.5882 0.5882
Kd 0.5882 0.5882 0.5882
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
map_Ka suv.png
map_Kd suv.png
newmtl SUV_Wheels
Ns 10.0000
Ni 1.5000
d 1.0000
Tr 0.0000
Tf 1.0000 1.0000 1.0000
illum 2
Ka 0.5882 0.5882 0.5882
Kd 0.5882 0.5882 0.5882
Ks 0.0000 0.0000 0.0000
Ke 0.0000 0.0000 0.0000
map_Ka wheels_01.png
map_Kd wheels_01.png

4971
suv/meshes/suv.obj Executable file

File diff suppressed because it is too large Load Diff

16
suv/model.config Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<model>
<name>SUV</name>
<version>1.0</version>
<sdf version="1.6">model.sdf</sdf>
<author>
<name>Nate Koenig</name>
<email>nate@osrfoundation.org</email>
</author>
<description>
An SUV.
</description>
</model>

26
suv/model.sdf Normal file
View File

@@ -0,0 +1,26 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<model name="suv">
<static>true</static>
<link name="link">
<collision name="collision">
<pose>0 0 0 0 0 -1.57079632679</pose>
<geometry>
<mesh>
<scale>0.06 0.06 0.06</scale>
<uri>model://suv/meshes/suv.obj</uri>
</mesh>
</geometry>
</collision>
<visual name="visual">
<pose>0 0 0 0 0 -1.57079632679</pose>
<geometry>
<mesh>
<scale>0.06 0.06 0.06</scale>
<uri>model://suv/meshes/suv.obj</uri>
</mesh>
</geometry>
</visual>
</link>
</model>
</sdf>