mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 08:13:56 -04:00
Autotest: Remove frame initialisation.
This will otherwise override the --frame parameter. The init() function takes care of the initialisation
This commit is contained in:
parent
fdfa08c586
commit
75ae59c0c8
@ -1106,7 +1106,6 @@ class AutoTestCopter(AutoTest):
|
||||
|
||||
def autotest(self):
|
||||
"""Autotest ArduCopter in SITL."""
|
||||
self.frame = '+'
|
||||
if not self.hasInit:
|
||||
self.init()
|
||||
|
||||
|
@ -148,7 +148,6 @@ class AutoTestQuadPlane(AutoTest):
|
||||
|
||||
def autotest(self):
|
||||
"""Autotest QuadPlane in SITL."""
|
||||
self.frame = 'quadplane'
|
||||
if not self.hasInit:
|
||||
self.init()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user