Skip to content

Commit

Permalink
Use davosdorf as the default from terrain_models
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Nov 29, 2024
1 parent 222a780 commit 0ec0ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terrain_planner_benchmark/launch/goaltype_benchmark.launch
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<node pkg="terrain_planner_benchmark" exec="terrain_planner_benchmark_node" name="benchmark_planner" output="screen">
<param name="location" value="$(var location)"/>
<param name="map_path" value="$(find-pkg-share terrain_planner_benchmark)/resource/$(var location)/media/heightmap_gz.png"/>
<param name="color_file_path" value="$(find-pkg-share terrain_planner_benchmark)/resource/$(var location)/media/map_gz.jpeg"/>
<param name="map_path" value="$(find-pkg-share terrain_models)/models/$(var location).tif"/>
<param name="color_file_path" value="$(find-pkg-share terrain_models)/models/$(var location)_color.tif"/>
<param name="output_directory" value="$(find-pkg-share terrain_planner)/../output"/>
<param name="number_of_runs" value="$(var runs)"/>
<param name="random" value="true"/>
Expand Down

0 comments on commit 0ec0ffd

Please sign in to comment.