mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 06:00:36 +08:00
CA: reload CA matrix to newly created CA class properly
Also remove the dependency of ActuatorEffectivenessMultirotor to param update uORB topic; the CA module sends a "force" parameter when needed
This commit is contained in:
@@ -105,7 +105,7 @@ private:
|
||||
void update_allocation_method();
|
||||
void update_effectiveness_source();
|
||||
|
||||
void update_effectiveness_matrix_if_needed();
|
||||
void update_effectiveness_matrix_if_needed(bool force = false);
|
||||
|
||||
void publish_actuator_setpoint();
|
||||
void publish_control_allocator_status();
|
||||
|
||||
Reference in New Issue
Block a user