Skip to content

Commit

Permalink
Fix path to rviz config (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeyoung-Lim authored Jan 11, 2024
1 parent e339e1d commit 684e62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/load_tif_launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</node>

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

0 comments on commit 684e62c

Please sign in to comment.