mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
Tools: update autotest to use FLOW_TYPE
This commit is contained in:
parent
d2a2caf3a6
commit
0daed8c793
@ -1123,7 +1123,7 @@ class AutoTestCopter(AutoTest):
|
||||
try:
|
||||
|
||||
self.set_parameter("SIM_FLOW_ENABLE", 1)
|
||||
self.set_parameter("FLOW_ENABLE", 1)
|
||||
self.set_parameter("FLOW_TYPE", 10)
|
||||
|
||||
self.set_parameter("RNGFND1_TYPE", 1)
|
||||
self.set_parameter("RNGFND1_MIN_CM", 0)
|
||||
|
@ -1,7 +1,7 @@
|
||||
ARMING_CHECK -33
|
||||
EKF_GPS_TYPE 3
|
||||
EK2_GPS_TYPE 3
|
||||
FLOW_ENABLE 1
|
||||
FLOW_TYPE 10
|
||||
RNGFND1_TYPE 1
|
||||
RNGFND1_MIN_CM 0
|
||||
RNGFND1_MAX_CM 4000
|
||||
|
Loading…
Reference in New Issue
Block a user