Tools: autotest: disable terrain in optical flow test
It is possible this is the cause of the unreliability of this test; the rangefinder sees step-jumps in its readings.
This commit is contained in:
parent
03f1deca9f
commit
8b36565b6c
@ -1027,6 +1027,7 @@ class AutoTestCopter(AutoTest):
|
||||
self.set_parameter("RNGFND_SCALING", 12.12, epsilon=0.01)
|
||||
|
||||
self.set_parameter("SIM_GPS_DISABLE", 1)
|
||||
self.set_parameter("SIM_TERRAIN", 0)
|
||||
|
||||
self.reboot_sitl()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user