Project

General

Profile

Statistics
| Branch: | Revision:

root / mikrokopter / launch / joystick.launch @ 7a6ed02d

History | View | Annotate | Download (288 Bytes)

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

    
11