Closed ghost closed 1 year ago
Agent comment from Hummels Lei in Zendesk ticket #92855:
I would like to provide you with some information regarding your inquiries.
°°°
Agent comment from Hummels Lei in Zendesk ticket #92855:I would like to provide you with some information regarding your inquiries.
- To obtain WaylineIDs, I suggest utilizing the getAvailableWaylineIDs method.
- May I kindly inquire about the type of aircraft you are utilizing? With the exception of the M300, the only available option for performing a waypoint mission is by uploading kmz files.
- I highly recommend referring to our sample code, as it offers a relatively comprehensive guide. °°°
Thank you for your reply! I am now currently aiming to make the waypoint mission function for the Matrice 300 RTK
I found out that even when i get the waypoint id it still goes to ToastUtils.showToast("startMission Failed") I can seem to be able to find the origin of the error or what is going wrong, I am planning on making the waypoint mission function work with these drones DJI Mini3 Pro DJI Mini3 Mavic 3 Enterprise Series M30 Series M300 RTK Matrice 350 RTK
Agent comment from Hummels Lei in Zendesk ticket #92855:I would like to provide you with some information regarding your inquiries.
- To obtain WaylineIDs, I suggest utilizing the getAvailableWaylineIDs method.
- May I kindly inquire about the type of aircraft you are utilizing? With the exception of the M300, the only available option for performing a waypoint mission is by uploading kmz files.
- I highly recommend referring to our sample code, as it offers a relatively comprehensive guide. °°°
Thank you for your reply! I am now currently aiming to make the waypoint mission function for the Matrice 300 RTK
I found out that even when i get the waypoint id it still goes to ToastUtils.showToast("startMission Failed") I can seem to be able to find the origin of the error or what is going wrong, I am planning on making the waypoint mission function work with these drones DJI Mini3 Pro DJI Mini3 Mavic 3 Enterprise Series M30 Series M300 RTK Matrice 350 RTK
Agent comment from Hummels Lei in Zendesk ticket #92855:I would like to provide you with some information regarding your inquiries.
- To obtain WaylineIDs, I suggest utilizing the getAvailableWaylineIDs method.
- May I kindly inquire about the type of aircraft you are utilizing? With the exception of the M300, the only available option for performing a waypoint mission is by uploading kmz files.
- I highly recommend referring to our sample code, as it offers a relatively comprehensive guide. °°°
Thank you for your reply! I am now currently aiming to make the waypoint mission function for the Matrice 300 RTK
I found out that even when i get the waypoint id it still goes to ToastUtils.showToast("startMission Failed") I can seem to be able to find the origin of the error or what is going wrong, I am planning on making the waypoint mission function work with these drones DJI Mini3 Pro DJI Mini3 Mavic 3 Enterprise Series M30 Series M300 RTK Matrice 350 RTK
Agent comment from Hummels Lei in Zendesk ticket #92855:I would like to provide you with some information regarding your inquiries.
- To obtain WaylineIDs, I suggest utilizing the getAvailableWaylineIDs method.
- May I kindly inquire about the type of aircraft you are utilizing? With the exception of the M300, the only available option for performing a waypoint mission is by uploading kmz files.
- I highly recommend referring to our sample code, as it offers a relatively comprehensive guide. °°°
Thank you for your reply! I am now currently aiming to make the waypoint mission function for the Matrice 300 RTK
I found out that even when i get the waypoint id it still goes to ToastUtils.showToast("startMission Failed") I can seem to be able to find the origin of the error or what is going wrong, I am planning on making the waypoint mission function work with these drones DJI Mini3 Pro DJI Mini3 Mavic 3 Enterprise Series M30 Series M300 RTK Matrice 350 RTK
Hi! Did you manage to run Waypoint Mission on mini3 pro?
I am currently in the process of developing an Android application that allows a user to select waypoints on the app interface. The chosen waypoints are then transmitted to a DJI drone, which autonomously carries out a mission following the specified route. I am a beginner when it comes to drone-related app development and am using the v5 sample code as my primary point of reference. Any guidance would be greatly appreciated.
I've succeeded in generating a KMZ file containing the waypoints and am able to upload this KMZ file to the drone. However, I am facing some challenges:
waylineIds
in theselectWaylines
ArrayList. I have since implemented a function to extract them.* Code Snippets
* Starting the Mission and Uploading KMZ File
* Extracting Wayline IDs
* Generating KMZ File
Questions
waylineIds
accurate and efficient?Thank you in advance for your assistance!