summaryrefslogtreecommitdiff
path: root/launch/rviz1.launch
blob: 3ce0ab8c9c43e5852af102c35fbce1cd61eab045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<launch>
  <arg name="model" default="burger" doc="model type [burger, waffle, waffle_pi]"/>

  <!--
       Default -Open rViz config to true for local rviz client.
       Allows override to disable it for RoboMaker. See hello_world_aws.launch.
  -->
  <arg name="open_rviz_config" default="true"/>
  <group if="$(arg open_rviz_config)">
    <node name="rviz1" pkg="rviz" type="rviz" args="-d $(find murl)/rviz/robot1.rviz"/>
  </group>

</launch>