aboutsummaryrefslogtreecommitdiff
path: root/launch/multicopter.launch
blob: e7f49319cbd7fe55a8b174c79d1de6047abb4b3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<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="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>

</launch>