XMAVLink.Util.ParamSet (xmavlink v0.12.1)

Copy Markdown View Source

Convenience helper for setting cached MAVLink parameters.

The helper uses the parameter type cached by XMAVLink.Util.CacheManager, sends PARAM_SET, and waits for a matching PARAM_VALUE confirmation. Retries are bounded by default; pass :retries, :retry_interval_ms, or :router in the options to override the defaults.

Summary

Functions

param_set(param, new_value, opts \\ [])

param_set(system_id, component_id, mavlink_version, param, new_value, opts \\ [])