mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
Fix unused variable in LPE
This commit is contained in:
@@ -8,9 +8,6 @@
|
|||||||
|
|
||||||
orb_advert_t mavlink_log_pub = nullptr;
|
orb_advert_t mavlink_log_pub = nullptr;
|
||||||
|
|
||||||
// timeouts for sensors in microseconds
|
|
||||||
static const uint32_t EST_SRC_TIMEOUT = 10000; // 0.01 s
|
|
||||||
|
|
||||||
// required standard deviation of estimate for estimator to publish data
|
// required standard deviation of estimate for estimator to publish data
|
||||||
static const uint32_t EST_STDDEV_XY_VALID = 2.0; // 2.0 m
|
static const uint32_t EST_STDDEV_XY_VALID = 2.0; // 2.0 m
|
||||||
static const uint32_t EST_STDDEV_Z_VALID = 2.0; // 2.0 m
|
static const uint32_t EST_STDDEV_Z_VALID = 2.0; // 2.0 m
|
||||||
|
|||||||
Reference in New Issue
Block a user