欢迎来到天天文库
浏览记录
ID:24594732
大小:2.32 MB
页数:131页
时间:2018-11-15
《基于栅格法的汽车路径规划》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、·华中科技大学硕士学位论文基于栅格法的汽车路径规划姓名:黄耀申请学位级别:硕士专业:系统工程指导教师:郭敏20080606···华中科技大学硕士学位论文摘要路径规划是指移动机器人按照某一种性能指标(例如距离、时间、能量等)搜索出一条从起始状态到目标状态的最优或次优路径。本文以某汽车调运辅助决策系统为实际背景,研究了机器人路径规划技术在工程实践中的应用问题。本项目的目的是针对典型的汽车布列模式和典型的调运任务提供一定数量的优选的调运路线,并对可行路线进行排序。其主要难点在于系统的环境建模问题,以及在线路搜索中必须保证一定的实时性要求。本文首先从环境建模方法和路径搜索方法两方面
2、介绍了目前路径规划技术的研究现状,并给出了本文的主要研究内容和全文的组织结构。其次,结合本项目的特点,在系统环境建模中提出改进的栅格法,并提出使用ALA的方法进行栅格之间的线路拟合和平滑化处理工作的思路。第三,提出了两种基于改进的栅格法的路径搜索方法。第一种方法是以广度优先算法为基础的全局搜索方法,在该方法中,主要采取哈希表进行判重,大大提高了搜索速度。本文主要研究了建立哈希表的具体方法,并提出了两种方法来处理哈希冲突问题。另一种方法是以Dijkstra算法为基础的近似搜索方法,该方法可以在保证线路具有一定性能的前提下实现较快的搜索速度。本文针对两种搜索方法均给出了具体的编
3、程实现,并根据多种不同的布列图使用上述两种方法计算出汽车移动的路径,从运算速度和运算结果两方面对这两种方法进行了比较。最后,简要介绍了汽车调运辅助决策软件的开发方案、功能以及部分界面。关键词:路径规划栅格法广度优先算法Dijkstra算法哈希表···I···华中科技大学硕士学位论文AbstractThepathplanningisthatamobilerobotsearchesanoptimalpathorasub-optimal pathfromtheinitialstatetothetargetstateinaccordancewithaperformanceindex
4、(such asdistance,time,energy,etc.).Inthisthesis,takingautomobileallocationand transportationassistantdecision-makingsystemasbackground,wediscussthepath planningapplicationinengineering.Theobjectivesofthisprojectareprovidingacertainnumberofoptimizedpathfor sometypicaldistributedmapsandsomet
5、ypicaltasksandsortingpossiblepath.Themain difficultiesareenvironmentalmodelingforsystemandtherequirementofmeeting real-timeinpathsearch.Firstly,thisthesisintroducesthecurrentresearchstatusaboutpathplanningfromthe environmentalmodelingandpathsearch,andgivesthemaincontentsandthe organization
6、alstructure.Secondly,combiningwithcharacteristicsoftheproject,weproposeimprovedgrid methodforenvironmentalmodeling.AndweproposetousetheALAmethodforfitting andsmoothinglinesbetweengrids.Thirdly,weproposetwosearchmethodsbasedonimprovedgridmethod.Oneglobal searchalgorithmtakesbreadth-firstsea
7、rchalgorithmasbase.Weusehashtabletoprevent theduplicationofstatesinthismethod.Andthismethodgreatly···improvessearchingspeed. Inthisthesisweresearchhowtocreatehashtable,andweproposetousetwomethodsto settlehashcollision.AnotherapproximatesearchmethodbasesonDijks
此文档下载收益归作者所有