[MDK 5.10.0] Where does the 'BreakPointInfo' information come from?
已完成dji api 'queryBreakPointInfoFromAircraft'
Where does the 'BreakPointInfo' information come from?
There was no BreakPointInfo information in the KMZ file
I want to know the path where BreakPointInfo is saved
Thank you
-
The developer is unable to access its storage path. MSDK provides the `queryBreakPointInfoFromAircraft` interface to retrieve breakpoint information. The term 'BreakPoint' refers to the location where a waypoint mission is interrupted during execution; it is not information that is planned from the beginning of the waypoint mission. -
In DJI Pilot, I can't get the MissionName of 'WaypointMissionExecuteStateListener' while the mission is being executed.
I can't perform the Stop action because I don't know the mission name being executed in another app. The parameter of the Stop interface must be the name of the mission.void stopMission(String missionFileName, CommonCallbacks.CompletionCallback callback)
However, in DJI Pilot, if I run the DJI Pilot app while the mission of my app is being executed, I can stop the mission.
How can I stop a mission being executed in another app?
-
When there is a change in the waypoint mission progress, the WaylineExecutingInfoListener will update, allowing you to retrieve the name of the mission. It is currently a known issue that after switching to MSDK, the progress and mission name cannot be immediately obtained, and we are planning to fix this. You can also stop the waypoint mission using the gear slider on the remote control. The operator just needs to move the slider to stop the waypoint mission.
请先登录再写评论。
评论
11 条评论