mavlink v0.7.0 APM.Message.ParamMapRc 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.ParamMapRc{
param_id: [char()],
param_index: MAVLink.Types.int16_t(),
param_value0: Float32,
param_value_max: Float32,
param_value_min: Float32,
parameter_rc_channel_index: MAVLink.Types.uint8_t(),
scale: Float32,
target_component: MAVLink.Types.uint8_t(),
target_system: MAVLink.Types.uint8_t()
}
t() :: %APM.Message.ParamMapRc{ param_id: [char()], param_index: MAVLink.Types.int16_t(), param_value0: Float32, param_value_max: Float32, param_value_min: Float32, parameter_rc_channel_index: MAVLink.Types.uint8_t(), scale: Float32, target_component: MAVLink.Types.uint8_t(), target_system: MAVLink.Types.uint8_t() }
Bind a RC channel to a parameter. The parameter should change according to the RC channel value.