ActuatorEffectiveness: add comments to EffectivenessUpdateReason

from information previously only available in the commit message.
This commit is contained in:
Matthias Grob
2023-02-21 16:20:32 +01:00
parent 37899269a8
commit 6a3a0d136b
@@ -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: