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

Completed

Comments

4 comments

  • 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
    Comment actions Permalink
  • Vlad Groshkov

    Uploaded video.

    0
    Comment actions Permalink
  • 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
    Comment actions Permalink
  • 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
    Comment actions Permalink

Please sign in to leave a comment.