|
|
|
@ -54,6 +54,7 @@ MODULES += modules/mavlink_onboard
@@ -54,6 +54,7 @@ MODULES += modules/mavlink_onboard
|
|
|
|
|
#
|
|
|
|
|
MODULES += modules/attitude_estimator_ekf
|
|
|
|
|
MODULES += modules/position_estimator_mc
|
|
|
|
|
MODULES += modules/att_pos_estimator_ekf
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Logging
|
|
|
|
@ -78,7 +79,6 @@ BUILTIN_COMMANDS := \
@@ -78,7 +79,6 @@ BUILTIN_COMMANDS := \
|
|
|
|
|
$(call _B, control_demo, , 2048, control_demo_main ) \
|
|
|
|
|
$(call _B, fixedwing_att_control, SCHED_PRIORITY_MAX-30, 2048, fixedwing_att_control_main ) \
|
|
|
|
|
$(call _B, fixedwing_pos_control, SCHED_PRIORITY_MAX-30, 2048, fixedwing_pos_control_main ) \
|
|
|
|
|
$(call _B, kalman_demo, SCHED_PRIORITY_MAX-30, 2048, kalman_demo_main ) \
|
|
|
|
|
$(call _B, math_demo, , 8192, math_demo_main ) \
|
|
|
|
|
$(call _B, multirotor_att_control, SCHED_PRIORITY_MAX-15, 2048, multirotor_att_control_main) \
|
|
|
|
|
$(call _B, multirotor_pos_control, SCHED_PRIORITY_MAX-25, 2048, multirotor_pos_control_main) \
|
|
|
|
|