andrew.dittmer
- 活动总数 26
- 最后的活动
- 成员加入日期
- 正在关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 9
帖子
andrew.dittmer 最近的活动-
How do we access alpha builds?
已完成I'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
已完成Hello, 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
已完成How 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
已完成Hello. 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?
已完成I 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?
已完成I 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)?
已完成When 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.
已完成According 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...