Browse Source

LPE: Remove unused var

sbg
Lorenz Meier 9 years ago
parent
commit
3cc64b3b7b
  1. 3
      src/modules/local_position_estimator/BlockLocalPositionEstimator.cpp

3
src/modules/local_position_estimator/BlockLocalPositionEstimator.cpp

@ -16,9 +16,6 @@ static const uint32_t EST_STDDEV_Z_VALID = 2.0; // 2.0 m @@ -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"),

Loading…
Cancel
Save