Skip to content

Can't able to run the Mavsdk on Windows #754

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

Open
FrMohamedFaris opened this issue Mar 20, 2025 · 1 comment
Open

Can't able to run the Mavsdk on Windows #754

FrMohamedFaris opened this issue Mar 20, 2025 · 1 comment
Labels

Comments

@FrMohamedFaris
Copy link

We are utilizing MavSDK to operate a ground station control that we are constructing. Additionally, we installed every library that was included with the MavSDK in order to build up the project. We are unable to run the Python script, and the message indicates that the mavsdk-binary module must be installed.

Image

And we followed the step also but it showing up like this

Image

Note: I am using COM Serial port to connect the Flight Controller and also tried up with the telemetry using serial connection

@julianoes
Copy link
Collaborator

So you start the mavsdk_server_bin.exe with the default connection string udp://:14540 but you will want to add serial://COMx:baudrate as an argument.

And then in Python, you need to make sure to use the correct System('localhost', port=50051) line.

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

2 participants