Merge branch 'main' of http://th.local.t-aaron.com:13000/THENG/a-cloud-all
This commit is contained in:
commit
c256461c59
|
|
@ -75,4 +75,24 @@ public class AirLinePointVO implements Serializable {
|
||||||
* 转动方向 -1逆时针 1相对机场方向 (硬件定义的)
|
* 转动方向 -1逆时针 1相对机场方向 (硬件定义的)
|
||||||
*/
|
*/
|
||||||
private Integer rotateDirection;
|
private Integer rotateDirection;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 间隔拍照时间(秒)- 命令5000
|
||||||
|
*/
|
||||||
|
private Integer photoTime;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 间隔拍照距离(米)- 命令6000
|
||||||
|
*/
|
||||||
|
private Integer photoDistance;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 照片类型(数组1,2,3)- 命令5000/6000
|
||||||
|
*/
|
||||||
|
private Integer photoType;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 飞行器偏航角 - 命令4000
|
||||||
|
*/
|
||||||
|
private String droneYaw;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue