mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-21 23:50:36 +08:00
control_allocator: show motor axis for MC (as advanced)
This commit is contained in:
@@ -556,6 +556,18 @@ mixer:
|
|||||||
label: 'Direction CCW'
|
label: 'Direction CCW'
|
||||||
function: 'spin-dir'
|
function: 'spin-dir'
|
||||||
show_as: 'true-if-positive'
|
show_as: 'true-if-positive'
|
||||||
|
- name: 'CA_ROTOR${i}_AX'
|
||||||
|
label: 'Axis X'
|
||||||
|
function: 'axisx'
|
||||||
|
advanced: true
|
||||||
|
- name: 'CA_ROTOR${i}_AY'
|
||||||
|
label: 'Axis Y'
|
||||||
|
function: 'axisy'
|
||||||
|
advanced: true
|
||||||
|
- name: 'CA_ROTOR${i}_AZ'
|
||||||
|
label: 'Axis Z'
|
||||||
|
function: 'axisz'
|
||||||
|
advanced: true
|
||||||
|
|
||||||
1: # Fixed Wing
|
1: # Fixed Wing
|
||||||
title: 'Fixed Wing'
|
title: 'Fixed Wing'
|
||||||
|
|||||||
Reference in New Issue
Block a user