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

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 KiB

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

@@ -0,0 +1,30 @@
# 3ds Max Wavefront OBJ Exporter v0.97b - (c)2007 guruware
# File Created: 05.12.2016 00:43:45
newmtl Hatchback
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 hatchback.png
map_Kd hatchback.png
newmtl Wheels3
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 model://hatchback/materials/textures/wheels3.png
map_Kd model://hatchback/materials/textures/wheels3.png

2325
hatchback/meshes/hatchback.obj Executable file

File diff suppressed because it is too large Load Diff

16
hatchback/model.config Normal file
View File

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

26
hatchback/model.sdf Normal file
View File

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