andrew.dittmer
- 活动总数 26
- 最后的活动
- 成员加入日期
- 正在关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 9
活动概览
andrew.dittmer 的最新活动-
andrew.dittmer 进行了评论,
Thank you!
-
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...
-
andrew.dittmer 进行了评论,
I'm very sorry. It looks like I've used the incorrect port number. After using the correct port, everything is working.
-
andrew.dittmer 进行了评论,
Thank you!
-
andrew.dittmer 进行了评论,
And interestingly, as mentioned in my original post, I can connect to RTK use the same custom RTK network info settings in the DJI Pilot 2 app
-
andrew.dittmer 进行了评论,
Thanks. I get the same error using the DJI sample code.
-
andrew.dittmer 创建了一个帖子,
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...
-
andrew.dittmer 创建了一个帖子,
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.
-
andrew.dittmer 创建了一个帖子,
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...
-
andrew.dittmer 创建了一个帖子,
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, ...