px4-firmware/launch/multicopter.launch

10 lines
238 B
Plaintext
Raw Normal View History

2014-12-29 05:17:25 -04:00
<launch>
<group ns="px4_example">
2014-12-30 03:17:59 -04:00
<node pkg="px4" name="manual_input" type="manual_input"/>
<node pkg="px4" name="att_estimator" type="att_estimator"/>
2014-12-29 05:17:25 -04:00
<node pkg="px4" name="mc_att_control" type="mc_att_control"/>
</group>
</launch>