Skip to content

Can't parse POSITION_TARGET_GLOBAL_INT messages from ArduPlane 4.6.3 #484

@bringert

Description

@bringert

rust-mavlink 0.17.1 async fails to parse POSITION_TARGET_GLOBAL_INT messages from ArduPlane 4.6.3.

When using AsyncMavConnection::recv(), the message is skipped.

When using AsyncMavConnection::recv_raw() + mavlink::read_v2_msg(), this error is produced:

Failed to read message: InvalidFlag {
  flag_type: "PositionTargetTypemask",
  value: 65016,
}

I can build a minimal repro case if needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind:bugSomething is broken or behaving incorrectly and needs a fix.priority:1High priority.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions