-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
nerdCopter
force-pushed
the
emuflight-1.0.0-master
branch
from
May 22, 2022 20:05
07ddd2b
to
7015291
Compare
nerdCopter
force-pushed
the
20220329_cherry-pick_Dynamic_RC_Filtering
branch
from
May 26, 2022 13:30
0526878
to
c47d0e9
Compare
nerdCopter
force-pushed
the
emuflight-1.0.0-master
branch
from
May 26, 2022 15:47
7015291
to
4a922e6
Compare
nerdCopter
force-pushed
the
20220329_cherry-pick_Dynamic_RC_Filtering
branch
from
May 26, 2022 15:49
c47d0e9
to
912fc74
Compare
nerdCopter
force-pushed
the
emuflight-1.0.0-master
branch
from
May 31, 2022 16:09
4a922e6
to
64a1957
Compare
nerdCopter
force-pushed
the
20220329_cherry-pick_Dynamic_RC_Filtering
branch
from
June 2, 2022 15:03
912fc74
to
59e7c8c
Compare
nerdCopter
force-pushed
the
emuflight-1.0.0-master
branch
2 times, most recently
from
June 11, 2022 20:52
0c4ee8b
to
3aab740
Compare
nerdCopter
force-pushed
the
20220329_cherry-pick_Dynamic_RC_Filtering
branch
from
July 6, 2022 16:23
59e7c8c
to
57135ce
Compare
nerdCopter
force-pushed
the
emuflight-1.0.0-master
branch
from
July 15, 2022 14:16
3aab740
to
e86e758
Compare
nerdCopter
force-pushed
the
20220329_cherry-pick_Dynamic_RC_Filtering
branch
from
July 15, 2022 14:47
57135ce
to
0fc2ae7
Compare
Quick-Flash
reviewed
Sep 14, 2022
nerdCopter
force-pushed
the
emuflight-1.0.0-master
branch
2 times, most recently
from
November 22, 2022 19:11
fe70257
to
fe7710c
Compare
nerdCopter
force-pushed
the
20220329_cherry-pick_Dynamic_RC_Filtering
branch
from
November 22, 2022 19:32
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.