Skip to content

Commit

Permalink
autotest: correct copter-tailsitter parameter file for RNGFND1_MIN_CM…
Browse files Browse the repository at this point in the history
… rename

also fix a race condition in the quadplane-tailsitter test - which is unlikely to ever trigger
  • Loading branch information
peterbarker committed Dec 26, 2024
1 parent 29efc79 commit b620ad4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ SIM_SONAR_SCALE 10
RNGFND1_TYPE 100
RNGFND1_PIN 0
RNGFND1_SCALING 10
RNGFND1_MIN_CM 10
RNGFND1_MAX_CM 5000
RNGFND1_MIN 0.10
RNGFND1_MAX 50
RNGFND1_ORIENT 12
RNGFND_LANDING 1
RNGFND_LND_ORNT 12
Expand Down
2 changes: 1 addition & 1 deletion Tools/autotest/quadplane.py
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ def CopterTailsitter(self):
self.context_collect("STATUSTEXT")
self.progress("Starting QLAND")
self.change_mode("QLAND")
self.wait_statustext("Rangefinder engaged")
self.wait_statustext("Rangefinder engaged", check_context=True)
self.wait_disarmed(timeout=100)

def setup_ICEngine_vehicle(self):
Expand Down

0 comments on commit b620ad4

Please sign in to comment.