mirror of https://github.com/ArduPilot/ardupilot
LogAnalyser: rename BalanceTwist to MotorBalance
This commit is contained in:
parent
98e9ce3206
commit
4aa07d7aef
|
@ -6,7 +6,7 @@ class TestBalanceTwist(Test):
|
|||
'''test for badly unbalanced copter, including yaw twist'''
|
||||
def __init__(self):
|
||||
Test.__init__(self)
|
||||
self.name = "Balance/Twist"
|
||||
self.name = "Motor Balance"
|
||||
|
||||
def run(self, logdata, verbose):
|
||||
self.result = TestResult()
|
Loading…
Reference in New Issue