Peter Barker
|
4eaee039f0
|
Tools: autotest: avoid touch RC*_OPTION on sub
|
6 years ago |
Peter Barker
|
9ab8a55c8f
|
Tools: autotest: correct tracker reboot detection
|
6 years ago |
Peter Barker
|
3ab9fa48dc
|
Tools: autotest: fix sub reboot detection
the string we were looking for actually gets emitted just before reboot
- sometimes!
|
6 years ago |
Peter Barker
|
6f52fa5622
|
Tools: autotest: do not set ARMING_RUDDER on sub and tracker
|
6 years ago |
Peter Barker
|
ffccd6f263
|
Tools: autotest: stop using mav.location() for Tracker test
Turns out that since we don't stream vfr_hud mav.location won't ever
work
|
6 years ago |
Tom Pittenger
|
a8908e3c57
|
Tools/Replay: rename datalogger to logger
|
6 years ago |
Jimmy Jacobson
|
83b882417f
|
Update GIT_Success.txt
Tools: added name to GIT_Success.txt”
|
6 years ago |
Andrew Tridgell
|
2d2b02e50b
|
Tools: added more INS device decodes
|
6 years ago |
Peter Barker
|
74e4a7047f
|
Tools: autotest: add simple test for Copter flying with MANUAL_CONTROL
|
6 years ago |
Peter Barker
|
86f8fcfd8a
|
Tools: autotest: add test for Rover manual control
|
6 years ago |
Peter Barker
|
9a16b40a73
|
Tools: autotest: rename get_rudder_channel to get_stick_arming_channel
... as some of these aren't actually rudder inputs...
|
6 years ago |
Patrick José Pereira
|
2959d38e0e
|
autotest: Remove magic numbers in ardusub
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
6 years ago |
Peter Barker
|
25e5243b63
|
Tools: autotest: include drift in Copter ManualThrottle tests
|
6 years ago |
Peter Barker
|
265d8d62cd
|
Tools: autotest: add timeout to wait_ekf_flags waiting for EKF_STATUS_REPORT
|
6 years ago |
Randy Mackay
|
26ec280507
|
Tools: add HK-HydroPro-Inception parameter file
|
6 years ago |
Peter Barker
|
176d26b40a
|
Tools: generate_manifest: flake8 compliance
|
6 years ago |
Peter Barker
|
02e687e99c
|
Tools: generate_manifest: improve handling of unknown tags
|
6 years ago |
Peter Barker
|
6fe7db2f43
|
Tools: autotest: add test for REQUEST_MESSAGE
|
6 years ago |
Arjun Chauhan
|
b97aae5b1b
|
Update GIT_Success.txt
|
6 years ago |
Peter Barker
|
e155ddbeba
|
Tools: autotest: add yaw test for motor fail test
|
6 years ago |
Peter Barker
|
c6b8335392
|
Tools: autotest: improve debug for lack of mode map
|
6 years ago |
Peter Barker
|
f19b831bc3
|
Tools: autotest: add brake mode test
|
6 years ago |
Dr Nic Williams
|
9cab607d0a
|
Tools: pexpect python dependency used by autotest
|
6 years ago |
Peter Barker
|
d4fe65b43c
|
Tools: Replay: remove definition of Devo constructor
|
6 years ago |
Peter Barker
|
e6a1789df8
|
Tools: ardupilotwaf: make shadowed variables fatal on all platforms
|
6 years ago |
Peter Barker
|
0b376f1f14
|
Tools: autotest: add --tonealarm option to sim_vehicle.py
|
6 years ago |
Peter Barker
|
156d580bcd
|
Tools: ardupilotwaf: include sfml-audio
|
6 years ago |
Peter Barker
|
16476332b2
|
Tools: autotest: fix no-gps switch-to-location test
|
6 years ago |
Peter Barker
|
1e2cf4bb60
|
Tools: autotest: fix sethome test under Python3
|
6 years ago |
Peter Barker
|
d762629c62
|
Tools: waf: link AP_InternalError everywhere
|
6 years ago |
Peter Barker
|
4379186333
|
Tools: scripts: remove dated directories from manifest
|
6 years ago |
Siddharth Purohit
|
bc97ee5498
|
Tools: fix uploader for macos systems
|
6 years ago |
Peter Barker
|
ca81cd0f1b
|
Tools: build_binaries.py: build SITL binaries for x86_64-linux-gnu and arm-linux-gnueabihf
|
6 years ago |
Peter Barker
|
780e0e2eba
|
Tools: ardupilotwaf: build SITL binaries for x86_64-linux-gnu and arm-linux-gnueabihf
|
6 years ago |
Peter Barker
|
1a81da4a26
|
Tools: ardupilotwaf: sort boards in help text
|
6 years ago |
Peter Barker
|
935840ebb0
|
Tools: autotest: add test for setting home to current location
|
6 years ago |
Peter Barker
|
eb16c30bdb
|
Tools: Replay: add stubs to avoid linking devo
|
6 years ago |
Peter Barker
|
929e84d120
|
Tools: ardupilotwaf: add -Werror=attributes
|
6 years ago |
Peter Barker
|
6bf600c587
|
Tools: autotest: cope with being unable to reboot while armed
|
6 years ago |
Peter Barker
|
b346e82b3e
|
Replay: use enum class for AltFrame enumeration
|
6 years ago |
Andrew Tridgell
|
7239e2bd07
|
Tools: fixed iomcu build with configure_all.py
|
6 years ago |
Andrew Tridgell
|
3d7c6fea78
|
Tools: added --stop option to configure_all.py
|
6 years ago |
Peter Barker
|
873096f791
|
Tools: autotest: add test for Rover offboard-in-auto function
|
6 years ago |
Peter Barker
|
4f136512f0
|
Tools: autotest: fix balancebot RTL test
|
6 years ago |
Andrew Tridgell
|
0215e08f86
|
Tools: add option to configure_all.py to do builds
|
6 years ago |
Andrew Tridgell
|
9c3e606076
|
CI: added configure-all.py to travis testing
make sure all hwdef.dat files can be used
|
6 years ago |
Andrew Tridgell
|
e67ccbe13d
|
Tools: added bootloader configure to configure_all.py
|
6 years ago |
Peter Barker
|
9ca2c9d692
|
Tools: autotest: python3 fixes
Tools: autotest: use inbuilt zip on Python3
|
6 years ago |
Peter Barker
|
841c222a12
|
Tools: autotest: add check that GPS is good before arming
|
6 years ago |
Peter Barker
|
72aeb26e86
|
Tools: autotest: allow more time for gps-glitch-in-auto test to run
|
6 years ago |