mavlink / MAVSDK-Java

MAVSDK client for Java.
71 stars 41 forks source link

Is there a possibility to launch MAVSDK Java server on Ubuntu? #26

Closed KrisRadowski closed 4 years ago

KrisRadowski commented 4 years ago

Hey,

I want to launch MAVSDK Java server on Ubuntu, because I'm simulating there drones. Is it possible? (If yes, how to do that?)

JonasVautherin commented 4 years ago

Hello!

I am not sure I understand exactly your concern. If what you want to do is write a Java application using MAVSDK, and run it on your Ubuntu machine to control drones, then yes, that's possible. Did you have a look at the java examples?

Note that the drones don't have to be simulated on your machine. All you need is a MAVLink connection between your application and the drone. Some examples:

Does that help?

KrisRadowski commented 4 years ago

yes, that's does it, thanks for help :)