aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-07-17 17:38:04 +0200
committerThomas Gubler <thomasgubler@gmail.com>2014-07-17 17:38:04 +0200
commitfacffe2b9eeee24f712119be91ff8aea99cfde0f (patch)
treee80fe9a8f668c8151e269d55e5316b72f2826222 /src/modules/uORB
parent213fe0cc20ada8b8581a65f73c68b4efe6508405 (diff)
downloadpx4-firmware-facffe2b9eeee24f712119be91ff8aea99cfde0f.tar.gz
px4-firmware-facffe2b9eeee24f712119be91ff8aea99cfde0f.tar.bz2
px4-firmware-facffe2b9eeee24f712119be91ff8aea99cfde0f.zip
mtecs: add altitude prefiltering
Diffstat (limited to 'src/modules/uORB')
-rw-r--r--src/modules/uORB/topics/tecs_status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/uORB/topics/tecs_status.h b/src/modules/uORB/topics/tecs_status.h
index c4d0c1874..33055018c 100644
--- a/src/modules/uORB/topics/tecs_status.h
+++ b/src/modules/uORB/topics/tecs_status.h
@@ -66,6 +66,7 @@ struct tecs_status_s {
float altitudeSp;
float altitude;
+ float altitudeFiltered;
float flightPathAngleSp;
float flightPathAngle;
float flightPathAngleFiltered;