diff --git a/src/lib/control_allocation/actuator_effectiveness/ActuatorEffectiveness.hpp b/src/lib/control_allocation/actuator_effectiveness/ActuatorEffectiveness.hpp index 0ddd4988f3..444714b960 100644 --- a/src/lib/control_allocation/actuator_effectiveness/ActuatorEffectiveness.hpp +++ b/src/lib/control_allocation/actuator_effectiveness/ActuatorEffectiveness.hpp @@ -62,11 +62,10 @@ enum class ActuatorType { enum class EffectivenessUpdateReason { NO_EXTERNAL_UPDATE = 0, - CONFIGURATION_UPDATE = 1, - MOTOR_ACTIVATION_UPDATE = 2, + CONFIGURATION_UPDATE = 1, ///< config changes (parameter) + MOTOR_ACTIVATION_UPDATE = 2, ///< motor failure detected or certain redundant motors are switched off to save energy }; - class ActuatorEffectiveness { public: