mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 08:10:35 +08:00
MC mixer: replace multirotor_motor_limits by control_allocator_status
CA: fix saturation computation Since the CA matrix is normalized, the same scale applied to be used when using the effectiveness matrix MCRateControl: use control_allocator_status to get saturation info
This commit is contained in:
@@ -112,7 +112,6 @@ private:
|
||||
void publish_control_allocator_status();
|
||||
|
||||
void publish_legacy_actuator_controls();
|
||||
void publish_legacy_multirotor_motor_limits();
|
||||
|
||||
enum class AllocationMethod {
|
||||
NONE = -1,
|
||||
|
||||
Reference in New Issue
Block a user