mavlink v0.7.0 APM.Message.SetMode 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.SetMode{
base_mode: APM.Types.mav_mode(),
custom_mode: MAVLink.Types.uint32_t(),
target_system: MAVLink.Types.uint8_t()
}
t() :: %APM.Message.SetMode{ base_mode: APM.Types.mav_mode(), custom_mode: MAVLink.Types.uint32_t(), target_system: MAVLink.Types.uint8_t() }
Set the system mode, as defined by enum MAV_MODE. There is no target component id as the mode is by definition for the overall aircraft, not only for one component.