飞机GPS信号弱-使用模拟器和FollowMeMissionOperator

GPS Signal of the aircraft is weak-Using simulator and FollowMeMissionOperator

(Mobile SDK) 当我在使用模拟器时尝试启动 FollowMe 任务时得到 'Error- the GPS Signal of the aircraft is weak(216)' 即在线 FollowMeMissionOp.startMission(followMeInitSettings, new CommonCallbacks.CompletionCallback()... 在哪里 FollowMeMissionOp = DJISDKManager.getInstance().getMissionControl().getFollowMeMissionOperator();

我正在使用代码 作为我的模板,但是大部分代码与这里无关,因为一开始就抛出了错误。

我正在程序中启动模拟器... mFlightController.getSimulator().start(InitializationData.createInstance(CenterScreen, 10, 10), new StartSimulatorCallback());

模拟器适用于其他类型的任务 - 航路点、时间线 - 具有各种动作,实际上是简单的操纵杆控制 - 在这个阶段,程序中有很多东西已经对其进行了测试。

我看不出将它用于 FollowMeMissionOperator 有什么不同,所以我倾向于认为它是一个错误。

谁能解释一下这个问题?

(作为进一步的脚注,如果我在 DJI Assistant 中使用模拟器而不是使用 SDK 命令启动它,一切正常)

为什么你 运行 只有 10sats 的 sim? followmemission 不会从那几个 sats 开始。

顺便说一句,内置的 followme 功能很糟糕,至少在 mavics 上,你最好 运行 用 virtualsticks 自己做。