Skip to content

Commit

Permalink
add launch rviz option in start_map_eng2.launch
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 committed Jan 4, 2024
1 parent be41449 commit e05a414
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 e05a414

Please sign in to comment.