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

MAVSDK v2.14.0 regression: getParamInt not working correctly anymore (it works on v2.13.0) #2477

Closed
rayw-dronesense opened this issue Dec 18, 2024 · 3 comments · Fixed by mavlink/MAVSDK-Java#199
Labels

Comments

@rayw-dronesense
Copy link
Contributor

rayw-dronesense commented Dec 18, 2024

Repro steps

  1. Use v2.14.0
  2. Connect an ArduPilot aircraft (can even be the SITL sim)
  3. Use the API param.getParamInt("RTL_ALT") to fetch the Return to Launch Altitude

Expected result

The value is fetched successfully

Actual result

io.mavsdk.param.Param$ParamException: TIMEOUT: Timeout

Notes

Works just fine after reverting to v2.13.0

@julianoes
Copy link
Collaborator

Oh, dear, I fixed one thing but broke another. Thanks for reporting this.

@julianoes julianoes added the bug label Dec 18, 2024
@julianoes
Copy link
Collaborator

I can reproduce this.

@julianoes
Copy link
Collaborator

Fixed in v2.14.1.

matthieu-db added a commit to matthieu-db/MAVSDK-Java that referenced this issue Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants