mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 10:30:34 +08:00
Changed baro init count for LPE.
This commit is contained in:
@@ -6,7 +6,7 @@ extern orb_advert_t mavlink_log_pub;
|
||||
|
||||
// required number of samples for sensor
|
||||
// to initialize
|
||||
static const uint32_t REQ_BARO_INIT_COUNT = 100;
|
||||
static const uint32_t REQ_BARO_INIT_COUNT = 500; // require 5 seconds of data
|
||||
static const uint32_t BARO_TIMEOUT = 100000; // 0.1 s
|
||||
|
||||
void BlockLocalPositionEstimator::baroInit()
|
||||
|
||||
Reference in New Issue
Block a user