Alexis Glass
- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 11
Posts
Recent activity by Alexis Glass-
Virtual stick control disengages with NEAR_BOUNDARY before reaching DistanceLimit
CompletedIt seems to me that the virtual stick control is lost with the reason `NEAR_BOUNDARY` approximately 30m before the drone reaches the distance obtainable via `KeyDistanceLimit`. Is this buffer zone ...
-
Crash reporter not working with MSDK 5.3+
CompletedI have noticed that our crash reporter (Crashlytics) is not reporting crashes since MSDK 5.3.0. If I remove MSDK5 entirely from the project, crashes are reported as normal. JVM crashes are reported...
-
Unable to take off with Mavic 3 Enterprise
CompletedIn some cases users are unable to take off with the Mavic 3 Enterprise. They have closed DJI Pilot, and in our app we have uploaded a mission, but the drone will not start or even take off using th...
-
Do the Mini 3/Pro support waypoint missions?
CompletedPreviously I think it had been implied that non-enterprise drones like the mini 3 would not support waypoint missions. Now that the Mini 3 Pro is supported by MSDK5, what is the status? Do the Mini...
-
Out of memory error in DJI log
CompletedI'm seeing a lot of out of memory errors on the RC Pro when running our MSDK app. Our app may be creating the memory pressure, but the actual OOM appears to always originate from the DJILogFIleMana...
-
How to handle `RTK_SERVER_NOT_REACHABLE`
CompletedWhen I call `INetworkRTKManager#startNetworkRTKService`, sometimes - and I'm not clear why - the completion callback is called with the error `RTK_SERVER_NOT_REACHABLE`. I do not see any particular...
-
How to set 8K resolution on M3T
CompletedI want to ensure that photos captured with the M3T are captured at 48MP / 8K resolution, as can be specified in DJI Pilot 2. I do not see a `CameraKey` which directly corresponds to this, though pe...
-
IWaypointMissionManager#pushKMZFileToAircraft fails
CompletedWhen calling pushKMZFileToAircraft IWaypointMissionManager for a kmz file located in the app's specific storage (i.e., no special permissions required to access - although in any case, external sto...
-
Schema for WPML
CompletedHave you or will you be publishing the formal schema for WPML? I would like to validate generated outputs, but http://www.dji.com/wpmz/1.0.2 yields a 404. There seems to be some ambiguity in the sp...
-
WaypointV2 mission finishes immediately when started while motors are on
CompletedWith the M300 RTK, when starting a mission with the motors already on, the start command appears to succeed, but the status then transitions to finish without any indication of an error. I hope thi...