Skip to content

Commit b8800a1

Browse files
authored
Dome interior updates (#8)
Signed-off-by: Jenn Nguyen <[email protected]>
1 parent e3ea666 commit b8800a1

File tree

194 files changed

+2402
-118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+2402
-118
lines changed

garden_demo/garden.sdf

+5-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,11 @@
4949
Moon base dome
5050
</uri>
5151
<experimental:params>
52-
<collision element_id="main::DomePt01_collision" action="remove"/>
53-
<collision element_id="main::DomePt02_collision" action="remove"/>
52+
<collision element_id="Dome::DomePt01_collision" action="remove"/>
53+
<collision element_id="Dome::DomePt02_collision" action="remove"/>
54+
<collision element_id="Dome::InnerDome_collision" action="remove"/>
55+
<collision element_id="main::InnerWallFrame_collision" action="remove"/>
56+
<collision element_id="main::InnerWallUpper_collision" action="remove"/>
5457
</experimental:params>
5558
</include>
5659

Binary file not shown.
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.

garden_demo/models/Garden heightmap/model.sdf

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<heightmap>
1919
<use_terrain_paging>false</use_terrain_paging>
2020
<texture>
21-
<diffuse>materials/textures/moon_diffuse.png</diffuse>
22-
<normal>materials/textures/moon_normal.png</normal>
21+
<diffuse>materials/textures/moon_diffuse.jpg</diffuse>
22+
<normal>materials/textures/moon_normal.jpg</normal>
2323
<size>800</size>
2424
</texture>
2525
<uri>materials/textures/MoonHeightmap_8bit.png</uri>

0 commit comments

Comments
 (0)