Skip to content

Commit

Permalink
Tools: remove gripper release on thrust loss autotest
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Jul 2, 2024
1 parent 09b0d2c commit 1455cc4
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions Tools/autotest/arducopter.py
Original file line number Diff line number Diff line change
Expand Up @@ -11499,26 +11499,6 @@ def Clamp(self):

self.reboot_sitl() # because we set home

def GripperReleaseOnThrustLoss(self):
'''tests that gripper is released on thrust loss if option set'''

self.context_push()
self.set_servo_gripper_parameters()
self.reboot_sitl()

self.takeoff(30, mode='LOITER')
self.set_parameters({
"SIM_ENGINE_FAIL": 1,
"SIM_ENGINE_MUL": 0.5,
"FLIGHT_OPTIONS": 4,
})

self.wait_statustext("Gripper Load Released", timeout=60)

self.context_pop()
self.do_RTL()
self.reboot_sitl()

def assert_home_position_not_set(self):
try:
self.poll_home_position()
Expand Down Expand Up @@ -11642,7 +11622,6 @@ def tests2b(self): # this block currently around 9.5mins here
self.GuidedForceArm,
self.GuidedWeatherVane,
self.Clamp,
self.GripperReleaseOnThrustLoss,
self.REQUIRE_POSITION_FOR_ARMING,
])
return ret
Expand Down

0 comments on commit 1455cc4

Please sign in to comment.