aboutsummaryrefslogtreecommitdiff
path: root/launch/multicopter.launch
blob: 8cc89450ddf740595adbd804b1867116eabbfa5f (plain) (blame)
1
2
3
4
5
6
7
8
9
<launch>

<group ns="px4_example">
	<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"/>
</group>

</launch>