You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would also be good to format the output values as floats, since not all parameters are integers (as brought up here). Likely worth changing to .format syntax (or f-strings, but since they require Python >= 3.6 they aren't compatible with the current companion, so would only work on the surface computer or a companion with a more recent Python version)
The text was updated successfully, but these errors were encountered:
Existing docs could be updated to make use of
master.param_fetch_*
, andmaster.param_set_send
orpymavlink.mavparm.MAVParmDict.mavset
.Would also be good to format the output values as floats, since not all parameters are integers (as brought up here). Likely worth changing to
.format
syntax (orf-strings
, but since they require Python >= 3.6 they aren't compatible with the current companion, so would only work on the surface computer or a companion with a more recent Python version)The text was updated successfully, but these errors were encountered: