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

BIN
bus/materials/textures/bus.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 KiB

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

@@ -0,0 +1,30 @@
# 3ds Max Wavefront OBJ Exporter v0.97b - (c)2007 guruware
# File Created: 06.11.2016 10:58:28
newmtl Bus
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 bus.png
map_Kd bus.png
newmtl Wheels_01
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://suv/materials/textures/wheels_01.png
map_Kd model://suv/materials/textures/wheels_01.png

3039
bus/meshes/bus.obj Executable file

File diff suppressed because it is too large Load Diff

23
bus/model.config Normal file
View File

@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<model>
<name>Bus</name>
<version>1.0</version>
<sdf version="1.6">model.sdf</sdf>
<author>
<name>Nate Koenig</name>
<email>nate@osrfoundation.org</email>
</author>
<depend>
<model>
<uri>model://suv</uri>
<version>1.0</version>
</model>
</depend>
<description>
A bus
</description>
</model>

24
bus/model.sdf Normal file
View File

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