-
Notifications
You must be signed in to change notification settings - Fork 18.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plane: combined patches for 4.2 on large quadplanes #21031
Open
tridge
wants to merge
61
commits into
ArduPilot:Plane-4.2
Choose a base branch
from
tridge:pr-plane4.2-bigplane
base: Plane-4.2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,144
−418
Conversation
This file contains 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
61acac2
to
b43edc4
Compare
39c2ff4
to
75d2c37
Compare
save on param count for most users
save flash on smaller boards
this should save quite a lot of CPU. Only the active gyro impacts vehicle flight
when we reset a notch we need to init the stored values to the current value, rather than assuming that zero is the right value this matters when switching IMUs in flight when we are only running notch filters on the active gyro
this allows for much more complex filter setups as long as not filtering on all IMUs
also fix a mavlink buffer starvation issue
this allows for the ESC telemetry to be remapped to a lower range for GCS displays. Users often want their quadplane ESCs to show up as ESCs 1 to 8 instead of the high numbers used internally
this prevents a build error and saves flash
…ter IMU data for FFT remove batch logging bitfields
this allows for any output to be an ESC, which allows for proper simulation of quadplanes with ESCs on outputs 5-8 or 9-12, for testing notch filtering
this allows for the number of dynamic filters on a harmonic notch filter to expand at runtime, which allows for ESC RPMs to be populated from other than AP_Motors, such as with lua scripts or for fwd motors in a SLT quadplane
use INS_MAX_NOTCHES instead, allowing for more ESCs to be added by lua scripts
generate noise based on motor_mask
this fixes ESC telem for quadplanes with motors at 5-8 or 9-12
75d2c37
to
a3fc056
Compare
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 branch tracks 4.2 stable, but with some extra features: