-
Notifications
You must be signed in to change notification settings - Fork 46
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
Question: Forwarding RTCM Data with Rtk Plugin #195
Comments
This should be fixed with v3 where base64 is used. |
How can I update to v3, I don't see Mavsdk-JAVA release v3 in the main project page, is this coming out soon? Thanks! |
It is coming soon, yes. |
@julianoes Thanks! Do you have an estimated release date for v3, is there any alternative I can do in the mean time to improve my uncertainty and accuracy? |
What about this week. |
That would be perfect, thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
`
`
Is this the correct way of forwarding RTCM Data to the drone to achieve RTK Fixed?
I got forwarding data result Success but my horizontal uncertainty and vertical uncertainty from the RawGps plugin is still very high. If I leave my FlightController in one place and not move it for 5 minutes, the position uncertainty could get down to less than 3 cm and the flight controller can achieve RTK Fixed status. My goal is to achieve RTK Fixed status at all time when RTCM data is forwarded. Do you think the way I'm forwarding RTCM Data might affect the position uncertainty? Or could it be that the data I'm getting is not very effective?
MavSDK v2.0.1 with Ardupilot v4.4.4
Thank you.
The text was updated successfully, but these errors were encountered: