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

MAVSDK client for Java.

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

## Environment **MAVSDK-Java**: 2.1.0 **MAVSDK-Android-Server**: 2.1.1 **Drone:** Either ArduPilot physical drone or the [SITL Sim](https://ardupilot.org/dev/docs/setting-up-sitl-on-linux.html) Does not occur on version 1.3.1 - the getParamInt on `FS_GCS_ENABLE` works correctly there. However,...

## Environment - Herelink Controller (Android 7.1.2) - Gazebo Headless Simulator (https://github.com/JonasVautherin/px4-gazebo-headless) - MAVSDK-Java 2.1.0 and Server 2.1.1 (Does not occur with 1.3.1) ## Repro 1. Install example app (attached...

## Environment - MAVSDK-Java version 1.3.1 - MAVSDK-Server version 1.3.2 (2.0+ crashes with seg fault when loading camera settings on one of the physical drones, as well in some other...

I am using the maven versions of mavsdk and mavsdk server 2.1 along with mavsdk event queue to upload a mission like this ``` MavsdkEventQueue.executor().execute(() -> { try { Completable...

Hi, I'm trying to use MAVSDK-Java to send RTCM messages coming from an NTRIP Provider to a PX4 Drone with a F9P uBlox GPS Receiver. I get this data as...

hi I set up a mavsdk environment on the server and tested it using jmavsim. Everything work fine But when I connected the real drone to Mavsdk, Some functions can...

I'm trying to build the .so in debug mode to debug a crash I get. I'm following the instructions to build it using dockcross (from the README), but it fails...

` val inputStream = socket.getInputStream() val buffer = ByteArray(512) var bytesRead: Int while (inputStream.read(buffer).also { bytesRead = it } != -1) { // Output the binary data CoroutineScope(Dispatchers.IO).launch { val...

Hey, When using MAVSDK-Java, the app crashes immediately for me once a connection is made, something to do with the Telemetry plugin not being available when accessed. I am trying...

Sometime I have problem where I can't start a mission even thought a mission is uploaded. Error message gives me an UNKNOWN reason to why it failed to start the...