aboutsummaryrefslogtreecommitdiff
path: root/makefiles/config_px4fmu-v1_default.mk
diff options
context:
space:
mode:
authorHyon Lim <limhyon@gmail.com>2013-11-29 02:35:49 +0900
committerHyon Lim <limhyon@gmail.com>2013-11-29 02:35:49 +0900
commitb3f1adc54bac36b8da16651a545835bb1877f883 (patch)
tree2ca8b668f06e4851094f568ba7893c27d326e009 /makefiles/config_px4fmu-v1_default.mk
parentbcd745fb0d32da04efd5ed34252e35dd2d3a3ffd (diff)
downloadpx4-firmware-b3f1adc54bac36b8da16651a545835bb1877f883.tar.gz
px4-firmware-b3f1adc54bac36b8da16651a545835bb1877f883.tar.bz2
px4-firmware-b3f1adc54bac36b8da16651a545835bb1877f883.zip
SO3 estimator code has been cleaned
Diffstat (limited to 'makefiles/config_px4fmu-v1_default.mk')
-rw-r--r--makefiles/config_px4fmu-v1_default.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefiles/config_px4fmu-v1_default.mk b/makefiles/config_px4fmu-v1_default.mk
index a8aed6bb4..25c22f1fd 100644
--- a/makefiles/config_px4fmu-v1_default.mk
+++ b/makefiles/config_px4fmu-v1_default.mk
@@ -69,10 +69,10 @@ MODULES += modules/mavlink_onboard
MODULES += modules/gpio_led
#
-# Estimation modules (EKF / other filters)
+# Estimation modules (EKF/ SO3 / other filters)
#
MODULES += modules/attitude_estimator_ekf
-MODULES += modules/attitude_estimator_so3_comp
+MODULES += modules/attitude_estimator_so3
MODULES += modules/att_pos_estimator_ekf
MODULES += modules/position_estimator_inav
MODULES += examples/flow_position_estimator