mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-12 20:27:19 +08:00
Increase min agl for flow from 5 to 30 cm to prevent drift on ground.
This commit is contained in:
@@ -11,7 +11,7 @@ static const uint32_t REQ_FLOW_INIT_COUNT = 10;
|
||||
static const uint32_t FLOW_TIMEOUT = 1000000; // 1 s
|
||||
|
||||
// minimum flow altitude
|
||||
static const float flow_min_agl = 0.05;
|
||||
static const float flow_min_agl = 0.3;
|
||||
|
||||
void BlockLocalPositionEstimator::flowInit()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user