Added EKF filter health status reporting, added dynamic in-air reset.

This commit is contained in:
Lorenz Meier
2014-03-24 09:04:35 +01:00
parent 43a672988d
commit 01f33df707
5 changed files with 328 additions and 59 deletions
+3
View File
@@ -193,3 +193,6 @@ ORB_DEFINE(esc_status, struct esc_status_s);
#include "topics/encoders.h"
ORB_DEFINE(encoders, struct encoders_s);
#include "topics/estimator_status.h"
ORB_DEFINE(estimator_status, struct estimator_status_report);