Skip to content

Commit 0ec0ffd

Browse files
committed
Use davosdorf as the default from terrain_models
Signed-off-by: Ryan Friedman <[email protected]>
1 parent 222a780 commit 0ec0ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terrain_planner_benchmark/launch/goaltype_benchmark.launch

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

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

0 commit comments

Comments
 (0)