You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got the sample application running in Visual Studio. I've got a Mavic Air. I'll connect the PC to the Mavic Air via wifi. Most of the time, the connection state is "UNKNOWN":
DJISDKManager.Instance.WaypointMissionManager.GetWaypointMissionHandler(0).GetCurrentState();
When I get an UNKNOWN connection state, is there something I can do to make sure that the app is connected to the drone?
The text was updated successfully, but these errors were encountered:
By checking "var res = await DJISDKManager.Instance.ComponentManager.GetFlightControllerHandler(0, 0).GetAircraftNameAsync();", you can check if you can get the name to esnsure the drone connection. This feature is also implemented in the sample. Also, to use waypoint mission, you have to make sure the GPS signal is good. In addition, the WSDK is stop servicing and updating, we suggest you switch to MSDK to develop.
Hopefully our solution can help you.
Kindly Regards,
DJI Developer Support
I've got the sample application running in Visual Studio. I've got a Mavic Air. I'll connect the PC to the Mavic Air via wifi. Most of the time, the connection state is "UNKNOWN":
DJISDKManager.Instance.WaypointMissionManager.GetWaypointMissionHandler(0).GetCurrentState();
When I get an UNKNOWN connection state, is there something I can do to make sure that the app is connected to the drone?
The text was updated successfully, but these errors were encountered: