用户名: 密码: 验证码:
多机器人协同覆盖技术研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
本论文来源于国家基础研究项目“异质多移动体的协同机制与重构技术基础研究”(A1420060159),属于其子任务“多机器人协同”的研究方向。本文主要研究了以“覆盖”为目标任务的多机器人体系结构、通信链路、地图表示、覆盖单元分解与分配以及覆盖效果评价等问题。目的在于探索多机器人协同协作进行覆盖任务的有效方法,构建适合覆盖任务的多机器人体系结构,通信模式以及地图知识表示方法,从而提高多机器人的协同协作水平,最终实现优化覆盖的目的。
     合理的体系结构是多机器人协同完成覆盖任务至关重要的基础,本文首先将自组重构策略引入分层式多机器人体系结构,形成自组分层式结构。系统由上而下分成三层:指挥层、协调层和执行层,采用“指令”通信模式和自适应重组的策略来实现协作任务。仿真实验表明自组分层式多机器人体系具有较高的鲁棒性和容错性,对任务和环境具有较好自适应性。通信是多机器人能实现有效协同协作的关键,同时也是自组分层式系统的最基本要求。针对实际覆盖任务中多机器人通信可能中断的情况下,提出CAM策略、CSM策略和SSS策略三种机器人按需主动建立通信链路的方法来保障系统的正常运行。
     机器人覆盖离不开环境知识,环境知识的表示方法即地图表示方法对已知环境中的多机器人覆盖尤其重要。因此,论文针对多机器人覆盖提出了4维环境地图的地图表示方法。空间点的4维坐标由3维空间坐标和1维环境特征值构成。3维空间坐标由机器人的测距传感器观测获得,同时利用多传感器信息获得该点的1维环境特征值。观测获得环境中许多空间点的4维坐标数据,并采用完全二叉树结构进行存储后,就获得该区域的4维环境地图。4维环境地图通过Krige法进行插值可生成栅格地图、利用高程变异算子可生成单元分解地图以及通过二叉树查找可生成拓扑地图。这些地图,特别是单元分解地图,都是许多研究者热衷于研究的机器人覆盖地图。
     在4维环境地图的基础上,研究了变长切线的单元分解方法。变长切线法通过“切线扫掠”目标区域,按一定规则选取由切线与障碍区产生的切点或交点作为关键点来进行单元分解。而在4维环境地图中,可以通过简单的循环二叉树查找来获得这些关键点的坐标值。与目前公认较优的Boustrophedon单元分解法相比,变长切线法单元分解不仅算法更为简单而且分解出的单元数目大大减少。这大大降低多机器人覆盖单元分配的复杂度,使系统可以用较小的计算量来获得较优的分配与规划。在自组分层式系统中,针对单元数量与机器人数量的不同关系,分n≈m、n》m和n《m3种情况分别分析讨论了基于近似矩形化单元面积估计的单元分配策略。对模拟环境进行了不同数量的多机器人协同覆盖仿真测试,各种情况下的多机器人系统均能成功实现对目标区域的覆盖。而后,尝试研究了多机器人在未知环境下的覆盖策略。在基于Morse理论利用测距传感器获得环境关键点的基础上,提出切线覆盖和波纹覆盖2种未知环境的覆盖方法。由于机器人进行测距等观测的同时,实际也完成了4维环境地图的建图,所以这类覆盖方法又称为同时覆盖与建图。
     最后,为分析评价机器人对目标区域的覆盖效果,利用甘特图来描述多机器人系统覆盖过程。并研究了覆盖率、时耗比、能耗比以及有效路径比等定量分析覆盖效果的评价因子。并特别针对多机器人协同覆盖,提出覆盖协同指数CCI这一综合评价因子。
