forked from Archive/PX4-Autopilot
add joystick to launch file
This commit is contained in:
parent
1f8fd5d120
commit
4debf45e06
|
@ -1,6 +1,7 @@
|
|||
<launch>
|
||||
|
||||
<group ns="px4_example">
|
||||
<node pkg="joy" name="joy_node" type="joy_node"/>
|
||||
<node pkg="px4" name="manual_input" type="manual_input"/>
|
||||
<node pkg="px4" name="attitude_estimator" type="attitude_estimator"/>
|
||||
<node pkg="px4" name="mc_att_control" type="mc_att_control"/>
|
||||
|
|
Loading…
Reference in New Issue