gazebosim / gz-sim

Open source robotics simulator. The latest version of Gazebo.
https://gazebosim.org
Apache License 2.0
619 stars 251 forks source link

Mountain and fog models have been added #2437

Closed serkanMzlm closed 2 weeks ago

serkanMzlm commented 3 weeks ago

🎉 New feature

Summary

Screenshot from 2024-06-06 17-19-41

Screenshot from 2024-06-06 09-17-35

Test it

# The first step is to download the GitHub repository
git clone git@github.com:serkanMzlm/gz-sim.git

# The second step is to add the 'examples' directory of the repository to GZ_SIM_RESOURCE_PATH
export GZ_SIM_RESOURCE_PATH=/home/${USER}/gz-sim/examples
cd gz-sim/examples/worlds/

# The third step is to run the file
gz sim -r mountain_fog.sdf 
azeey commented 3 weeks ago

Yes, I would suggest uploading to Fuel unless we have a specific reason to add it to the source code. Do you mind doing that @serkanMzlm?

serkanMzlm commented 3 weeks ago

@azeey The main reason might actually be to demonstrate DEM usage

azeey commented 3 weeks ago

@azeey The main reason might actually be to demonstrate DEM usage

We already have dem_moon.sdf and dem_volcano.sdf, so I don't think we need more examples.