andrew.dittmer
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 9
Posts
Recent activity by andrew.dittmer-
How do we access alpha builds?
CompletedI've been following this bug when is said to have been fixed in 5.8.0-a3.When I attempt to use the alpha as below... implementation "com.dji:dji-sdk-v5-aircraft:5.8.0-a3"implementation "com.dji:dj...
-
Error MSDK5 Custom RTK Network
CompletedHello, I'm attempting to connect our app to RTK corrections for Mavic 3 Enterprise with RTK. When attempting to start the NetworkRTKService, I get onFailure with the errorCode: RTK_CUSTOM_NETWORK_S...
-
MSDK Flight Controller Settings Widget
CompletedHow do we implement the Flight Controller Settings Widget in MSDK 5? Or do we need to build it ourselves? Thanks for any information or recommendations.
-
How to set the landing heading to match the take-off heading when startGoHome after updating goHomeLocation
CompletedHello. When the home location is set mid flight via: FlightControllerKey.KeyHomeLocation.create().set(LocationCoordinate2D(lat, lon), { LogsHelper.log("got returntohome: KeyHomeLocation Set: $la...
-
How to determine if the drone is connected in MSDK5?
CompletedI can detect when the controller is powered on, but I need to be able determine whether the drone is powered on and connected to the controller.I've tried the AirLinkKey.KeyConnection shown below, ...
-
Do all MSDK5 compatible drones support the virtual stick?
CompletedI couldn't find anything in the SDK to check if virtual stick is supported, so can I assume that all drones support it?Thanks.
-
Are there any official drone model images we can use in an app (or website)?
CompletedWhen a user connects their drone into their phone running our app, we'd like to have a professional photo displayed of that particular drone model that has been connected. Are there any official dr...
-
Android SDK required permissions.
CompletedAccording to the comment in sample code here https://developer.dji.com/mobile-sdk/documentation/android-tutorials/ImportAndActivateSDKInAndroidStudio.html - we need to request all of the permission...