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

Hello, I am trying to use mavsdk on android. When I upgraded io.mavsdk:mavsdk-server:1.2.1 to 2.0.0 in the android-client app, the error below occurred. "Cannot resolve symbol 'MavsdkServer' appears." Thank you.

This did not occur with previous version 1.3.2 ``` 2024-03-13 17:39:40.622 25779-26537 libc++abi com.dronesense.pilot E terminating with uncaught exception of type std::invalid_argument: stoul: no conversion 2024-03-13 17:39:40.622 25779-26537 libc com.dronesense.pilot...

I can arm the aircraft, take off, and get the video feed using the camera.videoStreamInfo API. However, I am having some trouble finding an API for Zooming in/out of the...

Is it possible to update `MAVSDK-Java` to latest `MAVSDK` (2.4.1)? The autopilot type getter introduced in 2.4.0 is very useful to properly choose parameters when `setParam` calls are needed.

MAVSDK-Java Version: `2.0.1` MavSDK-Server Version: `2.0.0` I am running into an issue when there are multiple Systems detected on a network. My implementation looks like the following: ``` val mavSdkPort...

Hi, I'm working on an Android application. With the official libs, everything is okay (io.mavsdk:mavsdk:1.3.1 and io.mavsdk:mavsdk-server:1.3.2). However, I need Gripper support. I would like to build local libs to...

I am trying to run the Mavsdk in the android-client example. The Android example app is installed in the Herelink ground controller. After connecting the drone, the app displays the...

When I build in project ……\MAVSDK-Java\mavsdk_server, mavsdk_server_android-x86_v1.4.16.tar is empty. And no extractForArch("x86-64"). A problem occurred evaluating root project 'mavsdk-server'. ![image](https://github.com/mavlink/MAVSDK-Java/assets/119939654/2541f222-5fb7-4f93-b284-13fb421ba050) What should I do fix it? Thanks a lot! _Originally...

I am trying to run the Mavsdk in the android-client example with the UDP client mode. I tried mavsdkServer.run("udp://192.168.42.129:14552", 50051); mavsdkServer.run("udp://192.168.42.129:14550", 50051); and mavsdkServer.run("udp://192.168.42.129:14540", 50051); but no one get to...

**1.description** I'm trying to run the sample code on Android Studio, and it works fine on version 1.1.1. But it crashes when I try to upgrade to the latest version...

bug