mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Add flight_mode_manager to all targets with mc_pos_control
This commit is contained in:
committed by
Daniel Agar
parent
fa7170bc4f
commit
7545249215
@@ -28,6 +28,7 @@ navigator start
|
||||
ekf2 start
|
||||
vtol_att_control start
|
||||
mc_hover_thrust_estimator start
|
||||
flight_mode_manager start vtol
|
||||
mc_pos_control start vtol
|
||||
mc_att_control start vtol
|
||||
mc_rate_control start vtol
|
||||
@@ -57,6 +58,7 @@ rc_update stop
|
||||
land_detector status
|
||||
navigator status
|
||||
ekf2 status
|
||||
flight_mode_manager status
|
||||
mc_pos_control status
|
||||
mc_att_control status
|
||||
mc_rate_control status
|
||||
@@ -73,6 +75,7 @@ pwm_out_sim stop
|
||||
mc_rate_control stop
|
||||
mc_att_control stop
|
||||
fw_att_control stop
|
||||
flight_mode_manager stop
|
||||
mc_pos_control stop
|
||||
fw_pos_control_l1 stop
|
||||
navigator stop
|
||||
|
||||
@@ -69,6 +69,7 @@ ekf2 start
|
||||
land_detector start multicopter
|
||||
|
||||
mc_hover_thrust_estimator start
|
||||
flight_mode_manager start
|
||||
mc_pos_control start
|
||||
mc_att_control start
|
||||
mc_rate_control start
|
||||
|
||||
@@ -28,6 +28,7 @@ commander start
|
||||
ekf2 start
|
||||
land_detector start multicopter
|
||||
mc_hover_thrust_estimator start
|
||||
flight_mode_manager start
|
||||
mc_pos_control start
|
||||
mc_att_control start
|
||||
mc_rate_control start
|
||||
|
||||
@@ -28,6 +28,7 @@ commander start
|
||||
ekf2 start
|
||||
land_detector start multicopter
|
||||
mc_hover_thrust_estimator start
|
||||
flight_mode_manager start
|
||||
mc_pos_control start
|
||||
mc_att_control start
|
||||
mc_rate_control start
|
||||
|
||||
@@ -16,6 +16,7 @@ commander start
|
||||
ekf2 start
|
||||
land_detector start multicopter
|
||||
mc_hover_thrust_estimator start
|
||||
flight_mode_manager start
|
||||
mc_pos_control start
|
||||
mc_att_control start
|
||||
mc_rate_control start
|
||||
|
||||
@@ -18,6 +18,7 @@ commander start -hil
|
||||
sensors start
|
||||
ekf2 start
|
||||
mc_hover_thrust_estimator start
|
||||
flight_mode_manager start
|
||||
mc_pos_control start
|
||||
mc_att_control start
|
||||
mc_rate_control start
|
||||
|
||||
@@ -88,6 +88,7 @@ fi
|
||||
qshell commander start
|
||||
qshell land_detector start multicopter
|
||||
qshell mc_hover_thrust_estimator start
|
||||
qshell flight_mode_manager start
|
||||
qshell mc_pos_control start
|
||||
qshell mc_att_control start
|
||||
qshell mc_rate_control start
|
||||
|
||||
@@ -26,6 +26,7 @@ commander start
|
||||
ekf2 start
|
||||
land_detector start multicopter
|
||||
mc_hover_thrust_estimator start
|
||||
flight_mode_manager start
|
||||
mc_pos_control start
|
||||
mc_att_control start
|
||||
mc_rate_control start
|
||||
|
||||
@@ -36,6 +36,7 @@ dataman start
|
||||
ekf2 start
|
||||
land_detector start multicopter
|
||||
mc_hover_thrust_estimator start
|
||||
flight_mode_manager start
|
||||
mc_pos_control start
|
||||
mc_att_control start
|
||||
mc_rate_control start
|
||||
|
||||
@@ -50,6 +50,7 @@ navigator start
|
||||
ekf2 start
|
||||
land_detector start multicopter
|
||||
mc_hover_thrust_estimator start
|
||||
flight_mode_manager start
|
||||
mc_pos_control start
|
||||
mc_att_control start
|
||||
mc_rate_control start
|
||||
|
||||
@@ -39,6 +39,7 @@ navigator start
|
||||
ekf2 start
|
||||
land_detector start multicopter
|
||||
mc_hover_thrust_estimator start
|
||||
flight_mode_manager start
|
||||
mc_pos_control start
|
||||
mc_att_control start
|
||||
mc_rate_control start
|
||||
|
||||
@@ -29,6 +29,7 @@ navigator start
|
||||
ekf2 start
|
||||
land_detector start multicopter
|
||||
mc_hover_thrust_estimator start
|
||||
flight_mode_manager start
|
||||
mc_pos_control start
|
||||
mc_att_control start
|
||||
mc_rate_control start
|
||||
|
||||
@@ -39,6 +39,7 @@ navigator start
|
||||
ekf2 start
|
||||
land_detector start multicopter
|
||||
mc_hover_thrust_estimator start
|
||||
flight_mode_manager start
|
||||
mc_pos_control start
|
||||
mc_att_control start
|
||||
|
||||
|
||||
Reference in New Issue
Block a user