mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
CA/VTOL: change description of VT_ELEV_MC_LOCK as it applies to not just elevons
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
parent
18008b2de7
commit
426aa76a59
@ -525,7 +525,7 @@ mixer:
|
||||
- name: 'CA_SV_CS${i}_TRIM'
|
||||
label: 'Trim'
|
||||
parameters:
|
||||
- label: 'Lock elevons in MC mode'
|
||||
- label: 'Lock control surfaces in hover'
|
||||
name: VT_ELEV_MC_LOCK
|
||||
|
||||
3: # Tiltrotor VTOL
|
||||
@ -565,7 +565,7 @@ mixer:
|
||||
- name: 'CA_SV_CS${i}_TRIM'
|
||||
label: 'Trim'
|
||||
parameters:
|
||||
- label: 'Lock elevons in MC mode'
|
||||
- label: 'Lock control surfaces in hover'
|
||||
name: VT_ELEV_MC_LOCK
|
||||
- actuator_type: 'servo'
|
||||
group_label: 'Tilt Servos'
|
||||
@ -617,7 +617,7 @@ mixer:
|
||||
- name: 'CA_SV_CS${i}_TRIM'
|
||||
label: 'Trim'
|
||||
parameters:
|
||||
- label: 'Lock elevons in MC mode'
|
||||
- label: 'Lock control surfaces in hover'
|
||||
name: VT_ELEV_MC_LOCK
|
||||
|
||||
5: # Rover (Ackermann)
|
||||
|
||||
@ -77,9 +77,9 @@ PARAM_DEFINE_INT32(VT_FW_PERM_STAB, 0);
|
||||
PARAM_DEFINE_INT32(VT_TYPE, 0);
|
||||
|
||||
/**
|
||||
* Lock elevons in multicopter mode
|
||||
* Lock control surfaces in hover
|
||||
*
|
||||
* If set to 1 the elevons are locked in multicopter mode
|
||||
* If set to 1 the control surfaces are locked at the disarmed value in multicopter mode.
|
||||
*
|
||||
* @boolean
|
||||
* @group VTOL Attitude Control
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user