mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
Tools: autotest: update flap test
This commit is contained in:
parent
660c9a8a60
commit
2518328801
@ -695,7 +695,7 @@ class AutoTestPlane(AutoTest):
|
|||||||
flaps_ch = 5
|
flaps_ch = 5
|
||||||
servo_ch = 5
|
servo_ch = 5
|
||||||
self.set_parameter("SERVO%u_FUNCTION" % servo_ch, 3) # flapsauto
|
self.set_parameter("SERVO%u_FUNCTION" % servo_ch, 3) # flapsauto
|
||||||
self.set_parameter("FLAP_IN_CHANNEL", flaps_ch)
|
self.set_parameter("RC%u_OPTION" % flaps_ch, 208) # Flaps RCx_OPTION
|
||||||
self.set_parameter("LAND_FLAP_PERCNT", 50)
|
self.set_parameter("LAND_FLAP_PERCNT", 50)
|
||||||
self.set_parameter("LOG_DISARMED", 1)
|
self.set_parameter("LOG_DISARMED", 1)
|
||||||
flaps_ch_min = 1000
|
flaps_ch_min = 1000
|
||||||
|
Loading…
Reference in New Issue
Block a user