Andrew Tridgell
bab1bff2b9
Tools: added f303-M10070 bootloader
4 years ago
Andrew Tridgell
3cf71d11a9
AP_Periph: mark version as 1.3dev
4 years ago
Andrew Tridgell
52f66f3654
AP_Periph: updated release notes for 1.2.0beta1
4 years ago
Tom Pittenger
4b47ddf556
AP_Periph: add battery monitor to AP_Periph README
4 years ago
Phillip Kocmoud
ce87b62dcc
AP_Periph: Add alternate ordering of NCP5623 LED colors
4 years ago
Paul Riseborough
4cf78c34e7
Tools: Add autotest for copter wind estimation and baro correction
4 years ago
Paul Riseborough
a3b5901218
autotest: Fix failing copter fly_square test
...
This test should be flown in ALT_HOLD, not STABILIZE as that is better mode to test the record waypoint function becasue it removes the need to fine tune the RC3 value to match thrust/weight variation as the hover thrust is not learned fast enough at the start of the test.
4 years ago
Paul Riseborough
e835da41fa
Tools: Define momentum drag
4 years ago
Andrew Tridgell
5fc68a1ce5
autotest: adjust for new baro SITL param names
4 years ago
Peter Barker
813723d0b7
autotest: add test for needing AHRS to be healthy to arm
4 years ago
Peter Barker
9ad2961664
autotest: allow regex for matching wait_statustext
4 years ago
Peter Barker
50957fff89
Tools: autotest: bisect-helper.py can run autotest by name
4 years ago
Tom Pittenger
0c5cc16d7b
AP_Periph: populate more fields in batteryinfo
4 years ago
Randy Mackay
9803a70d3f
Tools: copter autotest spelling and format fixes
4 years ago
Randy Mackay
665e6ccdcb
Tools: copter GCS fs tests explicitly set FS_GCS_ENABLE and FS_OPTIONS
4 years ago
Peter Barker
0406b28abd
autotest: print exception if caught in test_alt_estimate_prearm
4 years ago
Peter Barker
cecdc798ca
autotest: present strings for unexpected results in run_cmd_get_ack
4 years ago
Andrew Tridgell
39c21e662d
AP_Periph: check compass and baro health before using
4 years ago
Andrew Tridgell
74813e7761
AP_Periph: stop sending airspeed when unhealthy
4 years ago
giacomo892
75333dcd2f
AP_Periph: support output of MSP airspeed sensor
4 years ago
Tom Pittenger
f62a27ca8a
Tools/AP_Bootloader: differentiate FAIL_REASON_BAD_LENGTH errors
4 years ago
Andrew Tridgell
d0c1fd701f
AP_Periph: prevent loop stuck internal error in AP_Periph bootloader flash
4 years ago
Andrew Tridgell
c6548cc1b9
autotest: fixed use of GND prefix
4 years ago
Andrew Tridgell
3f6fd49507
Replay: rename baro params to BARO*
4 years ago
Andrew Tridgell
dde940380f
Tools: update param files to not reference GND parameters
4 years ago
Andrew Tridgell
cd2f2f96eb
rename barometer parameters to BARO prefix
4 years ago
murata
59445674e7
scripts: Support for decacopters
4 years ago
murata
690d64d664
LogAnalyzer: Support for decacopters
4 years ago
murata
2d55c2c42f
pysim: Support for decacopters
4 years ago
murata
a46333eff5
Tools: Support for decacopters
4 years ago
Peter Barker
768e3e7931
autotest: adjust Vicon test for new PREARM-checking code
...
The new check that the prearms-passing bit from the autopilot
indicated prearms have passed was failing here because the yaw isn't
alighed until we frob channel 7.
The intent of the prearm seems ot have been to ensure we can get a
global position - that can be accomplished by polling the home position.
4 years ago
Peter Barker
9207bd8a8a
autotest: remove armability check from compass calibration test
...
The new prearm-checking code has shown that we're not actually armable
after all!
Even the new prearm bit won't tell you if you can arm - you have to arm
to test that!
4 years ago
Peter Barker
087300749c
autotest: ensure we have position without being armable for compass cal check
4 years ago
Peter Barker
38e324f141
autotest: do not check prearm bit in dataflash-over-mavlink
...
We won't be armable - but the other checks we make will ensure we get
the error we are looking for
Also use a more reliable way of draining the data from the autopilot
4 years ago
Peter Barker
5707d8ecc0
autotest: check new MAV_SYS_STATUS_PREARM_CHECK in wait_ready_to_arm
4 years ago
Andrew Tridgell
97cbf17d01
Tools: added HitecMosaic to autobuild
4 years ago
Andrew Tridgell
cb34025fef
Tools: added HitecMosaic bootloader
4 years ago
Andrew Tridgell
9fa60be1ba
AP_Periph: break out node status send
4 years ago
Andrew Tridgell
6ce9207394
AP_Periph: set HitecMosaic as AP_Periph target
4 years ago
Peter Barker
be52e642f7
autotest: adjust Replay gps bit to make final logfile replayable
4 years ago
Peter Barker
d0236ceac9
Replay: check_replay_branch.py: inspect all logs for replayability
4 years ago
Randy Mackay
28e769a79e
Tools: link AP_WheelEncoder for all vehicles
4 years ago
Andrew Tridgell
0c2770a8d4
AP_Periph: added DEBUG parameter for displaying stack usage
4 years ago
Andrew Tridgell
d586a2d853
AP_Periph: added magic FLASH_BOOTLOADER=42/43 values
...
when FLASH_BOOTLOADER=42 we will enter into a lockup loop, which will
trigger a watchdog. This is useful for testing watchdog support
4 years ago
Peter Barker
ba0367fa9f
Replay: add check_replay_branch.py to check for EKF output changes
...
Create a replay log using master branch.
Check out a specified branch, compile and run Replay against replay log
Run check_replay.py over the produced log
4 years ago
Peter Barker
8d756d8758
Replay: check_replay.py: default to print for progress function
4 years ago
Andrew Tridgell
4e4a044d5d
Tools: removed inhibitGps and inhibitGpsVertVel options
...
these were unused
4 years ago
Peter Barker
17f806cdb9
autotest: add test for execution of button-bound functions
4 years ago
Peter Barker
12f001066b
autotest: split out a wait_armed function
4 years ago
Peter Barker
211cd5255d
autotest: tweak beacon test to be replay-friendly
4 years ago