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
26 stars 55 forks source link

Drone crash on wall #18

Open vivekgabadiya opened 4 years ago

vivekgabadiya commented 4 years ago

Hello Folks,

I was executing code of waypoint mission given in sample code example i.e.

Waypoint northPoint = new Waypoint(homeLatitude + 10 GeneralUtils.ONE_METER_OFFSET, homeLongitude, 3f); Waypoint eastPoint = new Waypoint(homeLatitude, homeLongitude + 10 GeneralUtils.calcLongitudeOffset(homeLatitude), 3f); Waypoint southPoint = new Waypoint(homeLatitude - 10 GeneralUtils.ONE_METER_OFFSET, homeLongitude, 3f); Waypoint westPoint = new Waypoint(homeLatitude, homeLongitude - 10 GeneralUtils.calcLongitudeOffset(homeLatitude), 3f);

Why did my drone crash on wall? Is drone sensors not working when we are trying sample app? Please help us to fix this issue.

dji-dev commented 4 years ago

Public comment from Luce Luo in Zendesk ticket #32563:

Dear Customer,

Thank you for contacting DJI. To help us collect questions in detail, please fill in the form below and we will handle this ticket once we have received it. https://formcrafts.com/a/dji-developer-feedback-en

Thanks,

Luce Luo DJI Dev Team