include commander and mixer in launch file

This commit is contained in:
Thomas Gubler 2014-12-30 14:58:00 +01:00
parent 16c66669c2
commit 481f18cb3e

View File

@ -3,6 +3,8 @@
<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="commander" type="commander"/>
<node pkg="px4" name="mc_mixer" type="mc_mixer"/>
<node pkg="px4" name="attitude_estimator" type="attitude_estimator"/>
<node pkg="px4" name="mc_att_control" type="mc_att_control"/>
</group>