Added sensor disabling RC options for 4.0 (NO NOT MERGE)#216
Open
tridge wants to merge 9 commits intomttr-rebase-4.0from
Open
Added sensor disabling RC options for 4.0 (NO NOT MERGE)#216tridge wants to merge 9 commits intomttr-rebase-4.0from
tridge wants to merge 9 commits intomttr-rebase-4.0from
Conversation
7a7b10f to
f7fa1ca
Compare
* APM-124: Change bootloader serial port to SERIAL_1 from SERIAL_5 The Flight Management Computer (FMC) connects to Ardupilot on SERIAL_1. This changes the booloader serial port from SERIAL_5 to SERIAL_1 so the FMC can update the Ardupilot's firmware using uploader.py. * APM-134: Secondary Mag health (#219) * APM-134: Secondary Mag health * AP_Compass: added register checking for AK09916 mode this allows AK09916 on I2C to recover from a power outage in flight * APM-138 Add SBAS disable option for test - added option to disable SBAS for GPS1, GPS2, or both - SBAS disabled via RC - add GNSS param defaults * AP_GPS: fixed switch to incorrect GPS from blended (#223) * AP_GPS: fixed switch to incorrect GPS from blended new GPS could have been about to time out * Bugfix/apm 144 gps2 low sats alert (#226) * AP_NavEKF2 AP_NavEKF3: Fix set alert for GPS1 and GPS2 in sat check Co-authored-by: zalice <48697569+zalice@users.noreply.github.com> * updated output to properly report SBAS status Co-authored-by: Dat Tran <dat.tran@matternet.us> Co-authored-by: dat-tran-matternet <79175627+dat-tran-matternet@users.noreply.github.com> Co-authored-by: Andrew Tridgell <andrew@tridgell.net> Co-authored-by: zalice <48697569+zalice@users.noreply.github.com> Co-authored-by: Alice Zielman <alice@matternet.us>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a set of sensor disabling options for testing failure handling for 4.0. Each is enabled with a RCn_OPTION parameter.
Options are:
This PR will need to be validated in bench testing before flight testing