px4-firmware/launch/multicopter.launch

14 lines
478 B
Plaintext
Raw Normal View History

2014-12-29 05:17:25 -04:00
<launch>
2014-12-30 10:43:23 -04:00
<group ns="px4_multicopter">
2014-12-30 04:58:30 -04:00
<node pkg="joy" name="joy_node" type="joy_node"/>
2014-12-30 03:17:59 -04:00
<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"/>
2014-12-30 04:13:20 -04:00
<node pkg="px4" name="attitude_estimator" type="attitude_estimator"/>
<node pkg="px4" name="position_estimator" type="position_estimator"/>
2014-12-29 05:17:25 -04:00
<node pkg="px4" name="mc_att_control" type="mc_att_control"/>
</group>
</launch>