Browse Source
PX4 supports int32 parameter types by interpreting the 32 bits in the float field as an int32 field. To signal this behaviour, it should set the bit which is described as PARAM_ENCODE_BYTEWISE. PX4 had always handled parameters this way but never actually sent the capability (which back then was called PARAM_UNION), however, it should have. This came up recently in the MAVLink devcall when these flags were discussed. The takeaway was to remove the flags to make it clearer and to make sure the projects (like PX4) send them out correctly.v1.13.0-BW
Julian Oes
3 years ago
committed by
Lorenz Meier
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue