andrew.dittmer
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 9
Activity overview
Latest activity by andrew.dittmer-
andrew.dittmer commented,
Thank you!
-
andrew.dittmer created a post,
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...
-
andrew.dittmer commented,
I'm very sorry. It looks like I've used the incorrect port number. After using the correct port, everything is working.
-
andrew.dittmer commented,
Thank you!
-
andrew.dittmer commented,
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 commented,
Thanks. I get the same error using the DJI sample code.
-
andrew.dittmer created a post,
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...
-
andrew.dittmer created a post,
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.
-
andrew.dittmer created a post,
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...
-
andrew.dittmer created a post,
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, ...