Skip to content

Commit 9a8d8b4

Browse files
authored
Merge pull request #1865 from JdeRobot/front-end-drone-hangar
Drone Hangar frontend
2 parents 91ca019 + ad50b03 commit 9a8d8b4

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

exercises/static/exercises/drone_hangar/web-template/drone_hangar.world

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<include>
1414
<uri>model://hangar</uri>
1515
<pose>0 -2 0 0 0 0</pose>
16+
<scale>4 4 4</scale>
1617
</include>
1718
<include>
1819
<uri>model://wall1</uri>
@@ -26,11 +27,22 @@
2627
<uri>model://wall3</uri>
2728
<pose>0 -6 0 0 0 0</pose>
2829
</include>
30+
2931
<include>
30-
<uri>model://wall4</uri>
32+
<uri>model://cylinder1</uri>
3133
<pose>0 -6 0 0 0 0</pose>
3234
</include>
3335

36+
<include>
37+
<uri>model://cylinder2</uri>
38+
<pose>0 -6 2 0 0 0</pose>
39+
</include>
40+
41+
<include>
42+
<uri>model://cylinder3</uri>
43+
<pose>0 -3 2 0 0 0</pose>
44+
</include>
45+
3446
<!-- A global light source -->
3547
<include>
3648
<uri>model://sun</uri>
@@ -61,7 +73,7 @@
6173
<linear>0.05</linear>
6274
<quadratic>0.001</quadratic>
6375
</attenuation>
64-
<cast_shadows>1</cast_shadows>
76+
<cast_shadows>0</cast_shadows>
6577
</light>
6678

6779
<light name='user_point_light_1' type='point'>

0 commit comments

Comments
 (0)