aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB
diff options
context:
space:
mode:
authorJohan Jansen <jnsn.johan@gmail.com>2015-01-06 13:57:46 +0100
committerJohan Jansen <jnsn.johan@gmail.com>2015-01-15 14:37:51 +0100
commit2da6439f742f7743adca22ad3a887e936e6c2277 (patch)
treeb91dffb385b9aa1f21a89fc2ba3c28ca295113cd /src/modules/uORB
parent6edb54ff7755fbb30c695984cf53b246ff497141 (diff)
downloadpx4-firmware-2da6439f742f7743adca22ad3a887e936e6c2277.tar.gz
px4-firmware-2da6439f742f7743adca22ad3a887e936e6c2277.tar.bz2
px4-firmware-2da6439f742f7743adca22ad3a887e936e6c2277.zip
uORB: Removed landed boolean flag from vehicle_local_position topic
Diffstat (limited to 'src/modules/uORB')
-rw-r--r--src/modules/uORB/topics/vehicle_local_position.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/uORB/topics/vehicle_local_position.h b/src/modules/uORB/topics/vehicle_local_position.h
index 0e0bc9781..8b46c5a3f 100644
--- a/src/modules/uORB/topics/vehicle_local_position.h
+++ b/src/modules/uORB/topics/vehicle_local_position.h
@@ -77,7 +77,6 @@ struct vehicle_local_position_s {
double ref_lat; /**< Reference point latitude in degrees */
double ref_lon; /**< Reference point longitude in degrees */
float ref_alt; /**< Reference altitude AMSL in meters, MUST be set to current (not at reference point!) ground level */
- bool landed; /**< true if vehicle is landed TODO: deprecated, use vehicle_land_detected instead (remove this line?)*/
/* Distance to surface */
float dist_bottom; /**< Distance to bottom surface (ground) */
float dist_bottom_rate; /**< Distance to bottom surface (ground) change rate */