2014-12-29 05:17:25 -04:00
|
|
|
<launch>
|
2015-02-28 13:15:51 -04:00
|
|
|
<arg name="ns"/>
|
2015-09-16 09:56:52 -03:00
|
|
|
<arg name="mavlink_fcu_url"/>
|
2014-12-29 05:17:25 -04:00
|
|
|
|
2015-02-28 13:15:51 -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"/>
|
2014-12-30 09:58:00 -04:00
|
|
|
<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"/>
|
2015-01-29 05:30:07 -04:00
|
|
|
<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"/>
|
2015-09-16 09:56:52 -03:00
|
|
|
<node pkg="px4" name="mavlink" type="mavlink">
|
|
|
|
<param name="mavlink_fcu_url" value="$(arg mavlink_fcu_url)" type="str"/>
|
|
|
|
</node>
|
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>
|