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
Currently working with latest version of this SDK for Android application, already work on the drone connection and getting some information from the telemetry module.
But i can't find a way to obtain the wind speed or wind direction from the telemetry pack, any idea how this is done?
I found in the MAVLINK documentation that there is some wind information https://mavlink.io/en/messages/common.html#WIND_COV
So the question would be how can i get that wind information with this Android SDK
Thanks
The text was updated successfully, but these errors were encountered:
In C++ it's possible to subscribe to any MAVLink message using MavlinkPassthrough, however, not in the language wrappers like Java, yet. I'm planning to add (runtime) passthrough for the language wrappers based on https://github.com/Auterion/libmav for v4.
Currently working with latest version of this SDK for Android application, already work on the drone connection and getting some information from the telemetry module.
But i can't find a way to obtain the wind speed or wind direction from the telemetry pack, any idea how this is done?
I found in the MAVLINK documentation that there is some wind information https://mavlink.io/en/messages/common.html#WIND_COV
So the question would be how can i get that wind information with this Android SDK
Thanks
The text was updated successfully, but these errors were encountered: