Issue with DiagnosticsKey.SYSTEM_STATUS after changing RTK mode on MSDK 4.17

已完成

评论

4 条评论

  • DJI Developer Support
    You have previously submitted a similar issue. I will combine the situation you described with your previous submission for processing. Could you please provide some video materials to help us understand the specific performance? Here is the upload link: https://pan-sec.djicorp.com/s/6e5JEocSHJbm3LZ The password is dji123.
    0
    评论操作 固定链接
  • Vlad Groshkov

    Uploaded video.

    0
    评论操作 固定链接
  • DJI Developer Support
    I have received the video you provided and will submit it to the R&D team for further analysis. However, it seems that the video does not show the performance of Pilot 2 at that time.
    0
    评论操作 固定链接
  • DJI Developer Support
    You can use the code below to obtain the system status of the device. It has been verified to be essentially consistent with Pilot 2. private CompositeSubscription subscription = new CompositeSubscription(); LogicManager.getInstance().init();  FPVTipLogic.getInstance().init();  LogicManager.getInstance().startFPVTipLogic();  subscription.add(LogicEventBus.getInstance().register(FPVTipLogic.FPVTipEvent.class)  .observeOn(AndroidSchedulers.mainThread())  .subscribe(fpvTipEvent -> flightStatusTV.setText("Status:"+fpvTipEvent.getMessage().getTitle() + "/" + fpvTipEvent.getMessage().getDescription())));
    0
    评论操作 固定链接

请先登录再写评论。