mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Changed baro init count for LPE.
This commit is contained in:
parent
97e6a57501
commit
cefc00af39
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user