DJI-Mobile-SDK-Tutorials / iOS-GSDemo

A demo teaches you how to construct a DJIWaypoint Mission app, which allows you to plot a flight route for your drone by placing waypoints on a map.
MIT License
27 stars 5 forks source link

I find a typo in your tutorial article #9

Closed sqhuang closed 7 years ago

sqhuang commented 7 years ago

There is a typo in your tutorial articlehere. Although your code here is cool I guess.

image here need update. maybe DJIFlightControllerCurrentState ----> DJIFlightControllerState self.droneLocation = state.aircraftLocation ----> self.droneLocation = state.aircraftLocation.coordinate

oliverou commented 7 years ago

Hi @sqhuang , thanks for your feedbacks! We have fixed the issue and updated the GSDemo Tutorial on the DJI developer website, please check it, thanks!

sqhuang commented 7 years ago

my pleasure. But still it seems that the DJIFlightControllerCurrentState should be DJIFlightControllerState with no "Current" I guess. image

oliverou commented 7 years ago

Hi @sqhuang , fixed it too. Please check the tutorial again! Thanks a lot!