Trainer special function "Sticks" keeping actual stick values intact #3162
raphaelcoeffic
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Isn't using the stick value rather than the input for throttle timers not great anyway? If you have a curve applied to the input that keeps the output quite low until ~75% throttle is applied (hockeystick curve) and a throttle percentage based timer, I would expect the percentage to be calculated after applying the input curve, not before? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Please have a look at the proposal in issue #5532 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently (
2.8
), the trainer custom function "Sticks" does replace the stick values at a very early stage (while applying ADC calibration values), thus making it impossible to access these values while the trainer signal is valid.I'm wondering whether it would not make more sense to replace the stick values used while evaluating inputs, thus leaving the stick values untouched.
Obviously, this would have some implications, for example when evaluating the throttle for timers (currently the stick value is used rather than the input value) or throttle warnings. These issues would need to be sorted out (not clear yet how).
Beta Was this translation helpful? Give feedback.
All reactions