mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 03:24:07 +08:00
ActuatorEffectiveness: add comments to EffectivenessUpdateReason
from information previously only available in the commit message.
This commit is contained in:
parent
4582bf8f9d
commit
cb8bb6bae0
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user