This commit is contained in:
parent
07b6f782e3
commit
952a86368a
|
@ -0,0 +1,12 @@
|
|||
<launch>
|
||||
|
||||
<arg name="use_gazebo" default="false"/>
|
||||
|
||||
<include unless="$(arg use_gazebo)" file="$(find astra_camera)/launch/astra.launch"/>
|
||||
<include if="$(arg use_gazebo)" file="$(find rosbot_bringup)/launch/rosbot_tutorial.launch"/>
|
||||
|
||||
<node pkg="image_view" type="image_view" name="image_view">
|
||||
<remap from="/image" to="/camera/rgb/image_raw"/>
|
||||
</node>
|
||||
|
||||
</launch>
|
Loading…
Reference in New Issue