-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support DEMs #235
Comments
All PRs are merged. |
Quick question, is there any documentation or tutorials on how to use this feature? I was unable to find any. |
Unfortunately, the only tutorial available is from gazebo-classic found here: https://classic.gazebosim.org/tutorials?tut=dem&cat=build_world It is outdated but will hopefully get you in the right direction. When following the tutorial, you should be able to copy this section into a Gazebo Garden compatible If you'd like to contribute, feel free to open a PR for a newer tutorial on DEMs here: https://github.com/gazebosim/docs 😄 |
Once heightmap support is ready, we should add support to load a Digital Elevation Map. When loaded, we need to provide a basic API to query the main properties of the DEM, and then, load it as a heightmap.
The text was updated successfully, but these errors were encountered: