mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +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.extended_state = ExtendedState()
|
||||||
self.home_alt = 0
|
self.home_alt = 0
|
||||||
self.mc_rad = 5
|
self.mc_rad = 5
|
||||||
self.fw_rad = 50
|
self.fw_rad = 80
|
||||||
self.fw_alt_rad = 10
|
self.fw_alt_rad = 10
|
||||||
self.last_alt_d = 9999
|
self.last_alt_d = 9999
|
||||||
self.last_pos_d = 9999
|
self.last_pos_d = 9999
|
||||||
|
|||||||
Reference in New Issue
Block a user