mirror of https://github.com/ArduPilot/ardupilot
autotest: rename PayLoadPlaceMission to PayloadPlaceMission
This commit is contained in:
parent
5cb20abaa7
commit
e2895c08ae
|
@ -4599,7 +4599,7 @@ class AutoTestCopter(AutoTest):
|
|||
0.01 # size of target in radians, Y-axis
|
||||
)
|
||||
|
||||
def PayLoadPlaceMission(self):
|
||||
def PayloadPlaceMission(self):
|
||||
"""Test payload placing in auto."""
|
||||
self.context_push()
|
||||
|
||||
|
@ -9880,7 +9880,7 @@ class AutoTestCopter(AutoTest):
|
|||
self.GuidedSubModeChange,
|
||||
self.MAV_CMD_CONDITION_YAW,
|
||||
self.LoiterToAlt,
|
||||
self.PayLoadPlaceMission,
|
||||
self.PayloadPlaceMission,
|
||||
self.PrecisionLoiterCompanion,
|
||||
self.Landing,
|
||||
self.PrecisionLanding,
|
||||
|
|
Loading…
Reference in New Issue