dji-sdk / Mobile-SDK-iOS

DJI Mobile SDK for iOS: http://developer.dji.com/mobile-sdk/
Other
579 stars 253 forks source link

DJIDiagnostics changed on iOS SDK 4.16 #505

Open brien-crean opened 2 years ago

brien-crean commented 2 years ago

It appears that the solution and reason properties of the DJIDiagnostics class have changed from human understandable strings to some kind of enum?

For example what is now returned as a solution -> dji_check_vision_restart_solution

Used to be -> "Solution: Please restart aircraft, if the problem persists, contact DJI Support"

Another example -> "dji_check_vision_front_calibrate_reason" should be "Forward Vision Sensor Calibration Error"

Is there a way to use these enums to get the human readable string?

Also MSDK update 4.16 was released without any release notes. Has the online documentation been updated? I found this random file online from the OSDK with some of the solutions

dji-dev commented 2 years ago

Agent comment from DJI SDK in Zendesk ticket #61547:

尊敬的开发者,感谢您联系DJI 大疆创新 由于github不是我们主要的咨询渠道,您的问题可能跟进不及时。我们建议您通过填写表单( https://djisdksupport.zendesk.com/hc/zh-cn/requests/new )向我们反馈问题。或者您也可以在论坛发帖,与其它开发者交流。论坛链接:https://djisdksupport.zendesk.com/hc/zh-cn/community/topics

Dear developer, thank you for contacting DJI. Since github is not our main consultation channel, your questions may not be followed up in time. We recommend that you fill in the form (https://djisdksupport.zendesk.com/hc/en-us/requests/new) to report problems to us. Or you can post in the forum to communicate with other developers. Forum link: https://djisdksupport.zendesk.com/hc/zh-cn/community/topics

°°°

dji-dev commented 2 years ago

Agent comment from William Wong in Zendesk ticket #61547:

We will look at it soon.

°°°

DJI-William commented 2 years ago

The dev team has replied that you have to go to this place to find the corresponding string meaning to match the return enum. image