You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/MixerProfile.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ The use of Transition Mode is recommended to enable further features and future
31
31
- If switched OFF before hot-switch completes, the manual transition request is aborted.
32
32
33
33
This edge-triggered behavior is enabled by `mixer_vtol_manualswitch_autotransition_controller`.
34
+
Set `mixer_vtol_manualswitch_autotransition_controller = ON` in both mixer profiles (MC and FW) used for switching to keep manual transition semantics consistent after profile hot-switch.
34
35
When `mixer_vtol_manualswitch_autotransition_controller = OFF`, manual transition keeps legacy behavior.
35
36
With manual auto-transition enabled, Active Modes `MIXER TRANSITION` now indicates that the internal transition controller/mixing is actually active, not merely that the RC `MIXER TRANSITION` switch is active.
36
37
Active Modes `MIXER PROFILE 2` indicates the currently active mixer profile.
- Keep `mixer_vtol_manualswitch_autotransition_controller` ON in both profiles used by this mapping.
47
49
- Avoid overlapping FW selection and transition trigger in the same position.
48
50
- Avoid 2-position setups where one position activates both `MIXER PROFILE 2` and `MIXER TRANSITION`.
49
51
- Overlapping mode activation can produce order-dependent behavior (direct profile switch path vs transition-controller path), which is unpredictable and not recommended.
Enables edge-triggered manual VTOL transition controller for `MIXER TRANSITION` when not in waypoint mission. OFF keeps legacy manual transition behavior.
3225
+
Enables edge-triggered manual VTOL transition controller for `MIXER TRANSITION` when not in waypoint mission. OFF keeps legacy manual transition behavior. For consistent manual transition semantics, enable this in both mixer profiles.
- Keep `mixer_vtol_manualswitch_autotransition_controller` ON in both profiles used by this mapping.
334
336
- Do not overlap/merge FW selection and transition trigger in the same switch position.
335
337
- Do not use a 2-position mapping where one position enables both `MIXER PROFILE 2` and `MIXER TRANSITION`.
336
338
- Mixing these mode conditions can cause race/order-dependent behavior (direct profile switch versus transition state machine), which is unpredictable in flight.
description: "Enables edge-triggered manual VTOL transition controller for `MIXER TRANSITION` when not in waypoint mission. OFF keeps legacy manual transition behavior."
1301
+
description: "Enables edge-triggered manual VTOL transition controller for `MIXER TRANSITION` when not in waypoint mission. OFF keeps legacy manual transition behavior. For consistent manual transition semantics, enable this in both mixer profiles."
0 commit comments