Project

General

Profile

Statistics
| Branch: | Revision:

root / mikrokopter / mikrokopter / launch / onboard.launch @ 98711613

History | View | Annotate | Download (281 Bytes)

1 7a6ed02d Tom Mullins
<launch>
2
  <include file="$(find mikrokopter)/launch/mikrokopter.launch" />
3
  <node name="mk_wrapper" pkg="mikrokopter" type="mk_wrapper">
4
    <!-- if no Control message is received in this time in ms, go dead-->
5
    <param name="max_quiet_time" value="200" />
6
  </node>
7
</launch>