px4-firmware/launch/multicopter.launch

18 lines
705 B
Plaintext
Raw Normal View History

2014-12-29 05:17:25 -04:00
<launch>
<arg name="ns"/>
2014-12-29 05:17:25 -04:00
<group ns="$(arg ns)">
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"/>
2015-01-29 05:33:12 -04:00
<node pkg="px4" name="mc_pos_control" type="mc_pos_control"/>
<node pkg="px4" name="mavlink" type="mavlink"/>
2015-02-01 12:16:23 -04:00
<!-- <node pkg="rosbag" type="record" name="record" output="screen" args="-a -O px4_multicopter"/> -->
2014-12-29 05:17:25 -04:00
</group>
</launch>