mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
control_allocator: update heli throttle + collective curve defaults
This commit is contained in:
@@ -429,7 +429,7 @@ parameters:
|
|||||||
num_instances: 5
|
num_instances: 5
|
||||||
min: 0
|
min: 0
|
||||||
max: 1
|
max: 1
|
||||||
default: [0, 0.3, 0.6, 0.8, 1]
|
default: [1, 1, 1, 1, 1]
|
||||||
CA_HELI_PITCH_C${i}:
|
CA_HELI_PITCH_C${i}:
|
||||||
description:
|
description:
|
||||||
short: Collective pitch curve at position ${i}
|
short: Collective pitch curve at position ${i}
|
||||||
@@ -443,7 +443,7 @@ parameters:
|
|||||||
num_instances: 5
|
num_instances: 5
|
||||||
min: -1
|
min: -1
|
||||||
max: 1
|
max: 1
|
||||||
default: [0.05, 0.15, 0.25, 0.35, 0.45]
|
default: [-0.05, 0.0725, 0.2, 0.325, 0.45]
|
||||||
CA_HELI_YAW_CP_S:
|
CA_HELI_YAW_CP_S:
|
||||||
description:
|
description:
|
||||||
short: Scale for yaw compensation based on collective pitch
|
short: Scale for yaw compensation based on collective pitch
|
||||||
|
|||||||
Reference in New Issue
Block a user