Browse Source

Autotest: Remove frame initialisation.

This will otherwise override the --frame parameter. The init() function takes care of the initialisation
mission-4.1.18
Karthik Desai 7 years ago committed by Peter Barker
parent
commit
75ae59c0c8
  1. 1
      Tools/autotest/arducopter.py
  2. 1
      Tools/autotest/quadplane.py

1
Tools/autotest/arducopter.py

@ -1106,7 +1106,6 @@ class AutoTestCopter(AutoTest):
def autotest(self): def autotest(self):
"""Autotest ArduCopter in SITL.""" """Autotest ArduCopter in SITL."""
self.frame = '+'
if not self.hasInit: if not self.hasInit:
self.init() self.init()

1
Tools/autotest/quadplane.py

@ -148,7 +148,6 @@ class AutoTestQuadPlane(AutoTest):
def autotest(self): def autotest(self):
"""Autotest QuadPlane in SITL.""" """Autotest QuadPlane in SITL."""
self.frame = 'quadplane'
if not self.hasInit: if not self.hasInit:
self.init() self.init()

Loading…
Cancel
Save