Project

General

Profile

Statistics
| Branch: | Revision:

root / scout / libscout / launch / rosscout.launch @ 7db6cf9f

History | View | Annotate | Download (424 Bytes)

1 d2acabf3 Tom Mullins
<!--
2
     This file is roslaunched when the scout boots. There are two Upstart
3
     daemons, roscore and rosscout. Use initctl(8) to control them. rosscout
4
     will automatically start or stop when roscore does.
5
     -->
6
7
<launch>
8 40659cb8 Colony Scout
  <include file="$(find scout_avr)/launch/rosserial.launch" />
9
  <include file="$(find libscout)/launch/helper_nodes.launch" />
10 7db6cf9f Priya
  <!-- @todo launch a top-level libscout behavior -->
11 d2acabf3 Tom Mullins
</launch>