mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 13:00:35 +08:00
refactor control_allocator: directly get the effectiveness matrix when updated
Reduces stack + RAM usage
This commit is contained in:
@@ -105,6 +105,8 @@ private:
|
||||
void update_allocation_method();
|
||||
void update_effectiveness_source();
|
||||
|
||||
void update_effectiveness_matrix_if_needed();
|
||||
|
||||
void publish_actuator_setpoint();
|
||||
void publish_control_allocator_status();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user