-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
rework rc channel remapping #8150
base: master
Are you sure you want to change the base?
Conversation
To play Devil's advocate. Why would anyone need to remap channels 5-8? These are just mixes in the transmitter. |
My personal reasons:
|
1. For variable pitch aircraft, the throttle-stick is collective pitch, the throttle channel needs to go elsewhere 2. Not all TXes can map this 3. the channel limit was hard coded before, now it respects MAX_MAPPABLE_RX_INPUTS 4. it can be done with Betaflight in the same way 5. it does not hurt |
|
I also would like to play the Devil's advocate over here, especially on the CP helis. The throttle has to go whenever it has to go. Throttle is a piece of information for FC of the throttle stick position, not ESC output or CPC output. The main problem is that INAV does not support CP Helis natively and an option to remap does not really help over here at all. Actually, INAV removed the option of full channel remap a few years ago as it turned out, nobody was using that and it was only causing problems in some of the cases. This was a deliberate choice that as aimed at setup simplification. The examples that you gave for radios applies only for the case where this radio is used to work directly or via dedicated heli gyro. If one day INAV will support CP helis, it will support it fully, with all the functions where all the ESC and servos on the heli are plugged in and INAV will handle all the aspects of mixing and motor management. Let's keep this PR open, maybe reality will change |
merge changes from iNacFlight/inav master
Thanks for your thoughts on this topic. |
There is one more probable problem, right now the blackbox only logs the first four RC channels, if they are not in the first four channel positions they wont be logged at all. |
Allow remapping of rc channels 1-8 for example TAER1234, AERT2134 or 3AER12T4.
iNavFlight/inav-configurator#1560