mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 17:54:07 +08:00
ActuatorEffectiveness: clarify purpose of NO_EXTERNAL_UPDATE
This commit is contained in:
parent
d2382184df
commit
1f7a8048cf
@ -61,7 +61,7 @@ enum class ActuatorType {
|
||||
};
|
||||
|
||||
enum class EffectivenessUpdateReason {
|
||||
NO_EXTERNAL_UPDATE = 0,
|
||||
NO_EXTERNAL_UPDATE = 0, ///< Only update the effectiveness matrix if rotor tilt has changed significantly
|
||||
CONFIGURATION_UPDATE = 1, ///< config changes (parameter)
|
||||
MOTOR_ACTIVATION_UPDATE = 2, ///< motor failure detected or certain redundant motors are switched off to save energy
|
||||
BATTERY_SCALE_UPDATE = 3, ///< Update with low rate to recalculate battery scale compensation
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user