Mobile-SDK-Android-V5
Mobile-SDK-Android-V5 copied to clipboard
MSDK V5 Sample
Hi DJI, I I trying to run a mission on different drones like M3T and M300 RTK. In my mission, when we arrive the first point, I rotate the drone...
I would like to make "mapbox" compatible with Japanese. Is it not possible with "Mobile-SDK-Android-V5"? I can't find a method to change the language.
Consider this code: ``` WaypointMissionManager.getInstance().init() val ii = WPMZManager.getInstance().getKMZInfo(kmzFile.absolutePath) Log.d("Monsoon Command Execution :", "Monsoon File Routine: checking file info: " + kmzFile.absolutePath+": " + ii.waylineMissionConfigParseInfo.toString()) val vv = WPMZManager.getInstance().checkValidation(kmzFile.absolutePath) Log.d("Monsoon...
Does V5 work with Mavic Mini? I got DJIDeviceStatus CANT_TAKEOFF_NOVICE (Cannot take off (No GPS)). What does this mean?
When using the Mavic 3T it is possible to limit the horizontal speed of the aircraft in 'normal' mode through the following key: ```kotlin FlightControllerKey.KeyHorizCurSpeedInNormal ``` It seems that this...
when I fly Mavic 3 Enterprise drone from our app it is showing "Altitude Limit" in place of "Ready to Go" in MSDK V5 and when I connect Drone in...
Hello, I am currently working with SDK version 4.x.x, which, to my understanding, does not support wireless connections between the tablet and the controller for the DJI M350 and M300...
Drone does not move after starting a kmz mission on Mavic 3E. Last log in logcat has these values, but I cannot decode them: "lastMissionExcuteResult":5,"errorCode":48
A problem occurred evaluating root project 'android-sdk-v5-sample'. > Plugin with id 'com.android.application' not found.
## Environment **Aircraft:** DJI Mini 3 **Controller:** DJI RC-N1 **Phone:** Samsung Galaxy S23 (SM-S911U1) **MSDK Version:** 5.8.0 ## Repro steps 1. Listen to results from `FlightControllerKey.KeyHeightLimitRange` 2. Connect to controller...