M300RTK航线任务拍照问题

已完成

评论

1 条评论

  • 尊敬的开发者, 您好,感谢您联系DJI 大疆创新。 这些航点动作并不会影响飞机的飞行,您是想要在航点处执行拍照后再飞行吧。这是需要增加悬停动作的,在到达航点时设置航点动作为悬停,在执行完所有动作后,增加继续飞行动作。 _WaypointActuator waypointAction4Actuator = new WaypointActuator.Builder()_ _.setActuatorType(ActionTypes.ActionActuatorType.AIRCRAFT_CONTROL)_ _.setAircraftControlActuatorParam(new WaypointAircraftControlParam.Builder()_ _.setAircraftControlType(ActionTypes.AircraftControlType.START_STOP_FLY)_ _.setFlyControlParam(new WaypointAircraftControlStartStopFlyParam.Builder()_ _.setStartFly(false) // 悬停_ _.build())_ _.build())_ _.build();_ _WaypointActuator waypointAction4Actuator = new WaypointActuator.Builder()_ _.setActuatorType(ActionTypes.ActionActuatorType.AIRCRAFT_CONTROL)_ _.setAircraftControlActuatorParam(new WaypointAircraftControlParam.Builder()_ _.setAircraftControlType(ActionTypes.AircraftControlType.START_STOP_FLY)_ _.setFlyControlParam(new WaypointAircraftControlStartStopFlyParam.Builder()_ _.setStartFly(true) // 继续飞行_ _.build())_ _.build())_ _.build();_ 希望我们的解决方案能够帮到您,感谢您的邮件,祝您生活愉快! Best Regards, DJI 大疆创新SDK技术支持
    0
    评论操作 固定链接

请先登录再写评论。