Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.dae filter=lfs diff=lfs merge=lfs -text
*.stl filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.tif filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
Git LFS file not shown
Git LFS file not shown
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions models/lunar_terrain/models/moon_dem/meshes/Earth.dae
Git LFS file not shown
3 changes: 3 additions & 0 deletions models/lunar_terrain/models/moon_dem/meshes/Stars.dae
Git LFS file not shown
3 changes: 3 additions & 0 deletions models/lunar_terrain/models/moon_dem/meshes/Sun.dae
Git LFS file not shown
14 changes: 14 additions & 0 deletions models/lunar_terrain/models/moon_dem/model.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<model>
<name>Moon</name>
<version>1.0</version>
<sdf version="1.9">model.sdf</sdf>

<author>
<name>Open Robotics</name>
</author>

<description>
Earth's moon
</description>
</model>
91 changes: 91 additions & 0 deletions models/lunar_terrain/models/moon_dem/model.sdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<?xml version="1.0" ?>
<sdf version="1.9">
<model name="moon">
<static>true</static>
<pose>0 0 0 0 0 0</pose>
<link name="link">
<collision name="collision">
<geometry>
<heightmap>
<uri>dem/Shoemaker_final_adj_5mpp_surf_2048.tif</uri>
<size>20000 20000 1789</size>
<pos>0 0 0</pos>
<material>
<friction>
<ode>
<mu>0.8</mu> <!-- Static friction coefficient -->
<mu2>0.6</mu2> <!-- Sliding friction coefficient -->
</ode>
</friction>
</material>
</heightmap>
</geometry>
</collision>
<visual name="visual">
<geometry>
<heightmap>
<use_terrain_paging>false</use_terrain_paging>
<texture>
<diffuse>materials/textures/moon_diffuse.png</diffuse>
<normal>materials/textures/combined_normal_map_2048.png</normal>
<size>20000 20000 1789</size>
</texture>
<uri>dem/Shoemaker_final_adj_5mpp_surf_2048.tif</uri>
<size>20000 20000 1789</size>
<pos>0 0 0</pos>
<material>
<specular>0.01 0.01 0.01 1</specular>
<diffuse>0.8 0.8 0.8 1</diffuse>
<ambient>0.7 0.7 0.7 1</ambient>
<emissive>0 0 0 1</emissive>
<roughness>0.9</roughness>
</material>
</heightmap>
</geometry>
</visual>
</link>



<link name="stars">
<pose>0 0 0 0 0 0</pose>
<visual name="stars">
<geometry>
<mesh>
<uri>meshes/Stars.dae</uri>
</mesh>
</geometry>
<material>
<diffuse>1.0 1.0 1.0</diffuse>
<emissive>1 1 1 1</emissive>
</material>
</visual>
</link>

<link name="earth">
<pose>0 0 10000 0 0 0</pose>
<visual name="earth">
<geometry>
<mesh>
<uri>meshes/Earth.dae</uri>
</mesh>
</geometry>
<material>
<diffuse>1.0 1.0 1.0</diffuse>
<specular>1.0 1.0 1.0</specular>
<pbr>
<metal>
<albedo_map>materials/textures/Earth.jpg</albedo_map>
<emissive_map>materials/textures/Earth.jpg</emissive_map>
<metalness>0</metalness>
</metal>
</pbr>
</material>
</visual>
</link>

</model>
</sdf>



3 changes: 3 additions & 0 deletions models/lunar_terrain/models/moon_dem/thumbnails/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading