mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
FlightTaskOrbit: increase radius limit
This commit is contained in:
parent
d0794c1189
commit
c7f114a26a
@ -70,7 +70,7 @@ protected:
|
||||
private:
|
||||
/* TODO: Should be controlled by params */
|
||||
static constexpr float _radius_min = 1.f;
|
||||
static constexpr float _radius_max = 100.f;
|
||||
static constexpr float _radius_max = 1e3f;
|
||||
static constexpr float _velocity_max = 10.f;
|
||||
static constexpr float _acceleration_max = 2.f;
|
||||
static constexpr float _horizontal_acceptance_radius = 2.f;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user