mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 22:00:35 +08:00
FlightTaskOrbit: increase acceptance radius from 1 to 2m
to avoid reaproaching when tracking is not perfect while acc/deccelerating by stick.
This commit is contained in:
@@ -74,7 +74,7 @@ private:
|
||||
static constexpr float _radius_max = 100.f;
|
||||
static constexpr float _velocity_max = 10.f;
|
||||
static constexpr float _acceleration_max = 2.f;
|
||||
static constexpr float _horizontal_acceptance_radius = 1.f;
|
||||
static constexpr float _horizontal_acceptance_radius = 2.f;
|
||||
|
||||
/**
|
||||
* Check the feasibility of orbit parameters with respect to
|
||||
|
||||
Reference in New Issue
Block a user