Skip to content

Commit

Permalink
autotest: Fix ShipOps Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lthall committed Jul 8, 2024
1 parent 048fa3c commit 94d6238
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Tools/autotest/arducopter.py
Original file line number Diff line number Diff line change
Expand Up @@ -8050,7 +8050,7 @@ def current_value_getter():
target=mavextra.wrap_180(angle),
current_value_getter=current_value_getter,
accuracy=5,
timeout=30,
timeout=300,
minimum_duration=5,
)
self.context_pop()
Expand Down Expand Up @@ -8195,7 +8195,9 @@ def ShipOps_PayloadPlace(self):
# grip_rc_channel = 8
self.set_rc(8, 2000) # grab
self.load_params_file("ShipLanding.param")
self.reboot_sitl(startup_location_dist_max=1000) # for gripper
self.customise_SITL_commandline(
["--home", "Jervis_Bay"]
)

# FIXME: change to mode shipops before ready to arm (code
# needs to be fixed....)
Expand Down

0 comments on commit 94d6238

Please sign in to comment.