Tools: copter tests replace TERRAIN_FOLLOW with RTL_ALT_TYPE

This commit is contained in:
Randy Mackay 2019-12-12 14:50:10 +09:00
parent 842a9b78a9
commit 21ea7902cf
1 changed files with 1 additions and 1 deletions

View File

@ -4221,7 +4221,7 @@ class AutoTestCopter(AutoTest):
def fly_rangefinder_drivers(self):
self.set_parameter("RTL_ALT", 500)
self.set_parameter("TERRAIN_FOLLOW", 1)
self.set_parameter("RTL_ALT_TYPE", 1)
drivers = [
("lightwareserial",8),
("ulanding_v0", 11),