feat:航线编辑接口新的航点动作保存
This commit is contained in:
parent
b3cd8d8965
commit
249215edd1
|
|
@ -171,6 +171,7 @@ public class WayPointUitls {
|
||||||
index, point.getDroneYaw());
|
index, point.getDroneYaw());
|
||||||
|
|
||||||
case 5000: // 开始等时间隔拍照
|
case 5000: // 开始等时间隔拍照
|
||||||
|
log.info("处理5000命令,photoTime={}, photoType={}", point.getPhotoTime(), point.getPhotoType());
|
||||||
return String.format(Locale.US,
|
return String.format(Locale.US,
|
||||||
"%d\t0\t3\t5000\t%s\t0\t%s\t0\t0\t0\t0.000000\t1",
|
"%d\t0\t3\t5000\t%s\t0\t%s\t0\t0\t0\t0.000000\t1",
|
||||||
index,
|
index,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue