Skip to content

Commit

Permalink
Merge pull request #1399 from mqcmd196/map_viz_rviz
Browse files Browse the repository at this point in the history
add launch rviz option in start_map_eng2.launch
  • Loading branch information
k-okada authored Jan 4, 2024
2 parents be41449 + e05a414 commit 1cf5f6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jsk_maps/launch/start_map_eng2.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<arg name="use_machine" default="false" />
<arg name="use_pictogram" default="false" />
<arg name="use_publish_scene" default="true" />
<arg name="gui" default="false" />

<machine name="localhost" address="localhost" if="$(arg use_machine)" />

Expand Down Expand Up @@ -39,4 +40,8 @@
args="$(find jsk_maps)/tools/publish_scene.l"
output="screen" >
</node>

<node pkg="rviz" type="rviz" name="$(anon rviz)" if="$(arg gui)"
args="-d $(find jsk_maps)/launch/map_eng2.rviz" />

</launch>

0 comments on commit 1cf5f6c

Please sign in to comment.