View Source APM.Message.ParamMapRc (xmavlink_util v0.1.0)
Link to this section Summary
Link to this section Types
@type 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.