forked from Archive/PX4-Autopilot
add pos controller to launch file
This commit is contained in:
parent
8b62e003f0
commit
9a5ea31784
|
@ -8,6 +8,7 @@
|
|||
<node pkg="px4" name="attitude_estimator" type="attitude_estimator"/>
|
||||
<node pkg="px4" name="position_estimator" type="position_estimator"/>
|
||||
<node pkg="px4" name="mc_att_control" type="mc_att_control"/>
|
||||
<node pkg="px4" name="mc_pos_control" type="mc_pos_control"/>
|
||||
</group>
|
||||
|
||||
</launch>
|
||||
|
|
Loading…
Reference in New Issue