guoshilong
2023-10-09 8b85040d9522ec80e82e8a2dea17f39b6de343f1
src/api/wayline.ts
@@ -75,6 +75,9 @@
  task_periods?: number[][] // 执行任务的时间点(秒)
  rth_altitude: number // 相对机场返航高度 20 - 500
  out_of_control_action: OutOfControlAction // 失控动作
  // 重复规则值
  rep_rule_val?:[]
}
// 新增计划
export const createPlan = async function (workspaceId: string, plan: CreatePlan): Promise<IWorkspaceResponse<any>> {