We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In terrain_planner_benchmark, there is a reliance on the terrain_models package.
terrain_planner_benchmark
terrain_models
terrain-navigation/terrain_planner_benchmark/launch/test_ompl_rrt_circle.launch
Line 10 in df9497b
From what I remember, these can't be released open source due to licensing.
Can we find open source terrain data that is of sufficient quality to be used as default for the benchmarks?
Assumed requirements:
Options:
The text was updated successfully, but these errors were encountered:
I found some on https://www.swisstopo.admin.ch/en/height-model-swissalti3d. We can use the data, just need to include their license information on the dataset. It doesn't have color, that's ok.
I downloaded some for the sargans region.
ch.swisstopo.swissalti3d-bPa9tc46.csv
Here's how I downloaded all the files from their CSV export: cat ~/Downloads/ch.swisstopo.swissalti3d-bPa9tc46.csv | xargs wget
cat ~/Downloads/ch.swisstopo.swissalti3d-bPa9tc46.csv | xargs wget
I'll give these a whirl in grid_map_geo to see if they are useful. In QGIS, you can open all of them:
I created a virtual layer (Raster -> Misc -> Build raster layer) then opened the virtual layer in the 3D panel per this tutorial.
Sorry, something went wrong.
No branches or pull requests
In
terrain_planner_benchmark
, there is a reliance on theterrain_models
package.terrain-navigation/terrain_planner_benchmark/launch/test_ompl_rrt_circle.launch
Line 10 in df9497b
From what I remember, these can't be released open source due to licensing.
Can we find open source terrain data that is of sufficient quality to be used as default for the benchmarks?
Assumed requirements:
Options:
The text was updated successfully, but these errors were encountered: