DJI-Mobile-SDK-Tutorials / Android-GSDemo-GoogleMap

A Demo for using DJI Mobile SDK to create a Waypoint Mission App using Google Map.
MIT License
28 stars 55 forks source link

Number of waypoints #1

Closed skyritsis closed 7 years ago

skyritsis commented 8 years ago

Hello, I cannot seem to be able to prepare a mission with only one waypoint. I am trying to create a point and go type application with just one point as a destination. Is this a bug, or am I missing something? Thank you in advance, SK

dji-dev commented 8 years ago

Hello, if you want to use DJIWaypointMission, you should add at least two DJIWaypoint to prepare the mission. It's not a bug actually. For your case, maybe you can just modify the second waypoint's altitude a little bit, so that the Mission can start preparing? Hope this help.

skyritsis commented 8 years ago

Hello again. Thank you for your reply. From your answer I deduce that there is another way to do what I described above, without using DJIWaypointMission. Could you please point me to a direction where I can achieve the aforementioned objective, regardless of using DJIWaypointMission? SK

dji-dev commented 8 years ago

Hi! Could you describe your objective more detailed?So I can provide you more suggestions. Thanks!