MAVSDK-Java icon indicating copy to clipboard operation
MAVSDK-Java copied to clipboard

MAVSDK client for Java.

Results 36 MAVSDK-Java issues
Sort by recently updated
recently updated
newest added

When i take photo, and Listen for this method Disposable captureInfoDisposable = drone.getCamera().getCaptureInfo().subscribe( captureInfo -> { Log.d(TAG, "run: " + captureInfo); }); but i unable to receive notification of picture...

question

Dear friends: I use optical flow device. Which commands can I use to move drone forward and backward by Android Java? sean

question

Dear all, does mavsdk server acts as bridge? is it limited only for mavsdk or it can act as mavproxy or mavrouter, sending a command packet to it? for deeper...

question

Hello, I am running into an issue where calling the downloadMission() api leads to `User callback queue overflown error` error on the mavsdk console causing the System's Core plugin connection...

bug

Is there a way to add custom meta data to the `MissionPlan` that is uploaded to the UAV? In our case, there are two GCS attached to the drone and...

feature

Hey! I had used mavsdk 1.3.1 and mavsdk 1.3.2 on android alittle while ago, primarily using it via the serial method and got it to work. I recently tried to...

Hi , For some time I have been using 1.3.1 for mavsdk with out issues. I just saw that there is a 2.1.0 build and I tired to build it...

Hi! I'm using `mavsdk:2.0.1` and `mavsdk-server:2.0.0` in my Android app. I finally have everything compiling, but when I call `mavsdkServer.run("udp://:14550")`, I get an app crash with ``` libc++abi E terminating...

For Android, I am using the below code inside of grade dependency to use the SDK. How does the mavsdk-server link with mavsdk-core? Does it link by downloading a prebuilt...

Excuse me, where can I find the API for MAVSDK-JAVA?