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
param.getParamInt("RTL_ALT")
The value is fetched successfully
io.mavsdk.param.Param$ParamException: TIMEOUT: Timeout
Works just fine after reverting to v2.13.0
The text was updated successfully, but these errors were encountered:
Oh, dear, I fixed one thing but broke another. Thanks for reporting this.
Sorry, something went wrong.
I can reproduce this.
Fixed in v2.14.1.
Update mavsdk_server to 2.14.1
879945d
This is to fix mavlink/MAVSDK#2477
Successfully merging a pull request may close this issue.
Repro steps
param.getParamInt("RTL_ALT")
to fetch the Return to Launch AltitudeExpected result
The value is fetched successfully
Actual result
Notes
Works just fine after reverting to v2.13.0
The text was updated successfully, but these errors were encountered: