mavlink v0.7.0 APM.Message.CommandAck View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %APM.Message.CommandAck{
command: APM.Types.mav_cmd(),
result: APM.Types.mav_result()
}
t() :: %APM.Message.CommandAck{ command: APM.Types.mav_cmd(), result: APM.Types.mav_result() }
Report status of a command. Includes feedback whether the command was executed. The command microservice is documented at https://mavlink.io/en/services/command.html