Skip to content

Commit 7d40182

Browse files
authored
Merge pull request #538 from nikhilg2603/humble-devel
Added autoparking world (batteria_prius_3laser_harmonic.sdf) and relevant textured
2 parents ef21e23 + ab6af08 commit 7d40182

File tree

6 files changed

+923
-0
lines changed

6 files changed

+923
-0
lines changed
Loading
Loading
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
3+
<model>
4+
<name>Asphalt Plane</name>
5+
<version>1.0</version>
6+
<sdf version="1.4">model-1_4.sdf</sdf>
7+
<sdf version="1.5">model.sdf</sdf>
8+
9+
<author>
10+
<name>Thomas Koletschka</name>
11+
<email>thomas.koletschka@gmail.com</email>
12+
</author>
13+
14+
<description>
15+
An asphalt textured plane.
16+
</description>
17+
18+
</model>
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" ?>
2+
<sdf version="1.5">
3+
<model name="asphalt_plane">
4+
<static>true</static>
5+
<link name="link">
6+
<collision name="collision">
7+
<geometry>
8+
<box>
9+
<size>250 250 .1</size>
10+
</box>
11+
</geometry>
12+
</collision>
13+
<visual name="visual">
14+
<cast_shadows>false</cast_shadows>
15+
<geometry>
16+
<box>
17+
<size>250 250 .1</size>
18+
</box>
19+
</geometry>
20+
<material>
21+
<ambient>0.5 0.5 0.5 1.0</ambient>
22+
<diffuse>0.5 0.5 0.5 1.0</diffuse>
23+
<specular>0.2 0.2 0.2 1.0</specular>
24+
<pbr>
25+
<metal>
26+
<albedo_map>model://asphalt_plane/materials/textures/sidewalk.png</albedo_map>
27+
</metal>
28+
</pbr>
29+
</material>
30+
</visual>
31+
</link>
32+
</model>
33+
</sdf>

0 commit comments

Comments
 (0)