-
-
Notifications
You must be signed in to change notification settings - Fork 509
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
Emergency! help help!!!!I am from China, you are a great and lovely group of people, I have a problem now, #2437
Comments
We want to open a ground station platform using java/vue.js. This platform can manage multiple drones. And the platform can control different drones and obtain data from different drones. This flowchart is a traditional solution, but I think the development workload is too large (netty+mavlink+tcp/mqtt). I want to use your mavsdk_server. I don’t know much about c++. Now I only compile and run mavsdk_server, but I found many problems when I tested it through java api (io.mavsdk)?
|
Hi! 1./2. mavsdk_server only supports one drone. This means you need to start multiple mavsdk_server instances, one per drone. |
very thanks! Friends from a distant land
|
I really long for your free country. |
Which port would be dynamic? Maybe you could you change the port that PX4 sends MAVLink to, and then route it to the right docker container. |
PX4 will not be used. The production environment is directly connected to the drone (to be precise, the ARM device mounted under the drone cabin).
|
MAVSDK does support TCP as well, however, TCP server conditions are only in the main branch, and not in v2.12 (see #2342). |
thanks my bro |
The text was updated successfully, but these errors were encountered: