DSpace Repository

A Distance Transform Method for Finding Shortest Path in Robot Navigation

Show simple item record

dc.contributor.author Kowsikan, J.
dc.contributor.author Suthakar, S.
dc.date.accessioned 2024-06-04T05:01:16Z
dc.date.available 2024-06-04T05:01:16Z
dc.date.issued 2018
dc.identifier.uri http://repo.lib.jfn.ac.lk/ujrr/handle/123456789/10590
dc.description.abstract Finding shortest path for robot navigation is still a hot task in the present era. Among the vast number of path finding algorithms, A* algorithm is one of the best and popular technique. It finds shortest path by searching among all possible paths. The A* uses two different parameters to estimate the cost while moving towards to the destination. The first parameter is g(n) which is the cost for moving from the starting point to a vertex n, and the second parameter is h(n) which is the heuristic cost value from the vertex n to the destination. The standard A* algorithm calculates g(n) and h(n) every time while it is moving from one point to another. In this paper, we propose a method to calculate the cost g(n) using the distance transform values. Two different masks, forward mask and backward mask, have been used to calculate the distance values from the starting point to all other points in the image. Based on these values, the g(n) values for the A* algorithm are calculated. Morphological operations are used to pre-process the image, and then thresholding is used in order to differentiate the floor and obstacles. Then all the obstacles are excluded from the image, and the distance transformation is used to find the g(n). The results shows that the devised system works about 2% faster than the standard A* algorithm. en_US
dc.language.iso en en_US
dc.publisher University of Jaffna en_US
dc.subject A* algorithm en_US
dc.subject distance transformation en_US
dc.subject shortest path en_US
dc.subject path finding en_US
dc.title A Distance Transform Method for Finding Shortest Path in Robot Navigation en_US
dc.type Article en_US


Files in this item

This item appears in the following Collection(s)

Show simple item record