Project

General

Profile

Statistics
| Branch: | Revision:

root / mikrokopter / mikrokopter / launch / joystick.launch @ 98711613

History | View | Annotate | Download (264 Bytes)

1
<launch>
2
  <node name="joy_node" pkg="joy" type="joy_node">
3
  </node>
4
  <node name="joystick_control" pkg="mikrokopter" type="joystick_control">
5
    <!-- rate in Hz to publish Control messages -->
6
    <param name="publish_rate" value="20" />
7
  </node>
8
</launch>
9

    
10