-
Notifications
You must be signed in to change notification settings - Fork 25
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
How do I connect multiple drones? #219
Comments
You need to run one MAVSDK instance per drone. So you cannot have them all broadcast on Does that make sense? |
ok thanks
…---Original---
From: "Jonas ***@***.***>
Date: Thu, Nov 3, 2022 18:33 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [mavlink/MAVSDK-Swift] How do I connect multiple drones? (Issue#219)
You need to run one MAVSDK instance per drone. So you cannot have them all broadcast on udp://:14550 (instead they should broadcast on different ports).
Does that make sense?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Is there a way to parse drone broadcasts through Mavsdk
…---Original---
From: "Jonas ***@***.***>
Date: Thu, Nov 3, 2022 18:33 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [mavlink/MAVSDK-Swift] How do I connect multiple drones? (Issue#219)
You need to run one MAVSDK instance per drone. So you cannot have them all broadcast on udp://:14550 (instead they should broadcast on different ports).
Does that make sense?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
No, not in Swift |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How do you get information about nearby drones before you connect them? Is it obtained through UDP broadcast? The data obtained by UDP cannot be parsed. mavlink is required to parse the data. Procedure How do multiple drones connect? Do I instantiate multiple mavsdk.startServer(systemAddress: "udp://:14550 ") methods?
The text was updated successfully, but these errors were encountered: