Drone: Increase linear speed check limit

This commit is contained in:
Arthur Golubtsov
2019-07-05 18:34:38 +03:00
parent f724e9e830
commit 445567850a

View File

@@ -107,7 +107,7 @@ def check_connection():
@check("Linear velocity estimation")
def check_linear_speeds(speed_limit=0.1):
def check_linear_speeds(speed_limit=0.15):
telemetry = get_telemetry(frame_id='body')
if _check_nans(telemetry.vx, telemetry.vy, telemetry.vz):