Merged release_v1.0.0 into master

This commit is contained in:
Lorenz Meier
2015-05-27 15:28:41 -07:00
102 changed files with 977 additions and 2266 deletions

View File

@@ -67,11 +67,10 @@ MODULES += modules/land_detector
# Estimation modules (EKF / other filters)
#
# Too high RAM usage due to static allocations
# MODULES += modules/attitude_estimator_ekf
#MODULES += modules/attitude_estimator_ekf
MODULES += modules/ekf_att_pos_estimator
# Since attitude_estimator_ekf is disabled, this app won't be
# worthwhile on its own
# MODULES += modules/position_estimator_inav
MODULES += modules/attitude_estimator_q
MODULES += modules/position_estimator_inav
#
# Vehicle Control