Difference between revisions of "Survey.launch"

From wikidb
Jump to: navigation, search
(Created page with "<pre> <!-- Launch motor control and scanning in prep for gmapping. --> <launch> <include file="$(find floor_hugger)/launch/web_teleop.launch" /> <...")
 
(No difference)

Latest revision as of 09:43, 26 April 2016

<!--
  Launch motor control and scanning in prep for gmapping.
  -->
<launch>
        <include file="$(find floor_hugger)/launch/web_teleop.launch"
        />

        <include file="$(find floor_hugger)/launch/scan.launch"
        />

</launch>