The thesis was supported by national basic research project "Research on Basis of Synergetic Task and Reconfiguration Techniques for Heterogeneous Multi-mobile Agents"(A1420060159). Related works was subject to the part "multi-robots synergetic task" of the project. The thesis focuses on the problems of multi-robots coverage based multi-robots architecture、robot communication link、robot map description、coverage cell decomposition、coverage cell allocation and coverage performance metrics. The objectives are exploring new effective methods of robot coverage based on multi-robots synergetic cooperation in designated environments, and improving the cooperation of multi-robots, advancing the efficiency of robot coverage, achieving optimal coverage at last.
     The architecture is absolutely necessary basic of multi-robots coverage. In the thesis, firstly a self-configuration strategy was loaded on the layered architecture of multi-robot. Then a self-configurable and layered architecture of multi-robot (SCLA) was presented. Command layer, coordinate layer and execute layer are the three layers of SCLA from up to down. Instruction communication and self-configuration strategy are adopted by SCLA to achieve synergic mission. The simulation results indicate that it is robust, fault-tolerant to environment and mission. Communication is the key technology in multi-robots coordination and cooperation, and also is the basis of SCLA. In order to deal with some circumstances such as multi-robots communicating failure, CAM、CSM and SSS are presented, which are three strategies of robots establish communication links on-demand. So, the SCLA can run in all cases.
     Robot coverage needs environmental knowledge. The organization and description of environmental knowledge are called robot map. It is more important to the robot coverage. So, the 4-D environmental map for coverage is researched in this thesis. 4-D environmental map are composed from 3-D space coordinates and 1-D characteristics of the environment. The 3-D space coordinates can be observed by the robot's distance sensor, while the 1-D characteristics of the environment can be observed by using multi-sensor information at the same time. After sampling 4-D coordinate data of points in environment, and storing as a fully binary tree structure, a 4-D environmental map is attained for a environment region. Then some map transform methods from 4-D environmental map are discussed separately. They are grid map generating by Krige interpolation, cell decomposition map generating by elevation mutation operator, and topological map generating by binary tree finding. These maps, especially the cell decomposition map, are always used in robot coverage by many researchers.
     Length shift tangent (LST) cell decomposition is researched based on 4-D environmental map. According to certain rules, points of tangency or intersection with obstacle area are selected as the key points to cell decomposition by sweeping the target area with a tangent that shifts length timely. In 4-D environmental map, these key points can be got by binary tree finding simply. Compared to Boustrophedon cell decomposition, which is regarded as an excellent coverage method, LST cell decomposition not only reduced the complexity of algorithm but also decreased the number of cells. All these make robots system allocating and planning more optimal with smaller cost. In the SCLA system, cell allocation strategies based on cell square estimating by approximately rectangular are studied separately for n≈m, n>>m and n<     At last, in order to analyze and estimate the performance of multi-robots coverage in designated region, Gantt chart is used to describe the process of multi-robots coverage. And some measure and metrics are presented such as coverage rateη_(cs), time consumption ratioη_T, energy consumption ratioη_E and effective path ratioη_(?). They are used to estimate the performance quantitatively. Then the coverage coordination index CCI is proposed, specifically for multi-robots synergetic coverage.
