Web video streaming.launch

From wikidb
Jump to: navigation, search
<!--
  Launcher video streaming through web.
  -->
<launch>
        <include file="$(find floor_hugger)/launch/usb_video_streaming.launch"
        />

        <node name="web_video_server" pkg="web_video_server" type="web_video_server" 
            output="screen" 
        />
</launch>