mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Tools: correct channel configuration for gripper test
This commit is contained in:
parent
3a29379d9e
commit
53e36931fb
@ -1424,7 +1424,10 @@ class AutoTest(ABC):
|
||||
self.set_parameter("SERVO8_FUNCTION", 28)
|
||||
self.set_parameter("SERVO8_MIN", 1000)
|
||||
self.set_parameter("SERVO8_MAX", 2000)
|
||||
self.set_parameter("SERVO9_MIN", 1000)
|
||||
self.set_parameter("SERVO9_MAX", 2000)
|
||||
self.set_parameter("RC9_OPTION", 19)
|
||||
self.set_rc(9, 1500)
|
||||
self.reboot_sitl()
|
||||
self.progress("Waiting reading for arm")
|
||||
self.wait_ready_to_arm()
|
||||
|
Loading…
Reference in New Issue
Block a user