Skip to content
New issue

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

Is there a way to listen to NAMED_VALUE_INT command? #192

Open
viona31 opened this issue Mar 22, 2021 · 1 comment
Open

Is there a way to listen to NAMED_VALUE_INT command? #192

viona31 opened this issue Mar 22, 2021 · 1 comment

Comments

@viona31
Copy link

viona31 commented Mar 22, 2021

We wan't to listen to https://mavlink.io/en/messages/common.html#NAMED_VALUE_INT command with its data. Is there a way to do it with the SDK?

@JonasVautherin
Copy link
Collaborator

The description says:

Send a key-value pair as integer. The use of this message is discouraged for normal packets, but a quite efficient way for testing new messages and getting experimental debug output.

I would say that for experimenting, you should try with MAVSDK-C++ using the mavlink_passthrough plugin, that will give you low-level access to MAVLink messages 🙂.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants