Does DJI mini3 pro support mobile SDK V5 perception module?
已完成I'm trying to run perception module on DJI mini3 pro with reference to the following site.
https://developer.dji.com/doc/mobile-sdk-tutorial/en/tutorials/perception.html
I called interface by the order written in the site.
First, I called setObstacleAvoidanceType. Second, I called setObstacleAvoidanceEnabled...
However, these calling return same message, like this.
ErrorImp{errorType='PERCEPTION', errorCode='CURRENT_AIRCRAFT_NOT_SUPPORT', innerCode='null', description='Not supported by current aircraft', hint='Not supported by current aircraft'}
About VisionPositioningEnabled and PrecisionLandingEnabled, other messages were returned, like this.
ErrorImp{errorType='CORE', errorCode='REQUEST_HANDLER_NOT_FOUND', innerCode='FLIGHTASSISTANT.VisionPositioningEnabled:-1', description='null', hint='error code = -1'}
Would you tell me which DJI mini3 pro support mobile SDK V5 perception module or not?
-
Dear Developer, Hello and thank you for reaching out to DJI Innovations. Sorry, the Mini 3 Pro does not support the Mobile SDK V5 perception module-related features, as these features are primarily designed for enterprise-level drones. Currently, MSDK V5 for the Mini 3 Pro only supports enabling/disabling landing protection. The key is FlightAssistantKey.KeyLandingProtectionEnabled, and you can refer to the following for the implementation. KeyManager.getInstance().setValue(KeyTools.createKey(FlightAssistantKey.KeyLandingProtectionEnabled),true,new CommonCallbacks.CompletionCallback(){}) We appreciate your email and wish you a wonderful day! Best Regards, DJI Innovations SDK Technical Support Team
请先登录再写评论。
评论
3 条评论