mirror of https://github.com/ArduPilot/ardupilot
autotest: remove APM references
This commit is contained in:
parent
804efb51e0
commit
1e1e8010e3
|
@ -1 +1 @@
|
||||||
This is an automated test suite for APM
|
This is an automated test suite for ArduPilot
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
"""
|
"""
|
||||||
APM automatic test suite.
|
ArduPilot automatic test suite.
|
||||||
|
|
||||||
Andrew Tridgell, October 2011
|
Andrew Tridgell, October 2011
|
||||||
|
|
||||||
|
|
|
@ -219,7 +219,7 @@ class AutoTestRover(AutoTest):
|
||||||
#
|
#
|
||||||
# # reduce throttle
|
# # reduce throttle
|
||||||
# self.mavproxy.send('rc 3 1500\n')
|
# self.mavproxy.send('rc 3 1500\n')
|
||||||
# self.mavproxy.expect('APM: Failsafe ended')
|
# self.mavproxy.expect('AP: Failsafe ended')
|
||||||
# self.mavproxy.send('switch 2\n') # manual mode
|
# self.mavproxy.send('switch 2\n') # manual mode
|
||||||
# self.wait_heartbeat()
|
# self.wait_heartbeat()
|
||||||
# self.wait_mode('MANUAL')
|
# self.wait_mode('MANUAL')
|
||||||
|
|
Loading…
Reference in New Issue