We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const commandMessage: Message.CommandLong = { type: MAVLinkType.COMMAND_LONG, param1: param1, param2: param2, param3: param3, param4: param4, param5: param5, param6: param6, param7: param7, command: { type: mav_command, }, target_system: this.currentSystemId, target_component: 1, confirmation: 0, }
type should not be necessary for mav_command
The text was updated successfully, but these errors were encountered:
This comes from rust-mavlink, right?
The workaround on our side would be a string replacement.
Sorry, something went wrong.
No branches or pull requests
e.g:
type should not be necessary for mav_command
The text was updated successfully, but these errors were encountered: