Peter Barker
723ad34dfb
Tools: autotest: disable disarm_delay in case of rc getting stuck
6 years ago
Peter Barker
4ae8595da3
Tools: autotest: make fly_avc_test a little more self-contained
6 years ago
Peter Barker
88a003edd9
Tools: autotest: flake8 compliance
6 years ago
Peter Barker
f84370bb04
Tools: autotest: consolidate mission-loading functions
...
Also add sanity checks for mission loading
Tools: autotest: add missing import for arduplane.py
6 years ago
Peter Barker
8b36565b6c
Tools: autotest: disable terrain in optical flow test
...
It is possible this is the cause of the unreliability of this test; the
rangefinder sees step-jumps in its readings.
6 years ago
Peter Barker
a75d678e7f
Tools: autotest: add tests for precision loiter and landing
6 years ago
Peter Barker
1d2f8555c0
Tools: ardupilotwaf: adjust for new location of uploader.py
6 years ago
Andrew Tridgell
6b5088207b
autotest: upload failed CI logs to autotest server
6 years ago
Peter Barker
c0af0cfe70
Tools: autotest: improve debug on optical limits test
6 years ago
Peter Barker
4e82250055
Tools: autotest: add test for Copter loiter-to-alt
6 years ago
Peter Barker
432b1fda3a
Tools: autotest: add tests for AP_Mount
6 years ago
Peter Barker
2157999307
Tools: autotest: add tests for gripper mission items
6 years ago
Peter Barker
a66cc52573
Tools: autotest: provide description of exceptions in constructors
6 years ago
Andrew Tridgell
de39318f6d
autotest: increase GPS AUTO glitch timeout
...
this was timing out in CI
6 years ago
Peter Barker
14d2012f54
Tools: autotest: add test for ekf navigation speed limits
6 years ago
Pierre Kancir
3a29379d9e
Tools: run test_arm_feature for heli
6 years ago
Pierre Kancir
f441ab9f2a
Tools: autotest: validate RTL if disarmed close to home
6 years ago
Pierre Kancir
598b487fef
Tools: autotest: adjust start alt for throttle failsafe
6 years ago
Peter Barker
e4738192dd
Tools: autotest: clear mission before toggling it in with ch7
6 years ago
Peter Barker
38ae0765ff
Tools: autotest: increase throttle in stabilize mode to account for pitching
6 years ago
Peter Barker
a7042e3847
Tools: autotest: tweak output messages, loosen camera trigger timeout
7 years ago
Peter Barker
a9621191d8
Tools: autotest: correct descent throttle in copter fence test
...
1500 is sufficient that we may not descend.
7 years ago
Pierre Kancir
f6cc934678
Tools: pep8 corrections + correct variable shadowing
7 years ago
Pierre Kancir
d5c4c32529
Tools: add gripper test for copter
7 years ago
cclauss
da7fe1055a
Tools: add missing import to arducopter.py
...
Fixes undefined names on lines 1406 and 1408
7 years ago
Pierre Kancir
aedd5a9db2
Tools: make takeoff check if it need arming and auto arm
7 years ago
Pierre Kancir
92d06c354e
Tools: rise nav_takeoff_delay_abstime delta to cope with rounding.
7 years ago
Pierre Kancir
cc8aca1619
Tools: various fixes for Copter tests
...
Tools: correct altitude check
Tools: correct tests syntax
Tools: add autotest syntax check on common
Tools: search for syntax mistake on autotest lambda
Tools: put copter in hover trottle to prevent crash
Tools: reboot after baterry failsafe test
Tools: copter takeoff wait_ready_to_arm before arming
Tools: arm copter after land on RTL
Tools: reset copter battery voltage after battery failsafe
7 years ago
Peter Barker
ac55fae1c1
Tools: autotest: add test for Copter delayed-takeoff-with-do-set-speed
7 years ago
Peter Barker
680f78869d
Tools: autotest: tidy and fix nav-delay test
7 years ago
Pierre Kancir
303e40f578
Tools: arducopter.py: add tolerance to takeoff alt
7 years ago
Pierre Kancir
2f9f793ccf
Tools: add arm and disarm tests
7 years ago
Pierre Kancir
a8ea84a729
Tools: autotest: clean function arguments
7 years ago
Pierre Kancir
579d471e98
Tools: use set_parameter instead of mavproxy directly
7 years ago
Peter Barker
eba8dee371
Tools: autotest: add test for delay-until-absolute-hour-minute-second
7 years ago
Peter Barker
b8c0199853
Tools: autotest: add test for copter's NAV_DELAY function
7 years ago
Peter Barker
af37e10126
Tools: autotest: factor out starting of our our mavlink connection
7 years ago
Pierre Kancir
a262099d35
Tools: arducopter.py: set submode change as test
7 years ago
Pierre Kancir
a930822d9d
Tools: unify exception on os.link
7 years ago
Pierre Kancir
d507805891
Tools: move guided_achieve_heading to common
7 years ago
Pierre Kancir
facc254138
Tools: move run_cmd to common
7 years ago
Peter Barker
b8030816b8
Tools: autotest: add tests for mode changes for Copter and Rover
7 years ago
Michael du Breuil
90216f7cb6
Tools: Slow rover test down for CI, remove unneeded variable
7 years ago
Peter Barker
baf869f8d6
Tools: autotest: add test for autotune
7 years ago
Peter Barker
20c1c4c684
Tools: autotest: add test for guided changing submode after takeoff
7 years ago
Peter Barker
56a4cd43d4
Tools: autotest:eliminate parameter restore using contexts
7 years ago
Peter Barker
6dd8dbeb40
Tools: autotest: add ability to add breakpoints in autotest
7 years ago
Pierre Kancir
6c43ab27c1
Tools: remove trailling semilocons
7 years ago
Peter Barker
38898dc793
Tools: autotest: add test for vision position estimate
7 years ago
Peter Barker
975b8c2e5f
Tools: autotest: use reboot to apply parameter changes; avoid sim restart
...
Previously we stopped the simulation to ensure parameter changes are
applied to the simulated vehicle. We can now reboot the simulated
autopilot, so these patches make use of those changes.
One big advantage is that the --gdb option is in play for the applying
of the parameters to the vehicle.
7 years ago