-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Laura Rodriguez <[email protected]> Signed-off-by: Franco Cipollone <[email protected]> Co-authored-by: Franco Cipollone <[email protected]> Co-authored-by: Franco Cipollone <[email protected]>
- Loading branch information
1 parent
c7e1a88
commit 714fe4b
Showing
17 changed files
with
832 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+935 KB
andino_gz/models/office/materials/textures/tiles/Tiles054_1K-JPG_Color.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.8 MB
andino_gz/models/office/materials/textures/tiles/Tiles054_1K-JPG_NormalDX.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+569 KB
andino_gz/models/office/materials/textures/tiles/Tiles054_1K-JPG_Roughness.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+10.4 MB
andino_gz/models/office/materials/textures/walls/macro_flour_diff_4k.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+36.2 MB
andino_gz/models/office/materials/textures/walls/macro_flour_nor_gl_4k.exr
Binary file not shown.
Binary file added
BIN
+7.07 MB
andino_gz/models/office/materials/textures/walls/macro_flour_rough_4k.exr
Binary file not shown.
Binary file added
BIN
+10.3 MB
andino_gz/models/office/materials/textures/wood/wood_floor_diff_4k.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.7 MB
andino_gz/models/office/materials/textures/wood/wood_floor_nor_gl_4k.exr
Binary file not shown.
Binary file added
BIN
+8.87 MB
andino_gz/models/office/materials/textures/wood/wood_floor_rough_4k.exr
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0"?> | ||
|
||
<model> | ||
<name>office</name> | ||
<version>1.0</version> | ||
<sdf version="1.6">model.sdf</sdf> | ||
|
||
<author> | ||
<name>lrodriguez22</name> | ||
</author> | ||
|
||
<description> | ||
Office model | ||
</description> | ||
|
||
</model> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<?xml version="1.0" ?> | ||
<sdf version="1.6"> | ||
<model name='office'> | ||
<static>1</static> | ||
<link name='walls'> | ||
<collision name='collision'> | ||
<geometry> | ||
<mesh> | ||
<scale>1 1 1</scale> | ||
<uri>meshes/walls.dae</uri> | ||
</mesh> | ||
</geometry> | ||
<surface> | ||
<friction> | ||
<ode/> | ||
</friction> | ||
<bounce/> | ||
<contact/> | ||
</surface> | ||
</collision> | ||
<visual name='visual'> | ||
<geometry> | ||
<mesh> | ||
<scale>1 1 1</scale> | ||
<uri>meshes/walls.dae</uri> | ||
</mesh> | ||
</geometry> | ||
<material> | ||
<diffuse>1 1 1 1</diffuse> | ||
<specular>0 0 0 0</specular> | ||
<pbr> | ||
<metal> | ||
<albedo_map>materials/textures/walls/macro_flour_diff_4k.jpg</albedo_map> | ||
<normal_map>materials/textures/walls/macro_flour_nor_gl_4k.exr</normal_map> | ||
<roughness_map>materials/textures/walls/macro_flour_rough_4k.exr</roughness_map> | ||
<metalness>0.</metalness> | ||
</metal> | ||
</pbr> | ||
</material> | ||
</visual> | ||
</link> | ||
<link name='wood_floor'> | ||
<visual name='visual'> | ||
<geometry> | ||
<mesh> | ||
<scale>1 1 1</scale> | ||
<uri>meshes/wood.dae</uri> | ||
</mesh> | ||
</geometry> | ||
<material> | ||
<diffuse>1 1 1 1</diffuse> | ||
<specular>1 1 1 1</specular> | ||
<pbr> | ||
<metal> | ||
<albedo_map>materials/textures/wood/wood_floor_diff_4k.jpg</albedo_map> | ||
<normal_map>materials/textures/wood/wood_floor_nor_gl_4k.exr</normal_map> | ||
<roughness_map>materials/textures/wood/wood_floor_rough_4k.exr</roughness_map> | ||
<metalness>0.</metalness> | ||
</metal> | ||
</pbr> | ||
</material> | ||
</visual> | ||
</link> | ||
<link name='tiles'> | ||
<visual name='visual'> | ||
<geometry> | ||
<mesh> | ||
<scale>1 1 1</scale> | ||
<uri>meshes/tiles.dae</uri> | ||
</mesh> | ||
</geometry> | ||
<material> | ||
<diffuse>1 1 1 1</diffuse> | ||
<specular>1 1 1 1</specular> | ||
<pbr> | ||
<metal> | ||
<albedo_map>materials/textures/tiles/Tiles054_1K-JPG_Color.jpg</albedo_map> | ||
<normal_map>materials/textures/tiles/Tiles054_1K-JPG_NormalDX.jpg</normal_map> | ||
<roughness_map>materials/textures/tiles/Tiles054_1K-JPG_Roughness.jpg</roughness_map> | ||
<metalness>0.</metalness> | ||
</metal> | ||
</pbr> | ||
</material> | ||
</visual> | ||
</link> | ||
|
||
<pose>0 0 0 0 0 0</pose> | ||
</model> | ||
</sdf> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.