Skip to content
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

Suggestion : Graphical display of transition effect, calculate and display feed forward amount #1109

Open
ctzsnooze opened this issue Jul 12, 2018 · 1 comment

Comments

@ctzsnooze
Copy link
Member

ctzsnooze commented Jul 12, 2018

Few people understand the way in which the D weight (stick feed forward) factor is attenuated in relation to stick angle.

The absolute amount of the feed forward effect (PID 'boost' derived from rate of change of sticks) depends on the amount of D itself, as well as the D weight. The absolute amount of that boost could be represented as D * weight (where the weight of 1 equals 100 CLI units). For example, if someone had D at 35 and weight of 1, that could be considered to be 35 feed forward units. And if someone had D at 20 and weight of 0.5, that could be considered as 10 feed forward units.

A simple graphic could be developed, like the 'rates' graphic, to visualise the absolute amount of feed forward effect and the influence of stick position on that feed forward.

I think a graphic might much better explain what is happening to the feed forward effect when people change D, D weight, and transition, rather than just the numbers.

Overall colour and concept would be as per the current rates graphic.

Horizontal axis would be stick angle, and vertical axis would be feed forward units, defaulting to at 0-100.

Examples of the graphic:

D of 25, weight 1.0, transition 0.25:
d25_weight100_transition25

D of 34, weight 1.0, transition 0.5:
d34_weight100_transition50

D of 25, weight 1.0, transition 0 (or D of 50, weight .5, transition 0):
d25_weight100_transition10

D of 34, weight 1.0, transition 0:
d34_weight100_transition0

D of 34, weight 1.0, transition 0.1
d34_weight100_transition10

@McGiverGim
Copy link
Member

Good idea. Maybe we need first to change a little the PID page to make space for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants