mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-12 05:47:36 +08:00
updated FW horizontal acceptance radius to work with deltaquad
This commit is contained in:
committed by
Lorenz Meier
parent
26de353d4f
commit
85b5b399b9
@@ -70,7 +70,7 @@ class MavrosMissionTest(unittest.TestCase):
|
||||
self.extended_state = ExtendedState()
|
||||
self.home_alt = 0
|
||||
self.mc_rad = 5
|
||||
self.fw_rad = 50
|
||||
self.fw_rad = 80
|
||||
self.fw_alt_rad = 10
|
||||
self.last_alt_d = 9999
|
||||
self.last_pos_d = 9999
|
||||
|
||||
Reference in New Issue
Block a user