Peter Barker
a7aa5b6897
autotest: do not wait for ACK from reboot command
...
Several attempts have been made to make retrieving the reboot's ack reliable, and they've all failed.
So stop waiting for the ACK....
2 years ago
Peter Barker
3022299e71
autotest: disable SpeedToFly McReady tests
...
# mcReady tests don't work ATM, so just return early:
2 years ago
Andrew Tridgell
a4fa99c96c
AP_Periph: fixed undulation in Fix2 pkt
2 years ago
Andrew Tridgell
2637f87409
AP_Periph: ensure we don't send inf in Fix and Fix2 for GPS
2 years ago
Peter Barker
eb0f932b52
autotest: remove global variable
...
... progress is no longer static and hasn't been for years
2 years ago
Andrew Tridgell
5fd9891880
AP_Periph: release notes for 1.4.0beta1
2 years ago
Pierre Kancir
d821ec549f
Tools: add dronecan to install scripts
2 years ago
Peter Barker
430e52a91b
autotest: remove constant in target_component check when downloading mission
2 years ago
Peter Barker
2e2ffbe4ac
autotest: correct reset of autoreconnect in case of exception
...
always true in practice
2 years ago
Peter Barker
b6c4930b3a
autotest: explicltly dis/reconnect when customising commandline
...
We *know* the connection is going away, so wecan force the reconnect rather than waiting for mavtcp's reconnect logic to kick in
2 years ago
Peter Barker
1f430daef6
autotest: correct system ID used when setting ROI_SYSID
2 years ago
Andrew Tridgell
fda6d23fab
Tools: fixed sim_vehicle.py with -n
...
fixed path to parameter file
2 years ago
Semyon
892a606642
Tools: added name to GIT_Success.txt
...
Tools: added name to GIT_Success.txt
2 years ago
Peter Barker
aff0015af6
Tools: check_replay.py: add --ignore-field option
2 years ago
Randy Mackay
c898261698
Tools: autotest uses PRX1 parameters
2 years ago
Andrew Tridgell
a82758bc3e
waf: allow opendroneid on sitl on cygwin and macos
...
should be now with the structure changes
2 years ago
Andy Piper
efbf3a79a7
scripts: remove Pixhawk1-1M-bdshot from blacklist
2 years ago
Peter Barker
217338955d
autotest: wait for logging to be good in replay GPS test
...
I think it's possible for the reboot to be coplete but the log not yet open as it's done in the update call
2 years ago
Peter Barker
8b5afb4a24
autotest: loop across recv_match in assert_receive_message
...
pymavlink sleeps for half the passed-in timeout which is no good if we are willing to wait for 30 seconds for a message!
2 years ago
Peter Barker
8a13fb0f6d
autotest: use assert_receive_message
...
Removes several block-forever calls
2 years ago
Peter Barker
9d385c815e
autotest: util.py: create fake object for MakeOSX SITL object
...
autotest keeps self.sitl around as a handle on the running SITL binary instance. MacOSX was returning None for this object, making method calls on it unhelpful.
This fake object will just ignore calls on it.
2 years ago
Peter Barker
e182675bc8
autotest: make pysim/util.py AP_FLAKE8_CLEAN
2 years ago
Andrew Tridgell
3127af1af6
Tools: added --can-gps option to sim_vehicle.py
...
allows for easy DroneCAN testing
2 years ago
Randy Mackay
90023f2691
Tools: copter param file for SITL wind speed estimation
2 years ago
Andrew Tridgell
252f2ac6f5
Tools: don't build -ODID-heli
2 years ago
Peter Barker
9bf66afee2
build_binaries.py: write fwversion out even if directory exists
...
We re-use the "beta" directory for other betas
2 years ago
Peter Barker
f8c1c3309d
autotest: allow more time for Rover to go to smartrtl intermediate point
...
race conditions with commands from autotest suite
2 years ago
Peter Barker
87eb703bc1
autotest: terminate FTP session after transfering files
...
race condition starting the second MAVProxy if the first session isn't terminated
2 years ago
Peter Barker
a3124689b1
Tools: flake8 fixes for board_list.py
3 years ago
Peter Barker
af7208a65e
autotest: cast packet count to floast before determining rate
...
Could be causing rate to be zero on autotest server
3 years ago
Andrew Tridgell
6245b3aa16
Tools: blacklist build of ODID boards
...
these confuse users
3 years ago
Peter Barker
668ec44968
autotest: let heading settle before testing WP_YAW_BEHAVIOR=0
...
2022-08-19T02:22:48.3161982Z AT-0229.9: Exception caught: Unexpected heading=94.000000 want=91.000000
2022-08-19T02:22:48.3162341Z Traceback (most recent call last):
2022-08-19T02:22:48.3162738Z File "/__w/ardupilot/ardupilot/Tools/autotest/common.py", line 7173, in run_one_test_attempt
2022-08-19T02:22:48.3163101Z test_function()
2022-08-19T02:22:48.3163507Z File "/__w/ardupilot/ardupilot/Tools/autotest/arducopter.py", line 4414, in GuidedSubModeChange
2022-08-19T02:22:48.3164012Z self.assert_heading(orig_heading)
2022-08-19T02:22:48.3164419Z File "/__w/ardupilot/ardupilot/Tools/autotest/common.py", line 5610, in assert_heading
2022-08-19T02:22:48.3164866Z raise NotAchievedException("Unexpected heading=%f want=%f" %
2022-08-19T02:22:48.3165290Z common.NotAchievedException: Unexpected heading=94.000000 want=91.000000
3 years ago
Peter Barker
2170c86b9c
autotest: stop vehicle running into terrain in MAV_CMD_NAV_LOITER_TURNS
3 years ago
Peter Barker
cd207164a2
autotest: correct Rover DriveMission test
...
4 would seem to have been just a magic number and could be missed on faster speedups
3 years ago
Peter Barker
81740893ee
autotest: customise drive_rtl_mission for sailboats
3 years ago
Peter Barker
2059d1485e
CI: test sailboat in CI
3 years ago
Stephen Dade
b031f88e3c
Tools: Add EKF3 External Nav to build_options
3 years ago
Peter Barker
dab9e00dc7
Tools: rename HAL_MISSION_ENABLED to AP_MISSION_ENABLED
3 years ago
Peter Barker
27e7042377
Tools: build_autotest.sh: sync submodules from new master not old
...
Also remove a redundant pull
3 years ago
Stephen Dade
5b5cdfa1f1
Tools: Add mode flowhold to build_options
3 years ago
Andrew Tridgell
507dbb0d61
autotest: switch sim_vehicle to EKF3
...
this was a leftover from many years ago
3 years ago
Peter Barker
2ebba3ea99
Tools: include blimp in manifest
3 years ago
Peter Barker
d269758737
build_binaries.py: retain elf files in stm32 boards, add .elf to them
3 years ago
Peter Barker
46234e85f9
build_binaries.py: tidy file copying loop
...
notably, don't make fwinfo file more than once
3 years ago
Peter Barker
26b17b7c39
build_binaries.py: collapse copyit into sole caller
3 years ago
Iampete1
e7cbf266b3
Tools: autotest: plane: test allow mode change after fence breach option
3 years ago
Iampete1
83b544dd0c
Tools: autotest: plane: wait at least 10 seconds before retriggering fence
3 years ago
Peter Barker
8360a3c247
autotest: force-disarm quadplane after ICEngine test
...
ICE provides forward thrust, which can make us think we're flying
3 years ago
Peter Barker
e091e8ad33
autotest: clear context before looking for GPS type
...
Will clarify the output as currently we look through the text messages for all of the previous gps types when trying to find the detection message for the current GPS
3 years ago
Peter Barker
bd2ef2e413
autotest: pop extra contexts post-test to clean up message hooks
3 years ago