mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-09 08:20:34 +08:00
control_allocator: remove min/max/scale params
This commit is contained in:
@@ -18,6 +18,17 @@ parameters:
|
||||
2: Tiltrotor VTOL (WIP)
|
||||
default: 0
|
||||
|
||||
CA_METHOD:
|
||||
description:
|
||||
short: Control allocation method
|
||||
long: |
|
||||
Selects the algorithm and desaturation method
|
||||
type: enum
|
||||
values:
|
||||
0: Pseudo-inverse with output clipping
|
||||
1: Pseudo-inverse with sequential desaturation technique
|
||||
default: 1
|
||||
|
||||
# MC rotors
|
||||
CA_MC_R_COUNT:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user