Skip to content

Commit 684e62c

Browse files
authored
Fix path to rviz config (#37)
1 parent e339e1d commit 684e62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch/load_tif_launch.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</node>
1010

1111
<group if="$(var rviz)">
12-
<node exec="rviz2" name="rviz2" pkg="rviz2" args="-d $(find-pkg-share grid_map_geo)/launch/config.rviz" />
12+
<node exec="rviz2" name="rviz2" pkg="rviz2" args="-d $(find-pkg-share grid_map_geo)/rviz/config.rviz" />
1313
</group>
1414
</launch>

0 commit comments

Comments
 (0)