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:
Peter Barker 2018-11-15 19:05:24 +11:00 committed by Andrew Tridgell
parent 03f1deca9f
commit 8b36565b6c

View File

@ -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()