mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
Tools: Use a more typical wind speed for the PitotBlockage autotest
This commit is contained in:
parent
e0a7e36e01
commit
7430932288
@ -1728,7 +1728,7 @@ class AutoTestPlane(AutoTest):
|
||||
self.set_parameters({
|
||||
"ARSPD_OPTIONS": 15,
|
||||
"ARSPD_USE": 1,
|
||||
"SIM_WIND_SPD": 10,
|
||||
"SIM_WIND_SPD": 7,
|
||||
"SIM_WIND_DIR": 0,
|
||||
"ARSPD_WIND_MAX": 15,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user