| | |
| | | * @param headers |
| | | * @return |
| | | */ |
| | | CommonTopicReceiver handleFlyToPointProgress(CommonTopicReceiver receiver, MessageHeaders headers); |
| | | CommonTopicReceiver handleFlyToPointProgress(CommonTopicReceiver receiver, MessageHeaders headers) throws Exception; |
| | | |
| | | /** |
| | | * Control the drone to take off. |
| | |
| | | |
| | | /** |
| | | * Seize the control authority of the drone or the payload control authority. |
| | | * 抢占无人机控制权限或有效载荷控制权限 |
| | | * @param sn |
| | | * @param authority |
| | | * @param param |
| | |
| | | |
| | | ResponseResult requestsConfig(String sn,String method, RequestsParam param); |
| | | |
| | | /** |
| | | * 拍照 |
| | | * @param sn |
| | | * @param payloadIndex |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResponseResult takePhoto(String sn,String payloadIndex) throws Exception; |
| | | |
| | | } |