1. 首页
  2. 编程语言
  3. C++ 
  4. 基于BDI的无人机论文

基于BDI的无人机论文

上传者: 2019-04-11 04:33:00上传 PDF文件 790.69KB 热度 60次
基于BDI的无人机任务管理系统,够了吧, protected void copyContentFrom(OAVCapabilityModel model) { // // Todo: use state factory. // this.state = OAVStateFactory.createOAVState(model.getTypeModel()); // this.handle = model.getState().cloneObject(model.getHandle(), this.state); // this.types = model.getTypes(); // this.rulebase = model.getRulebas e(); this.state = model.getState(); this.handle = model.getHandle(); this.types = model.getTypes(); this.typemodel = model.getTypeModel(); this.rulebase = model.getRulebase(); }*/ e(); this.state = model.getState(); this.handle = model.getHandle(); this.types = model.getTypes(); this.typemodel = model.getTypeModel(); this.rulebase = model.getRulebase(); }*/
用户评论