引文
[1]蔡自兴,陈白帆,王璐,刘丽珏,段琢华.异质多移动机器人协同技术研究的进展[J].智能系统学报,2007,2(3):1-7.
    [2]Asama H,et al.Design of an Autonomous and Distributed Robot System[A].Proc.IEEE/RSJ IROS'89[C].Tsukuba:RSJ Press,1989:283-290.
    [3]Fukuda T,Kawauchi Y.Cellular Robotic System(CEBOT) as one of the realization of self-organizing intelligent universal manipulator[A].Proceeding of the IEEE Conference on Robotics and Automation[C].Cincinnati,OH,USA,1990:662-667.
    [4]Beni G,Wang J.Swarm intelligence[A].Proc of the 7th Annual Meeting of the Robotics Society of Japan[C].Tokyo:RSJ Press,1989:425-428.
    [5]Mataric M J.Reinforcement learning in the multi-robot domain[J].Autonomous Robots,1997,4(1):73-83.
    [6]Chun W H,Jochem T M.Unmanned Ground Vehicle Demo Ⅱ:Demonstration[A].Proceedings of SPIE Mobile Robots IX[C],1994,2352:180-191.
    [7]Thorpe C,Hebert M,Kanade T,Shafer S.Toward Autonomous Driving:The CMU NavLab Part Ⅰ-Perception[M].IEEE Expert,1991.
    [8]Alami R,Fleury S,Herrb M,et al.Multi-robot cooperation in the Martha project [J].Robotics and Automation Maga-zine,1998.
    [9]喻俊志,陈尔奎,王硕,谭民.仿生机器鱼研究的进展与分析[J].控制理论与应用,2003,20(4):485-491.
    [10]陈卫东,顾冬雷,席裕庚.基于多模式交互的多移动机器人分布式合作系统[J].自动化学报,2004,30(5):671-678.
    [11]Yangmin Li,Xin Chen.Dynamic control of multi-robot formation[A].IEEE International Conference on Mechatronics and Automation[C],Canada,2005:352-357.
    [12]Rachkov,M.Optimal control of the transport robot[A].International Conference on Industrial Electronics,Control and Instrumentation[C],1994:1039-1042.
    [13]J.Colegrave,A.Branch.A case study of autonomous household vacuum cleaner[A].AIAA/NASA CIRFFSS[C],1994.
    [14]H.Enders,W.Feiten,G.Lawitzky.Field test of Autonomous cleaning in supermarkets[A].IEEE Int.Conf.on Robotics and Automation[C],1998: 1779-1781.
    [15] David C. Conner, Aaron Greenfield. Paint Deposition Modeling for Trajectory Planning on Automotive Surfaces[J]. IEEE Transactions on Automation Science and Engineering, 2005,2(4): 381-392.
    [16] J. Nicoud, M. Habib. The pemex autonomous demining robot: Perception and navigation strategies[A]. Proc. of IEEE/RSJ Int. Conf. on Intelligent Robot Systems[C], Pittsburg: 1995.419-424.
    [17] A. Wagner, R. C. Arkin. Multi-robot communication-sensitive reconnaissance[A]. Proceedings of the IEEE International Conference on Intelligent Robotics and Systems[C], New Orleans, 2004:4674-4681.
    [18] GA. Kantor, S. Singh, R. Peterson, et al. Distributed Search and Rescue with Robot and Sensor Teams[A]. The 4th International Conference on Field and Service Robotics[C], Japan: 2003.1808-1813.
    [19] Sanem Sariel, H. Levent Akin. A Novel Search Strategy for Autonomous Search and Rescue Robots[A], RoboCup 2004, Lecture Notes in Artificial Intelligence[C], Berlin Heidelberg: Springer-Verlag, 2005. 459-466.
    [20] Cui Yi-an, Cai Zi-xing, Wang Lu. Scene recognition for mine rescue robot localization based on vision[J]. Transactions of Nonferrous Metals Society of China, 2008, 18(02): 432-437.
    [21] WeiMin Tao, Mingiuu Zhang,Tzyh-Jong Tarn. A Genetic Algorithm Based Area Coverage Approach for Controlled Drug Delivery using Micro-Robots [J]. Nanomedicine: Nanotechnology, Biology and Medicine, 2005, 1(1): 91-100.
    [22] Abraham NJ, Wolf A, Choset H. A Potential Function Approach to Surface Coverage for a Surgical Robot[J], Journal of Computer Aided Surgery, 2006, 11: 1-9.
    [23] Dana R. Yoerger, Albert M. Bradley, Barrie B. Walden, et al. Fine-Scale Seafloor Survey in Rugged Deep-ocean Terrain with an Autonomous Robot[A]. IEEE International Conference on Robotics and Automation[C], San Francisco: USA, 2000.1787-1792.
    [24] DeWitt Latimer IV, Siddhartha Srinivasa, Vincent Lee-Shue. Towards Sensor Based Coverage with Robot Teams[A]. Proceedings of the 2002 IEEE International Conference on Robotics & AutomationfC], Washington, DC: 2002.961-967.
    [25] Simon X. Yang. A Neural computational Algorithm for Coverage Path Planning in Changing Environment[A].IEEE 2002 International Conference on Communications Circuits and Systems and West Sino Expositions[C].New York:2002.1174-1178
    [26]蔡自兴.机器人学[M].北京:清华大学出版社,2000.
    [27]Douglas W.Gage.Command Control for Many-Robot Systems[J].Unmanned Systems,1992,10(4):28-34.
    [28]Zack J.Butler.Distributed Coverage of Rectilinear Environments[D].Pennsylvania:Carnegie Mellon University,2000.
    [29]Sylvia C.Wong,Bruce A.MacDonald.A topological coverage algorithm for mobile robots[A].Proceedings of the 2003 IEEE/RSJ Intl.Conference on Intelligent Robots and Systems[C],Las Vegas.Nevada:2003.1685-1690.
    [30]Maxim A.Batalin,Gaurav S.Sukhatme.Sensor Coverage using Mobile Robots and Stationary Nodes[A].Proceedings of the SPIE[C],Boston:MA,2002:269-276.
    [31]Maxim A.Batalin,Gaurav S.Sukhatme.The Analysis of an Efficient Algorithm for Robot Coverage and Exploration based on Sensor Network Deployment[A].Proceeding of IEEE International Conference on Robotics and Automation[C],Barcelona:Spain,2005:3478-3485.
    [32]Xiaoming Zheng,Sonal Jain,Sven Koenig,et al.Multi-Robot Forest Coverage[A].Proceedings of the IEEE International Conference on Intelligent Robots and Systems[C],Edmonton:Canada,2005:343-350.
    [33]Ercan U.Acar,Howie Choset,Robust Sensor-based Coverage of Unstructured Environments[A].Proceedings of the 2001 IEEE/RSJ International Conference on Intelligence Robots and Systems[C],Hawaii,2001:61-68.
    [34]Enrique Gonzilez,Mauricio Alarcon,Paula Aristiziibal,et al.BSA:A Coverage Algorithm[A].Proceedings of the 2003 IEEE/RSJ Intl.Conference on Intelligent Robots and Systems[C],Las Vegas,2003:1679-1684.
    [35]蔡自兴,崔益安.多机器人覆盖技术研究进展[J].控制与决策,2008,23(5):481-486.
    [36]Zelinsky A,Jarvis R A,Byrne J C.Planning Paths of Complete Coverage of an Unstructured Environment by a Mobile Robot[J].International Journal of Robotics Research,1994,1(4):315.
    [37]Yoav Gabriely,Elon Rimon.Spanning-Tree based Coverage of Continuous Areas by a Mobile Robot[A].Proceeding of the IEEE Conference on Robotics and Automation[C],Seoul:Korea,2001:1927-1933.
    [38]祖莉.智能割草机器人全区域覆盖运行的控制和动力学特性研究:[博士学位论文].南京理工大学,2005.
    [39]王俭,陈卫东,赵鹤鸣.移动机器人全覆盖路径规划优化方法[J].计算机工程,2005,31(22):162-164.
    [40]Maxim A.Batalin,Gaurav S.Sukhatme.Coverage,Exploration and Deployment by a Mobile Robot and Communication Network[A].Proceedings of the International Workshop on Information Processing in Sensor Networks[C],Palo Alto,2003:376-391.
    [41]Keith J.O'Hara,Tucker R.Balch.Pervasive Sensor-less Networks for Cooperative Multi-Robot Tasks[A].7th International Symposium on Distributed Autonomous Robotic Systems(DARS-04)[C],Toulouse:France,2004:279-286.
    [42]Maxim A.Batalin,Gaurav S.Sukhatme.Spreading Out:A Local Approach to Multi-robot Coverage[A].Proceedings of the 6th International Symposium on Distributed Autonomous Robotics Systems[C],Fukuoka:Japan,2002:373-382.
    [43]D.Kurabayashi,J.Ota,T.Arai,E.Yoshida.Cooperative sweeping by multiple mobile robots[A].Proceeding of IEEE International Conference on Robotics and Automation[C],Minneapolis:USA,1996:1744-1749.
    [44]Howie Choset.Coverage of Known Spaces:The Boustrophedon Cellular Decomposition[J].Autonomous Robots,2000,19:247-253.
    [45]Ercan U.Acar,Howie Choset.Robust Sensor-based Coverage of Unstructured Environments[A].Proceedings of the 2001 IEEE/RSJ International Conference on Intelligence Robots and Systems[C],Hawaii,2001:61-68.
    [46]Ercan U.Acar,Howie Choset,Prasad N.Atkar.Complete Sensor-based Coverage with Extended-range Detectors:A Hierarchical Decomposition in Terms of Critical Points and Voronoi Diagrams[A].Proceedings of the 2001 IEEE/RSJ International Conference on Intelligence Robots and Systems[C],Hawaii,2001:1305-1311.
    [47]Ercan U.Acar,Howie Choset,Alfred A.Rizzi,Prasad N.Atkar,Douglas Hull.Morse Decompositions for Coverage Tasks[J[.The International Journal of Robotics Research,2002,21(4):331-344.
    [48]Sylvia C.Wong,Lee Middleton,Bruce A.MacDonald.Performance metrics for robot coverage tasks[A].Proceedings Australasian Conference on Robotics and Automation[C],Auckland:New Zealand,2002:7-12.
    [49]Sylvia C.Wong,Lee Middleton,Bruce A.MacDonald.Creating Composite Images for Estimating the Effectiveness of Mobile Robot Coverage Algorithms [A].Proceedings of Australasian Conference on Robotics and Automation[C],Brisbane:Australia,2003.
    [50]Le Pape,C.A Combination of Centralized and Distributed Methods for Multi-Agent Planning and Scheduling[A].Proceeding of the IEEE International Conference on Robotics and Automation[C].1990:488-493.
    [51]陈卫东,席裕庚,顾冬雷,董胜龙.一个面向复杂任务的多机器人分布式协调系统[J].控制理论与应用,2002,19(4):505-510.
    [52]S.Koenig,B.Szymanski,Y.Liu.Efficient and Inefficient Ant Coverage Methods[J].Annals of Mathematics and Artificial Intelligence,2001,3(1-4):41-76.
    [53]Y.Kuniyoshi,Yasuo Kita,Nobuyuki Rougeaux,et al.Vision Based Behaviors for Multi-Robot Cooperation[A].IEEE International Conference on Intelligent Robots and Systems[C].1994:925-932.
    [54]Ioannis Rekleitis,Vincen Lee-Shue,Ai Peng New,et al.Limited Communication,Multi-Robot Team Based Coverage[A].Proceedings of the 2004 IEEE International Conference on Robotics & Automation[C],New Orleans:USA,2004.
    [55]K.Singh,K.Fujimura.A navigation strategy for cooperative multiple mobile robots[A].Proc.of IEEE Int'l Conf.on Intelligent Robots and Systems[C].Yokohama:1993.283-288.
    [56]B.Yamauchi.Decentralized coordination for multi-robot exploration[J].Robotics and Autonomous Systems,1999,29(2):111-118.
    [57]杨竹丰,张赤斌,颜肖龙.基于标点定位的清扫机器人遍历算法研究[J].电子机械工程,2006,22(1):59-61.
    [58]J.C.Latombe.Robot motion planning[M].Boston:MAK lower,1991.
    [59]H.Choset.Coverage of Known Spaces:The Boustrophedon Cellular Decomposition[J].Autonomous Robots,2000,9(3):247-253.
    [60]Choset H.,Burdick J.Sensor based planning I,The generalized Voronoi graph[A].IEEE International Conference on Robotics and Automation[C].1995:1649-1655.
    [61]Howie Choset.Coverage for robotics - a survey of recent results[J].Annals of Mathematics and Artificial Intelligence,2001,31:113-126.
    [62]D.W.Gage.Randomized search strategies with imperfect sensors[J].Mobile Robots Ⅷ, 1993:270-279.
    [63] Kjerstin Easton, Joel Burdick. A Coverage Algorithm for Multi-robot Boundary Inspection [A], IEEE Int. Conf. on Robotics and Automation (ICRA)[C], Barcelona: Spain, 2005:727-734
    [64] N. Hazon, G. Kaminka. Redundancy, efficiency, and robustness in multi-robot coverage[A]. Proceedings of the International Conference on Robotics and Automation[C], Hongkong and Macau: China, 2005.
    [65] T. W. Min, H. K. Yin. A decentralized approach for cooperative sweeping by multiple mobile robots [A]. Proceeding of IEEE International Conference on Intelligent Robots and Systems[C], USA, 1998:380-385.
    [66] I. A. Wagner, M. Lindenbaum, A. M. Bruckstein. MAC vs PC : determinism and randomness as complementary approaches to robotic exploration of continuous unknown domains[J]. Int'1Journal of Robotics Research, 2000, 19(1): 12-31.
    [67] D. Payton, M. Daily, R. Estkowski, et al. Pheromone robotics [J]. Autonomous Robots, 2001,11(3):319-324.
    [68] Duckett T.,Nehmzow U. Mobile robot self-localization and measurement of performance in middle-scale environments[J]. Robotics and Autonomous Systems, 1998,24(1):57-69.
    [69] U. Nehmzow. Quantitative analysis of robot-environment interaction - on the difference between simulations and the real thing [A]. Proceedings of Eurobot[C], 2001.
    [70] Yoav Gabriely, Elon Rimon. Spiral-STC: An on-line coverage algorithm of grid environments by a mobile robot[A]. Proceedings of the IEEE International Conference on Robotics and Automation[C], Washington, DC, 2002:954-960.
    [71] A. Zelinsky, R. A. Jarvis, J. C. Byrne, S Yuta. Planning paths of complete coverage of an unstructured environment by a mobile robots [A]. In International Conference on Advanced Robotics [C], Tokyo, Japan: 1993.
    [72] Ercan Umut Acar. Complete Sensorbased Coverage of Unknown Spaces: Incremental Construction of Cellular Decompositions [D]. Pennsylvania: Carnegie Mellon University, 2002.
    [73] Iwan R. Ulrich, Francesco Mondada, J. D. Nicoud. Autonomous vacuum cleaner[J]. Robotics and Autonomous Systems, 1997,19(3-4): 233-245.
    [74] Gerkey B P, MataricM J. A formal analysis and taxonomy of task allocation in multi robot systems[J]. The International Journal of Robotics Research, 2004, 23(9):939-954.
    [75]L.Parker.ALLIANCE:An architecture for fault tolerant,cooperative control of heterogeneous mobile robots[A].Proceedings of the 1994 International Conference on Intelligent Robots and Systems[C],Munich,Germany,1994:776-783.
    [76]宋梅萍,顾国昌,张汝波.多移动机器人协作任务的分布式控制系统[J].机器人,2003,25(5):456-460
    [77]王醒策,张汝波,顾国昌.多机器人动态编队的强化学习算法研究[J],计算机研究与发展,2003,40(10):1444-1450.
    [78]Robin R.Murphy,Introduction to AI Robotics[M].Cambridge,MA,USA:MIT Press,2000.
    [79]Arai T,Pagello E,Parker L E.Editorial:Advances in Multi-Robot Systems[J].IEEE Transactions on Robotics and Automation,2002,18(5):655-661.
    [80]PARKER L E.Adaptive Heterogeneous Multi-Robot Teams[J].Neurocomputing,1999,28(1-3):75-92.
    [81]Shen W,SALEMI B,WILL P.Hormone-Inspired Adaptive Communication and Distributed Control for CONRO Self-Reconfigurable Robots[J].IEEE Tansaction on Robotics and Automation,2002,18(5):700-712.
    [82]张汝波,王兢,孙世良.具有环境自适应能力的多机器人编队系统研究[J].机器人,2004,26(1):69-73.
    [83]程磊,王永骥,朱全民.基于通信的多移动机器人编队控制系统[J].华中科技大学学报(自然科学版),2005,33(11):67-70.
    [84]M.McNaughton,S.Verret,A.Zadorozny,Hong Zhang.Broker:an interprocess communication solution for multi-robot systems[A].Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems[C],2005:1458-1463.
    [85]M.B.Dias,R.Zlot,M.Zinck,J.P.Gonzalez,A.Stentz.A Versatile Implementation of the TraderBots Approach for Multirobot Coordination[A].Proceedings of the 8 th Conference on Intelligent Autonomous Systems[C],2004.
    [86]R.Alami,F.Robert,F.Ingrand,etal.Multi-robot cooperation through incremental plan-merging[A].Proceedings of the IEEE International Conference on Robotics and Automation[C].France,IEEE Press,1995:2573-2579.
    [87]E.H.Ostergaard,M.J.Mataric,G.S.Sukhatme.Distributed multi-robot task allocation for emergency handling[A].Proceedings of IEEE/RSJ International Conference on Intelligent Robots and Systems[C].2001:821-826.
    [88]崔益安,蔡自兴.自组分层式多机器人体系结构[J].小型微型计算机系统,2008,29(7):1263-1267.
    [89]J.C.Latombe.Robot Motion Planning[M].Boston:MAK lower,1991.
    [90]隋金雪,付宏伟,杨光华等.PSD在三维坐标测量中的应用[J].传感器世界,2004,10(11):25-28.
    [91]刘云辉.未知环境中基于相对观测量的多机器人合作定位研究:[博士学位论文].国防科学技术大学,2006.
    [92]REKLEITIS I M,DUDEK G,MILIOS E.Multi-Robot Collaboration for Robust Exploration[J].Annals of Mathematics and Artificial Intelligence,2001,31(1-4):7-40.
    [93]GRABOWSKI R,NAVARRO L E,PAREDIS C J,KHOSLA P K.Heterogenouse Teams of Modular Robots for Mapping and Exploration[J].Autonomous Robots,2000,8(3):293-308.
    [94]Weiss G,Wetzler C,Puttkamer E V.Keeping track of position and orientation of moving indoor systems by correlation of range finder scans[A].Proceedings of the IEEE/ RSJ/ GI International Conference on Intelligent Robots and Systems Advanced Robotic Systems and the Real World[C].Munich:Germany.1994,(1):595-601.
    [95]Crowley J L,Wallner F,Schiele B.Position estimation using principal components of range data[A].Proceedings of the IEEE International Conference on Robotics and Automation[C],1998.
    [96]Lowe D.Object Recognition from local scale-invariant features[A].Proc.of the 7th Int.Conf.on Computer Vision(ICCV'99)[C],Corfu,Greece,1999:1150-1157.
    [97]Michael L.Stein.Interpolation of Spatial Data -Some Theory for Kriging[M].New York:Springer,1999.
    [98]I.A.Wagner,M.Lindenbaum,A.M.Bruckstein.MAC vs PC:determinism and randomness as complementary approaches to robotic exploration of continuous unknown domains[J].Int'l Journal of Robotics Research,2000,19(1):12-31.
    [99]Lynne E.Parker.Heterogeneous Multi-Robot Cooperation[D].Massachusetts Institute of Technology,1994.
    [100]Acar E,Choset H,Rizzi Aet al.Exact Cellular Decompositions in terms of Critical Points of Morse Functions[A].Proceedings of IEEE International Conference on Robotics and Automation(ICRA)[C],2000:2270-2277.
    [101]Acar E,Choset H.Critical point sensing in unknown environments[A].Proceedings of IEEE International Conference on Robotics and Automation (ICRA)[C],2000:3803-3810.
    [102]Fomenko A,Kunii T.Toplogical Modeling for Visualization[M].Springer Verlag,Tokyo,1997.
    [103]Reeb G.Sur les points singuliers d'une forme de pfaff completement integrable ou d'une fonction numerique[J].Comptes Rendus Acad,Sciences Paris,1946:847-849.
    [104]Acar E,Choset H.Sensor-based coverage with extended range detectors[J].IEEE Transactions on Robotics,2006,22(1):189-198.
    [105]Rekleitis I,Lee-Shue V,Choset H.Limited communication,multi-robot team based coverage[A].Proceedings of IEEE International Conference on Robotics and Automation[C],2004:3462-3468.
    [106]R.Forman.Morse theory and evasiveness[M].Combinatorica,2000.
    [107]柳林.多机器人系统任务分配及编队控制研究:[博士学位论文].国防科学技术大学,2006.
    [108]苏治宝,陆际联.多移动机器人队形控制的研究方法[J].机器人,2003,25(1):88-91.
    [109]沈捷,费树岷,郑波.多移动机器人保持队形路径规划[J].东南大学学报(自然科学版),2005,35(3):391-395.
    [110]林义忠,黄玉美,张永贵.移动机器人方位测量仪[J].传感器技术,2004,23(10):37-40.
    [111]Clark,Wallace.The Gantt chart:a working tool of management(3d ed.)[M].London:Pitman,1952.

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700