添加数据

This commit is contained in:
孙小云 2026-03-27 09:55:39 +08:00
parent 9df04d252d
commit f9e0ddccb9
1 changed files with 24 additions and 0 deletions

View File

@ -233,4 +233,28 @@ public class DockDetailVO extends DockVO {
private Double longitude;
//爬升速度
private Double vertical_speed;
//平飞速度
private Double horizontal_speed;
//距离机场
private Double distance_to_home;
//海拔高度
private Double altitude;
//无人机俯仰角
private Double pitch;
//无人机偏航角
private Double yaw;
//云台俯仰角
private Double camerapitch;
//云台偏航角
private Double camerayaw;
}