Skip to content
Snippets Groups Projects
Commit 3cc64b3b authored by Lorenz Meier's avatar Lorenz Meier
Browse files

LPE: Remove unused var

parent fb4c620f
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,6 @@ static const uint32_t EST_STDDEV_Z_VALID = 2.0; // 2.0 m
static const uint32_t EST_STDDEV_TZ_VALID = 2.0; // 2.0 m
static const bool integrate = true; // use accel for integrating
// minimum flow altitude
static const float flow_min_agl = 0.3;
BlockLocalPositionEstimator::BlockLocalPositionEstimator() :
// this block has no parent, and has name LPE
SuperBlock(NULL, "LPE"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment