feat:航线编辑接口新的航点动作保存
This commit is contained in:
parent
ce96ca3988
commit
f21a0b32c2
|
|
@ -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