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

getting mavsdk version #671

Open
Jai-GAY opened this issue Mar 21, 2024 · 5 comments
Open

getting mavsdk version #671

Jai-GAY opened this issue Mar 21, 2024 · 5 comments
Labels

Comments

@Jai-GAY
Copy link

Jai-GAY commented Mar 21, 2024

Is it the correct way to retrieve it?

print("System server version : ", mavsdk.major, " ", mavsdk.minor)
output
System server version : 3 10

https://github.com/mavlink/MAVSDK/releases
https://github.com/mavlink/MAVSDK-Python/releases

@arpitpara
Copy link
Contributor

No, The Latest Mavsdk Version available is - 2.1
This might be your python version, Really Not sure about it.
You can check the mavsdk version in your MAVSdk-Python Repo, Through
cat MAVSDK_SERVER_VERSION, this will be your downloaded github repo. It sometimes differs to your installed mavsdk server version.
Check through
sudo apt search libmavsdk-dev

@Jai-GAY
Copy link
Author

Jai-GAY commented Mar 21, 2024

This might be your python version, Really Not sure about it.

Yes, that is my Python 3 version as well. maybe. Yes, I am very sure my Mavsdk-python is 2.1.0.

@arpitpara
Copy link
Contributor

Ok.
Then You can close the issue if you're able to find the version.

@Jai-GAY
Copy link
Author

Jai-GAY commented Mar 21, 2024

Ok. Then You can close the issue if you're able to find the version.

No, I cannot through Python 3 code.

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

No branches or pull requests

3 participants