mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-26 08:04:47 +08:00
feat(msg): add VEHICLE_CMD_ACTUATOR_GROUP_TEST for actuator group testing
matching - https://github.com/mavlink/mavlink/pull/2224 - https://github.com/mavlink/mavlink/pull/2476
This commit is contained in:
@@ -18,5 +18,7 @@ int8[16] actuator_saturation # Indicates actuator saturation status.
|
||||
# Note 1: actuator saturation does not necessarily imply that the thrust setpoint or the torque setpoint were not achieved.
|
||||
# Note 2: an actuator with limited dynamics can be indicated as upper-saturated even if it as not reached its maximum value.
|
||||
|
||||
uint16 handled_motor_failure_mask # Bitmask of failed motors that were removed from the allocation / effectiveness matrix. Not necessarily identical to the report from FailureDetector
|
||||
uint16 motor_stop_mask # Bitmaks of motors stopped by failure injection
|
||||
uint16 handled_motor_failure_mask # Bitmask of failed motors that were removed from the allocation / effectiveness matrix. Not necessarily identical to the report from FailureDetector
|
||||
uint16 motor_stop_mask # Bitmaks of motors stopped by failure injection
|
||||
|
||||
bool actuator_group_preflight_check_active # True while an actuator group preflight check (VEHICLE_CMD_ACTUATOR_GROUP_TEST) is overriding the torque/thrust setpoint or collective-tilt
|
||||
|
||||
Reference in New Issue
Block a user