-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Dynamic RC Filtering #788
Draft
nerdCopter
wants to merge
4
commits into
emuflight-1.0.0-master
Choose a base branch
from
20220329_cherry-pick_Dynamic_RC_Filtering
base: emuflight-1.0.0-master
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.
Draft
Dynamic RC Filtering #788
nerdCopter
wants to merge
4
commits into
emuflight-1.0.0-master
from
20220329_cherry-pick_Dynamic_RC_Filtering
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
07ddd2b
to
7015291
Compare
0526878
to
c47d0e9
Compare
7015291
to
4a922e6
Compare
c47d0e9
to
912fc74
Compare
4a922e6
to
64a1957
Compare
912fc74
to
59e7c8c
Compare
0c4ee8b
to
3aab740
Compare
59e7c8c
to
57135ce
Compare
3aab740
to
e86e758
Compare
57135ce
to
0fc2ae7
Compare
Quick-Flash
reviewed
Sep 14, 2022
fe70257
to
fe7710c
Compare
28b0855
to
0b41710
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.
The idea is to decrease rc filtering when you really bang your sticks. The reasoning is that if your racing you probably don't care a lot about fast movement, but slow movements you likely want to have filtered quite high, this would be a way to accomplish that.
TODO add logging variables for this, perhaps add it to the osd, and test this code.