Nithin Sameer Yerramilli, N. Johnson, Omsri Sainadh Y Reddy, S. Prajwal
{"title":"Navigation Systems Using A*","authors":"Nithin Sameer Yerramilli, N. Johnson, Omsri Sainadh Y Reddy, S. Prajwal","doi":"10.1109/RTEICT52294.2021.9573801","DOIUrl":null,"url":null,"abstract":"Shortest path searching is very important in some special cases such as medical emergencies, fire brigade, etc. An optimal path may be defined on a number of factors such as least distance/time or traffic density in stochastic road networks. Hence, there is no proper definition of an optimal path within the underlying constraints. One approach taken as an answer to this question is to find a path with the minimum expected travel time. For this, the approach taken is to construct a map of a city/town. This map is created using graphs where the nodes and edges represent the landmarks/locations and roads respectively. Traversal of the graph denotes traversal among the city/town. There are multiple graph traversal algorithms such as Best First Search, Bellman-Ford, and Dijkstra; but an optimal algorithm that finds the shortest path with the least time complexity should be chosen and implemented. Hence the A* algorithm is ideal. The benefit of using the A* algorithm is that it provides the optimum path while adhering to the underlying constraints. While A* algorithm is an optimum path-finding algorithm, it works ideally when the graph created has accurate measurements. Scaling is also not an issue as space complexity increases with the size of the graph. A small part of The city of Bengaluru is taken as the map consisting of 83 locations in which 24 locations consist of the possible destinations and an ambulance is considered as the vehicle of traversal to eliminate underlying constraints such as traffic density and variable speed.","PeriodicalId":191410,"journal":{"name":"2021 International Conference on Recent Trends on Electronics, Information, Communication & Technology (RTEICT)","volume":"15 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2021-08-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"2021 International Conference on Recent Trends on Electronics, Information, Communication & Technology (RTEICT)","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1109/RTEICT52294.2021.9573801","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 0
Abstract
Shortest path searching is very important in some special cases such as medical emergencies, fire brigade, etc. An optimal path may be defined on a number of factors such as least distance/time or traffic density in stochastic road networks. Hence, there is no proper definition of an optimal path within the underlying constraints. One approach taken as an answer to this question is to find a path with the minimum expected travel time. For this, the approach taken is to construct a map of a city/town. This map is created using graphs where the nodes and edges represent the landmarks/locations and roads respectively. Traversal of the graph denotes traversal among the city/town. There are multiple graph traversal algorithms such as Best First Search, Bellman-Ford, and Dijkstra; but an optimal algorithm that finds the shortest path with the least time complexity should be chosen and implemented. Hence the A* algorithm is ideal. The benefit of using the A* algorithm is that it provides the optimum path while adhering to the underlying constraints. While A* algorithm is an optimum path-finding algorithm, it works ideally when the graph created has accurate measurements. Scaling is also not an issue as space complexity increases with the size of the graph. A small part of The city of Bengaluru is taken as the map consisting of 83 locations in which 24 locations consist of the possible destinations and an ambulance is considered as the vehicle of traversal to eliminate underlying constraints such as traffic density and variable speed.
在一些特殊情况下,如医疗紧急情况、消防等,最短路径搜索是非常重要的。在随机道路网络中,最优路径可以根据许多因素来定义,例如最小距离/时间或交通密度。因此,在潜在的约束条件下没有合适的最优路径定义。回答这个问题的一种方法是找到一条期望旅行时间最小的路径。为此,所采取的方法是构建一个城市/城镇的地图。这个地图是用图形创建的,其中节点和边分别代表地标/位置和道路。图的遍历表示在城市/城镇之间的遍历。有多种图遍历算法,如Best First Search, Bellman-Ford和Dijkstra;但需要选择并实现一种以最小时间复杂度找到最短路径的最优算法。因此,A*算法是理想的。使用A*算法的好处是,它在遵守底层约束的同时提供了最优路径。虽然A*算法是一种最优寻径算法,但当创建的图形具有精确的测量值时,它是理想的。缩放也不是问题,因为空间复杂性随着图的大小而增加。班加罗尔市的一小部分被绘制成由83个地点组成的地图,其中24个地点包括可能的目的地,救护车被认为是穿越的车辆,以消除交通密度和可变速度等潜在的限制。