首页 文章

DJI Spark:缺少对FlightController.setMaxFlightHeight()的支持FlightController.setMaxFlightRadius()

提问于
浏览
3

根据DJI Mobile SDK文档,可以设置使用的航点任务的最大允许飞行高度和飞行半径

FlightController.setMaxFlightHeight([20,500])
FlightController.setMaxFlightRadius(15,8000])

https://developer.dji.com/api-reference/android-api/Components/FlightController/DJIFlightController.html?search=maxflight&i=4&#djiflightlimitation_setmaxflightradius_inline

这适用于除DJI Spark之外的所有无人机,它会引发以下错误:

Failed to set max altitude, Param illegal

我的问题:1 . DJI Spark的SDK不支持这些限制吗?如果是这样,则应相应地更新文档 . 2. DJI是否有其他方式为DJI Spark的Waypoints任务提供限制,我不知道?

1 回答

  • 0

    对于火花,maxFlightHeight的范围是[20,50]

相关问题