mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-09 02:10:37 +08:00
control_allocator: remove failed motor from effectiveness
- limit to handling only 1 motor failure - Log which motor failures are handled - Remove motor from effectiveness matrix without recomputing the scale / normalization
This commit is contained in:
committed by
Beat Küng
parent
fb71e7587c
commit
20ccfbb719
@@ -436,6 +436,19 @@ parameters:
|
||||
max: 1
|
||||
default: [0.05, 0.15, 0.25, 0.35, 0.45]
|
||||
|
||||
# Others
|
||||
CA_FAILURE_MODE:
|
||||
description:
|
||||
short: Motor failure handling mode
|
||||
long: |
|
||||
This is used to specify how to handle motor failures
|
||||
reported by failure detector.
|
||||
type: enum
|
||||
values:
|
||||
0: Ignore
|
||||
1: Remove first failed motor from effectiveness
|
||||
default: 0
|
||||
|
||||
# Mixer
|
||||
mixer:
|
||||
actuator_types:
|
||||
|
||||
Reference in New Issue
Block a user