shenyijian
2023-11-16 bf4990ffb53e2a0e7b2ec0c7a8a054bdf8a57db5
src/main/java/com/dji/sample/control/service/IControlService.java
@@ -43,7 +43,7 @@
     * @param headers
     * @return
     */
    CommonTopicReceiver handleFlyToPointProgress(CommonTopicReceiver receiver, MessageHeaders headers);
    CommonTopicReceiver handleFlyToPointProgress(CommonTopicReceiver receiver, MessageHeaders headers) throws Exception;
    /**
     * Control the drone to take off.
@@ -63,6 +63,7 @@
    /**
     * Seize the control authority of the drone or the payload control authority.
     * 抢占无人机控制权限或有效载荷控制权限
     * @param sn
     * @param authority
     * @param param
@@ -79,4 +80,13 @@
    ResponseResult requestsConfig(String sn,String method, RequestsParam param);
    /**
     * 拍照
     * @param sn
     * @param payloadIndex
     * @return
     * @throws Exception
     */
     ResponseResult takePhoto(String sn,String payloadIndex) throws Exception;
}