KR102217208B1 - Method and apparatus for searching route - Google Patents

Method and apparatus for searching route Download PDF

Info

Publication number
KR102217208B1
KR102217208B1 KR1020200115992A KR20200115992A KR102217208B1 KR 102217208 B1 KR102217208 B1 KR 102217208B1 KR 1020200115992 A KR1020200115992 A KR 1020200115992A KR 20200115992 A KR20200115992 A KR 20200115992A KR 102217208 B1 KR102217208 B1 KR 102217208B1
Authority
KR
South Korea
Prior art keywords
node
list
path
cost
pair
Prior art date
Application number
KR1020200115992A
Other languages
Korean (ko)
Inventor
임성호
Original Assignee
국방과학연구소
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 국방과학연구소 filed Critical 국방과학연구소
Priority to KR1020200115992A priority Critical patent/KR102217208B1/en
Application granted granted Critical
Publication of KR102217208B1 publication Critical patent/KR102217208B1/en

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/3453Special cost functions, i.e. other than distance or default speed limit of road segments
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/3407Route searching; Route guidance specially adapted for specific applications
    • G01C21/3415Dynamic re-routing, e.g. recalculating the route when the user deviates from calculated route or after detecting real-time traffic data or accidents
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/3446Details of route searching algorithms, e.g. Dijkstra, A*, arc-flags, using precalculated routes

Abstract

A path search method performed by a path search apparatus according to an embodiment of the present invention includes the steps of: identifying a starting point and a target point among a plurality of nodes in a three-dimensional space; calculating a path cost using a cost function, to which the secondary change rate of a physical property depending on a distance or required time and the location of each node with respect to a plurality of search paths from a reference node to an extendable node via an intermediate node wherein a starting point is used as the reference node, the intermediate node is extendable from the reference node and the extendable node is extendable from the intermediate node; repeating a process of calculating the path cost until a new extendable node matches the target point using a cost function to which the secondary change rate for the physical property depending on a distance or required time and the location of each node is reflected with respect to a plurality of search paths to a new intermediate node and a new extendable node by changing the reference node based on the calculated path cost; and determining a path from the starting point to the target point based on the calculated path costs. The present invention can search a path with respect to a plurality of virtual nodes in a three-dimensional space.

Description

경로 탐색 방법 및 장치{METHOD AND APPARATUS FOR SEARCHING ROUTE}Route search method and device {METHOD AND APPARATUS FOR SEARCHING ROUTE}

본 발명은 경로 탐색 방법 및 장치에 관한 것으로서, 더욱 상세하게는 3차원 경로점이 될 수 있는 공간상의 복수의 가상의 노드(node)에 대하여 시작점부터 목표점까지의 경로를 탐색하는 방법과 이 방법을 수행할 수 있는 장치에 관한 것이다.The present invention relates to a path search method and apparatus, and more particularly, a method of searching a path from a starting point to a target point for a plurality of virtual nodes in space that can be three-dimensional path points, and performing this method. It's about a device that can do it.

경로점이 될 수 있는 3차원 공간상의 복수의 가상의 노드에 대하여 시작점부터 목표점까지의 경로를 탐색하는 기술로는 A Star 알고리즘이 있다. A Star 알고리즘은 정해진 위치의 노드 집합에 대해 출발점에서 출발하여 진행 가능한 주변 노드로 한 구간(line segment)씩 이동하면서 매번 출발점으로부터 해당 노드까지의 경과 거리와 해당 노드로부터 목표점까지의 예측 거리의 합을 산출하고 그 중 가장 작은 값을 갖는 노드를 선정하는 과정을 반복하여 최종적으로 시작점에서 목표점까지 최단 경과거리가 되는 경로를 찾는 기술이다.A Star algorithm is a technology that searches a path from a starting point to a target point for a plurality of virtual nodes in a 3D space that can be path points. The A Star algorithm starts from the starting point for a set of nodes at a predetermined location and moves one line segment to the neighboring nodes that can proceed, and each time, the sum of the elapsed distance from the starting point to the corresponding node and the predicted distance from the node to the target point It is a technology to find a path that becomes the shortest elapsed distance from the start point to the target point by repeating the process of calculating and selecting the node with the smallest value among them.

하지만, A Star 알고리즘은 공간변화율이나 시간변화율에 대한 제한조건을 만족시키는 경로를 찾는데 있어서 한계를 가진다. 즉, A Star 알고리즘은 공간상에 짜여진 노드 집합체에서 경로를 구성하는 기본단위가 노드와 인접 노드를 연결하는 하나의 선조각(line segment)이기 때문에 경로를 선택할 때, 한 노드에서 다른 노드까지의 거리나 경과 시간 혹은 이동이나 전송 속도를 반영한 비용함수를 구성하는 물성을 고려할 수 있으나 각 노드의 위치나 위치 별로 정의된 물성의 시간 혹은 공간에 대한 변화율이 고려할 수 없다.However, the A Star algorithm has limitations in finding a path that satisfies the constraints on the rate of change in space or rate of change in time. In other words, in the A Star algorithm, the basic unit of a path in a group of nodes organized in space is a line segment that connects a node and an adjacent node, so when selecting a path, the distance from one node to another B. The physical properties constituting the cost function reflecting the elapsed time or movement or transmission speed can be considered, but the rate of change in time or space of the properties defined for each node location or location cannot be considered.

대한민국 등록특허공보 제10-2094538호, 등록일자 2020년 03월 23일.Republic of Korea Patent Publication No. 10-2094538, registration date March 23, 2020.

본 발명의 일 실시예는 경로점이 될 수 있는 3차원 공간상의 복수의 가상의 노드에 대하여 시간 혹은 공간에 대한 이차변화율을 고려하여 시작점부터 목표점까지의 경로를 탐색하는 경로 탐색 방법 및 장치를 제공한다.An embodiment of the present invention provides a path search method and apparatus for searching a path from a starting point to a target point in consideration of a second rate of change in time or space for a plurality of virtual nodes in a three-dimensional space that can be path points. .

본 발명의 해결하고자 하는 과제는 이상에서 언급한 것으로 제한되지 않으며, 언급되지 않은 또 다른 해결하고자 하는 과제는 아래의 기재로부터 본 발명이 속하는 통상의 지식을 가진 자에게 명확하게 이해될 수 있을 것이다.The problem to be solved of the present invention is not limited to those mentioned above, and another problem to be solved that is not mentioned will be clearly understood by those of ordinary skill in the art from the following description.

제 1 관점에 따른 경로 탐색 장치가 수행하는 경로 탐색 방법은, 3차원 공간상의 복수의 노드 중 시작점과 목표점을 확인하는 단계와, 상기 시작점을 기준노드로 삼아 상기 기준노드에서 진행 가능한 중간노드를 경유하여 상기 중간노드에서 진행 가능한 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하는 단계와, 상기 산출된 경로비용에 기초하여 상기 기준노드를 변경하여 신규 중간노드 및 신규 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하는 과정을 상기 신규 확장노드가 상기 목표점과 일치할 때까지 반복하는 단계와, 산출된 상기 경로비용들에 기초하여 상기 시작점부터 상기 목표점까지의 경로를 결정하는 단계를 포함한다.The route search method performed by the route search apparatus according to the first aspect includes the steps of identifying a starting point and a target point among a plurality of nodes in a three-dimensional space, and using the starting point as a reference node and passing through an intermediate node that can proceed from the reference node. Thus, calculating a route cost using a cost function reflecting a second rate of change of a property depending on a distance or a required time and a location of each node for a plurality of search routes from the intermediate node to an extended node, and the Based on the calculated route cost, a cost function reflecting the secondary change rate of the physical properties depending on the distance or time required and the location of each node for a plurality of search routes to the new intermediate node and the new expansion node by changing the reference node And repeating the process of calculating the path cost by using until the new expansion node coincides with the target point, and determining a path from the start point to the target point based on the calculated path costs. .

제 2 관점에 따른 경로 탐색 장치는, 3차원 공간정보와 시작점과 목표점에 대한 정보를 획득하는 정보 획득부와, 상기 정보 획득부로부터 상기 공간정보, 상기 시작점 및 상기 목표점에 대한 정보를 제공받아 경로점이 될 수 있는 복수의 가상의 노드를 생성하고 이 중 상기 시작점부터 상기 목표점까지의 경로를 결정하는 프로세서부를 포함하고, 상기 프로세서부는, 상기 시작점을 기준노드로 삼아 상기 기준노드에서 진행 가능한 중간노드를 경유하여 상기 중간노드에서 진행 가능한 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하며, 상기 산출된 경로비용에 기초하여 상기 기준노드를 변경하여 신규 중간노드 및 신규 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하는 과정을 상기 신규 확장노드가 상기 목표점과 일치할 때까지 반복하고, 산출된 상기 경로비용들에 기초하여 상기 시작점부터 상기 목표점까지의 경로를 결정한다.The route search apparatus according to the second aspect includes an information acquisition unit for acquiring 3D spatial information and information on a starting point and a target point, and a path by receiving the spatial information, the starting point and information on the target point from the information acquisition unit. And a processor unit configured to generate a plurality of virtual nodes that can be points and determine a path from the start point to the target point, and the processor unit selects an intermediate node that can proceed from the reference node using the start point as a reference node. The route cost is calculated using a cost function that reflects the secondary change rate of the physical properties depending on the distance or time required and the location of each node for a plurality of search routes from the intermediate node to the extension node that can proceed through the route, and the calculation By changing the reference node based on the established path cost, a cost function is used that reflects the secondary change rate of the physical properties depending on the distance or time required and the location of each node for a plurality of search paths to the new intermediate node and the new expansion node. Thus, the process of calculating the path cost is repeated until the new expansion node coincides with the target point, and a path from the start point to the target point is determined based on the calculated path costs.

제 3 관점에 따른 컴퓨터 프로그램을 저장하고 있는 컴퓨터 판독 가능 기록매체는, 상기 컴퓨터 프로그램이, 프로세서에 의해 실행되면, 3차원 공간상의 복수의 노드 중 시작점과 목표점을 확인하는 단계와, 상기 시작점을 기준노드로 삼아 상기 기준노드에서 진행 가능한 중간노드를 경유하여 상기 중간노드에서 진행 가능한 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하는 단계와, 상기 산출된 경로비용에 기초하여 상기 기준노드를 변경하여 신규 중간노드 및 신규 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하는 과정을 상기 신규 확장노드가 상기 목표점과 일치할 때까지 반복하는 단계와, 산출된 상기 경로비용들에 기초하여 상기 시작점부터 상기 목표점까지의 경로를 결정하는 단계를 포함하는 방법을 상기 프로세서가 수행하도록 하기 위한 명령어를 포함한다.The computer-readable recording medium storing the computer program according to the third aspect, when the computer program is executed by a processor, confirms a starting point and a target point among a plurality of nodes in a three-dimensional space, and the starting point is referenced. Cost reflecting the distance or time required for multiple search paths from the intermediate node through the intermediate node that can be processed from the reference node as a node and the secondary change rate of the physical properties depending on the location of each node Calculating a route cost using a function, and a distance or time required for a plurality of search routes to a new intermediate node and a new expansion node by changing the reference node based on the calculated route cost, and the location of each node Repeating the process of calculating the path cost using the cost function reflecting the secondary change rate of the material property dependent on the new expansion node until the target point is coincident, and the starting point based on the calculated path costs. And instructions for causing the processor to perform a method including determining a path from to the target point.

제 4 관점에 따른 컴퓨터 판독 가능 기록매체에 저장되어 있는 컴퓨터 프로그램은, 상기 컴퓨터 프로그램이, 프로세서에 의해 실행되면, 3차원 공간상의 복수의 노드 중 시작점과 목표점을 확인하는 단계와, 상기 시작점을 기준노드로 삼아 상기 기준노드에서 진행 가능한 중간노드를 경유하여 상기 중간노드에서 진행 가능한 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하는 단계와, 상기 산출된 경로비용에 기초하여 상기 기준노드를 변경하여 신규 중간노드 및 신규 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하는 과정을 상기 신규 확장노드가 상기 목표점과 일치할 때까지 반복하는 단계와, 산출된 상기 경로비용들에 기초하여 상기 시작점부터 상기 목표점까지의 경로를 결정하는 단계를 포함하는 방법을 상기 프로세서가 수행하도록 하기 위한 명령어를 포함한다.The computer program stored in the computer-readable recording medium according to the fourth aspect, when the computer program is executed by a processor, confirms a starting point and a target point among a plurality of nodes in a three-dimensional space, and the starting point is referenced. Cost reflecting the distance or time required for multiple search paths from the intermediate node through the intermediate node that can be processed from the reference node as a node and the secondary change rate of the physical properties depending on the location of each node Calculating a route cost using a function, and a distance or time required for a plurality of search routes to a new intermediate node and a new expansion node by changing the reference node based on the calculated route cost, and the location of each node Repeating the process of calculating the path cost using the cost function reflecting the secondary change rate of the material property dependent on the new expansion node until the target point is coincident, and the starting point based on the calculated path costs. And instructions for causing the processor to perform a method including determining a path from to the target point.

본 발명의 일 실시예에 의하면, 3차원 공간상의 복수의 가상의 노드에 대하여 시간 혹은 공간에 대한 이차변화율을 고려하여 시작점부터 목표점까지의 경로를 탐색할 수 있다.According to an embodiment of the present invention, a path from a starting point to a target point may be searched for a plurality of virtual nodes in a three-dimensional space in consideration of a second rate of change in time or space.

도 1은 본 발명의 일 실시예에 따른 경로 탐색 장치의 구성도이다.
도 2는 본 발명의 일 실시예에 따른 경로 탐색 장치가 수행하는 경로 탐색 방법을 설명하기 위한 흐름도이다.
도 3은 경로를 구성하는 기본단위인 기준노드, 중간노드, 확장노드로 구성된 노드쌍과 이를 연속적으로 연결하는 선조각쌍을 표시한 그림이다.
도 4는 2차원 직교좌표계상에 주어진 하나의 기준노드에 대해 (경우 1)의 중간노드와 이를 경유하여 진행될 수 있는 확장노드를 포함한 노드쌍과 이를 연속적으로 잇는 선 조각쌍을 모두 표시한 그림이다.
도 5는 2차원 직교좌표계상에 주어진 하나의 기준노드에 대해 (경우 2)의 중간노드와 이를 경유하여 진행될 수 있는 확장노드를 포함한 노드쌍과 이를 연속적으로 잇는 선 조각쌍을 모두 표시한 그림이다.
도 6은 2차원 직교좌표계상에 주어진 하나의 기준노드에 대해 (경우 3)의 중간노드와 이를 경유하여 진행될 수 있는 확장노드를 포함한 노드쌍과 이를 연속적으로 잇는 선 조각쌍을 모두 표시한 그림이다.
도 7은 2차원 직교좌표계상 주어진 하나의 기준노드에 대해 형성가능한 모든 노드쌍과 이를 연속적으로 잇는 선 조각쌍을 모두 표시한 그림이다.
도 8은 2차원 직교좌표계상 장애물을 제외하고 경로점이 생성될 수 있는 공간 영역 D 내에서 주어진 하나의 기준노드를 중심으로 두 개의 선조각으로 연속적으로 연결될 수 있는 노드쌍과 이를 연결한 선조각쌍을 모두 표시한 그림이다.
도 9는 비용함수에서 가속도비용항을 고려하지 않고 임의의 지형 상에 임의로 지정된 시작점과 목표점에 대해 최적경로를 구한 결과를 3차원 지형도 상에 나타낸 것이다.
도 10은 도 9의 결과를 2차원 등고선 위에 그린 것이다.
도 11은 도 10과 동일한 지형 상에 임의로 지정된 시작점과 목표점에 대해 중력방향의 가속도를 제한하기 위해 비용함수에 가속도비용항까지 고려하여 구한 최적경로를 3차원 지형도 상에 나타낸 것이다.
도 12는 도 11의 결과를 2차원 등고선 상에 나타낸 것이다.
1 is a block diagram of a route search apparatus according to an embodiment of the present invention.
2 is a flowchart illustrating a route search method performed by a route search apparatus according to an embodiment of the present invention.
FIG. 3 is a diagram showing a pair of nodes consisting of a reference node, an intermediate node, and an extension node, which are basic units constituting a path, and a pair of line fragments continuously connecting them.
FIG. 4 is a diagram showing both a pair of nodes including an intermediate node of (Case 1) and an extension node that can proceed through it for one reference node given in a two-dimensional orthogonal coordinate system, and a pair of line fragments connecting them continuously. .
FIG. 5 is a diagram showing both a pair of nodes including an intermediate node of (Case 2) and an extension node that can proceed through it for one reference node given in a two-dimensional orthogonal coordinate system, and a pair of line fragments connecting them in succession. .
FIG. 6 is a diagram showing both a pair of nodes including an intermediate node of (Case 3) and an extension node that can be progressed through it for one reference node given in a two-dimensional orthogonal coordinate system, and a pair of line fragments connecting the same. .
7 is a diagram showing all pairs of nodes that can be formed for a given reference node in a two-dimensional orthogonal coordinate system and all pairs of line fragments connecting them in succession.
8 is a pair of nodes that can be continuously connected by two line pieces around a given reference node within a spatial area D in which path points can be generated excluding obstacles in a two-dimensional orthogonal coordinate system, and a line piece pair connecting them. This is a picture that shows all of them.
9 shows the results of obtaining an optimal path for a starting point and a target point arbitrarily designated on an arbitrary terrain without considering the acceleration cost term in the cost function on a 3D topographic map.
FIG. 10 is a plot of the result of FIG. 9 on a two-dimensional contour line.
FIG. 11 shows an optimal path obtained by considering an acceleration cost term in a cost function in order to limit acceleration in the direction of gravity for a starting point and a target point arbitrarily designated on the same terrain as in FIG. 10 on a 3D topographic map.
12 shows the results of FIG. 11 on a two-dimensional contour line.

본 발명의 이점 및 특징, 그리고 그것들을 달성하는 방법은 첨부되는 도면과 함께 상세하게 후술되어 있는 실시예들을 참조하면 명확해질 것이다. 그러나 본 발명은 이하에서 개시되는 실시예들에 한정되는 것이 아니라 다양한 형태로 구현될 수 있으며, 단지 본 실시예들은 본 발명의 개시가 완전하도록 하고, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 발명의 범주를 완전하게 알려주기 위해 제공되는 것이며, 본 발명의 범주는 청구항에 의해 정의될 뿐이다.Advantages and features of the present invention, and a method of achieving them will become apparent with reference to the embodiments described below in detail together with the accompanying drawings. However, the present invention is not limited to the embodiments disclosed below, but may be implemented in various forms, and only these embodiments make the disclosure of the present invention complete, and those skilled in the art to which the present invention pertains. It is provided to fully inform the person of the scope of the invention, and the scope of the invention is only defined by the claims.

본 발명의 실시예들을 설명함에 있어서 공지 기능 또는 구성에 대한 구체적인 설명은 본 발명의 실시예들을 설명함에 있어 실제로 필요한 경우 외에는 생략될 것이다. 그리고 후술되는 용어들은 본 발명의 실시예에서의 기능을 고려하여 정의된 용어들로서 이는 사용자, 운용자의 의도 또는 관례 등에 따라 달라질 수 있다. 그러므로 그 정의는 본 명세서 전반에 걸친 내용을 토대로 내려져야 할 것이다.In describing the embodiments of the present invention, detailed descriptions of known functions or configurations will be omitted except when actually necessary in describing the embodiments of the present invention. In addition, terms to be described later are terms defined in consideration of functions in an embodiment of the present invention, which may vary according to the intention or custom of users or operators. Therefore, the definition should be made based on the contents throughout this specification.

도 1은 본 발명의 일 실시예에 따른 경로 탐색 장치의 구성도이다.1 is a block diagram of a route search apparatus according to an embodiment of the present invention.

도 1을 참조하면, 일 실시예에 따른 경로 탐색 장치(100)는 정보 획득부(110) 및 프로세서부(120)를 포함하고, 저장부(130) 및/또는 출력부(140)를 더 포함할 수 있다.Referring to FIG. 1, a path search apparatus 100 according to an embodiment includes an information acquisition unit 110 and a processor unit 120, and further includes a storage unit 130 and/or an output unit 140. can do.

정보 획득부(110)는 경로가 생성될 수 있는 영역에 대한 3차원 공간 정보와 시작점과 목표점에 대한 위치정보를 획득하고, 획득된 정보들을 프로세서부(120)에 제공한다. 예를 들어, 정보 획득부(110)는 통신망을 통하여 3차원 공간정보를 수신할 수 있는 통신모듈을 포함하거나 3차원 공간상보를 직접 입력받을 수 있는 인터페이스를 포함할 수 있다.The information acquisition unit 110 acquires 3D spatial information on an area in which a path can be generated, and location information on a starting point and a target point, and provides the obtained information to the processor unit 120. For example, the information acquisition unit 110 may include a communication module capable of receiving 3D spatial information through a communication network or an interface capable of directly receiving a 3D spatial complement.

프로세서부(120)는 정보 획득부(110)로부터 공간정보, 시작점 및 목표점에 대한 정보를 제공받아 경로점이 될 수 있는 복수의 노드를 형성하고 시작점부터 목표점까지의 경로를 결정한다. 이러한 프로세서부(120)는 시작점을 기준노드로 삼아 기준노드에서 진행 가능한 중간노드를 경유하여 중간노드에서 진행 가능한 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출할 수 있으며, 산출된 경로비용에 기초하여 기준노드를 변경하여 신규 중간노드 및 신규 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하는 과정을 신규 확장노드가 목표점과 일치할 때까지 반복할 수 있고, 산출된 경로비용들에 기초하여 시작점부터 목표점까지의 경로를 결정할 수 있다. 여기서, 이차변화율은 가속도일 수 있다. 예를 들어, 가속도는 중력방향으로의 가속도일 수 있고, 가속도로서 선회 가속도가 특정값 이하로 제한될 수 있다. 이러한 프로세서부(120)가 복수의 노드 중 시작점부터 목표점까지의 경로를 결정하는 처리 절차에 대해서는 도 2를 참조하여 다시 살펴보기로 한다.The processor unit 120 receives spatial information, information about a starting point, and a target point from the information acquisition unit 110 to form a plurality of nodes that can be path points, and determine a path from the starting point to the target point. The processor unit 120 uses the starting point as a reference node and depends on the distance or time required and the location of each node for a plurality of search paths from the intermediate node to the expansion node that can proceed from the reference node via the intermediate node. The route cost can be calculated using a cost function that reflects the secondary rate of change of the physical properties, and the distance or required for multiple search routes to the new intermediate node and the new expansion node by changing the reference node based on the calculated route cost The process of calculating the path cost using the cost function reflecting the secondary change rate of the material properties depending on the time and location of each node can be repeated until the new expansion node matches the target point, and based on the calculated path costs Thus, the path from the starting point to the target point can be determined. Here, the secondary rate of change may be acceleration. For example, the acceleration may be an acceleration in the direction of gravity, and the turning acceleration may be limited to a specific value or less as the acceleration. A processing procedure in which the processor unit 120 determines a path from a starting point to a target point among a plurality of nodes will be described again with reference to FIG. 2.

저장부(130)는 프로세서부(120)에 의한 처리 결과를 프로세서부(120)의 제어에 따라 저장할 수 있다. 예를 들어, 저장부(130)는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 플래시 메모리(flash memory)와 같은 프로그램 명령어들을 저장하고 수행하도록 특별히 구성된 하드웨어 장치 등과 같이 컴퓨터 판독 가능한 기록매체일 수 있다.The storage unit 130 may store a result of processing by the processor unit 120 under the control of the processor unit 120. For example, the storage unit 130 includes magnetic media such as hard disks, floppy disks, and magnetic tapes, optical media such as CD-ROMs and DVDs, and floptical disks. It may be a computer-readable recording medium such as a hardware device specially configured to store and execute program instructions such as magneto-optical media or flash memory.

출력부(140)는 프로세서부(120)에 의한 처리 결과를 프로세서부(120)의 제어에 따라 출력할 수 있다. 예를 들어, 출력부(140)는 프로세서부(120)에 의한 처리의 결과를 송신할 수 있는 통신모듈을 포함하거나 다른 전자장치로 전달할 수 있는 인터페이스를 포함할 수 있다. 또, 출력부(140)는 프로세서부(120)에 의한 처리의 결과를 시각적 식별이 가능하게 출력할 수 있는 표시장치 또는 인쇄장치 등을 포함할 수 있다.The output unit 140 may output a result of processing by the processor unit 120 under control of the processor unit 120. For example, the output unit 140 may include a communication module capable of transmitting a result of processing by the processor unit 120 or an interface capable of transmitting to another electronic device. In addition, the output unit 140 may include a display device or a printing device capable of visually identifying the result of processing by the processor unit 120.

도 2는 본 발명의 일 실시예에 따른 경로 탐색 장치가 수행하는 경로 탐색 방법을 설명하기 위한 흐름도이다.2 is a flowchart illustrating a route search method performed by a route search apparatus according to an embodiment of the present invention.

도 2를 참조하면, 일 실시예에 따른 경로 탐색 방법은 3차원 공간상의 복수의 노드 중 시작점과 목표점을 확인하는 단계(S210)를 포함한다.Referring to FIG. 2, a path search method according to an embodiment includes a step S210 of confirming a starting point and a target point among a plurality of nodes in a 3D space.

그리고, 경로 탐색 방법은 시작점을 기준노드로 삼아 기준노드에서 진행 가능한 중간노드를 경유하여 중간노드에서 진행 가능한 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하는 단계(S220)를 더 포함한다.In addition, the path search method uses the starting point as the reference node, and physical properties depending on the distance or required time and the location of each node for a plurality of search paths from the intermediate node to the expansion node that can be progressed through the intermediate node that can be progressed from the reference node. It further includes a step (S220) of calculating the route cost by using the cost function in which the secondary change rate is reflected.

그리고, 경로 탐색 방법은 산출된 경로비용에 기초하여 기준노드를 변경하여 신규 중간노드 및 신규 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하는 과정을 신규 확장노드가 목표점과 일치할 때까지 반복하는 단계(S230)를 더 포함한다. 여기서, 이차변화율은 가속도일 수 있고, 이차변화율항이 비용함수에 포함되어 비용함수 값이 작게 나오는 노드쌍을 선별하는 과정을 통해 중력방향으로의 가속도가 제한되거나 선회 가속도가 특정값 이하로 제한될 수 있다.In addition, the path search method changes the reference node based on the calculated path cost, and the second rate of change of the physical properties depending on the distance or the required time and the location of each node for a plurality of search paths to the new intermediate node and the new expansion node. A step (S230) of repeating the process of calculating the path cost by using the reflected cost function until the new expansion node coincides with the target point (S230). Here, the secondary rate of change may be an acceleration, and the acceleration in the direction of gravity may be limited or the turning acceleration may be limited to a specific value or less through the process of selecting a node pair in which the secondary rate of change term is included in the cost function and the value of the cost function is small. have.

그리고, 경로 탐색 방법은 산출된 경로비용들에 기초하여 시작점부터 목표점까지의 경로를 결정하는 단계(S240)를 더 포함한다.In addition, the route search method further includes a step (S240) of determining a route from the start point to the target point based on the calculated route costs.

단계 S220을 좀 더 구체적으로 살펴보면, 기준노드로부터 두 개의 선조각에 의해 연속적으로 연결될 수 있는 중간노드 및 확장노드를 포함하는 노드쌍에 대한 정보와 대응하는 경로비용에 대한 정보를 제1목록에 저장하는 제1단계를 포함할 수 있다.Looking at step S220 in more detail, information on a node pair including an intermediate node and an extension node that can be successively connected from the reference node by two line segments and information on the corresponding path cost are stored in the first list. It may include a first step.

단계 S230을 좀 더 구체적으로 살펴보면, 제2단계 내지 제6단계를 포함할 수 있다. 제2단계는 제1목록에 저장된 노드쌍 중 비용함수의 값이 가장 작은 노드쌍에 대한 정보와 대응하는 경로비용에 대한 정보를 제2목록에 저장하고, 제2목록에 저장한 노드쌍의 중간노드를 기준노드로 새롭게 설정할 수 있다. 제3단계는 제2단계에서 새롭게 설정한 기준노드로부터 두 개의 선조각에 의해 연속적으로 연결될 수 있고 제2목록에 저장되어 있지 않은 모든 노드쌍에 대한 정보와 대응하는 경로비용에 대한 정보를 제1목록에 저장하고 제2단계를 다시 수행할 수 있으되, 제3단계에서 새롭게 찾은 노드쌍 중 확장노드가 목표점과 일치하는 것이 있으면 제4단계를 바로 수행한다. 여기서, 제3단계에서 새롭게 찾은 노드쌍과 동일한 노드쌍 정보가 이미 제1목록에 있다면 비용함수의 값끼리 비교하여 더 작은 값으로 대체할 수 있다. 제4단계는 제3단계에서 새롭게 설정한 기준노드로부터 두 개의 선조각에 의해 연속적으로 연결될 수 있고 제2목록에 저장되어 있지 않은 노드쌍 중 하나 또는 그 이상의 확장노드가 목표점과 일치하면, 제2목록에 저장된 노드쌍 중 확장노드가 목표점과 일치하며 그 중 비용함수의 값이 가장 작은 노드쌍을 판별하여 제3목록에 저장하고 해당 노드쌍을 기준노드쌍으로 설정할 수 있다. 제5단계는 제2목록에 저장된 노드쌍 중 중간노드와 확장노드로 저장된 노드가 각각 제3목록에 저장된 기준노드쌍의 기준노드와 중간노드와 일치하는 노드쌍을 제3목록에 저장하고 해당 노드쌍을 기준노드쌍으로 새롭게 설정할 수 있다. 제6단계는 새롭게 설정한 기준노드쌍의 기준노드가 시작점과 일치할 때까지 제5단계를 반복할 수 있다.Looking at step S230 in more detail, steps 2 to 6 may be included. In the second step, information about the node pair with the smallest cost function value among the node pairs stored in the first list and information about the corresponding path cost are stored in the second list, and the middle of the node pair stored in the second list. A node can be newly set as a reference node. In the third step, information on all node pairs that can be connected continuously by two line segments from the reference node newly set in the second step and are not stored in the second list, and information on the corresponding path cost, is the first. You can save it in the list and perform the second step again, but if the expansion node matches the target point among the newly found node pairs in the third step, the fourth step is immediately performed. Here, if the node pair information identical to the newly found node pair in the third step is already in the first list, the cost function values may be compared and replaced with a smaller value. The fourth step can be connected continuously by two line segments from the reference node newly set in step 3, and if one or more of the node pairs not stored in the second list coincide with the target point, the second Among the node pairs stored in the list, the expansion node matches the target point, and among them, the node pair with the smallest cost function value is determined and stored in the third list, and the corresponding node pair can be set as the reference node pair. The fifth step is to store the node pairs in the third list where the nodes stored as intermediate nodes and extension nodes among the node pairs stored in the second list match the reference node and the intermediate node of the reference node pair stored in the third list, respectively, and the corresponding node. Pairs can be newly set as reference node pairs. In the sixth step, the fifth step may be repeated until the reference node of the newly set reference node pair coincides with the starting point.

단계 S240을 좀 더 구체적으로 살펴보면, 시작점부터 목표점까지 제3목록에 저장된 기준노드쌍의 중간노드를 순서대로 연결하여 경로로 결정한다.Looking at step S240 in more detail, a path is determined by sequentially connecting the intermediate nodes of the reference node pair stored in the third list from the start point to the target point.

이하, 도 1 내지 도 12를 참조하여 본 발명의 일 실시예에 따른 경로 탐색 장치(100)가 수행하는 경로 탐색 방법에 대하여 더 자세히 살펴보기로 한다.Hereinafter, a route search method performed by the route search apparatus 100 according to an embodiment of the present invention will be described in more detail with reference to FIGS. 1 to 12.

먼저, 경로 탐색 장치(100)의 정보 획득부(110)는 3차원 공간상의 복수의 노드에 대한 정보와 복수의 노드 중 시작점과 목표점에 대한 정보를 획득하고, 획득된 정보들을 경로 탐색 장치(100)의 프로세서부(120)에 제공한다.First, the information acquisition unit 110 of the path search apparatus 100 acquires information about a plurality of nodes in a 3D space and information about a starting point and a target point among the plurality of nodes, and uses the obtained information to the path search apparatus 100 ) Provided to the processor unit 120.

그러면, 프로세서부(120)는 정보 획득부(110)로부터 제공받은 공간정보, 시작점 및 목표점에 대한 정보에 기초하여 경로점이 될 수 있는 복수의 노드를 생성하고 시작점부터 목표점까지의 경로를 도 2의 흐름도의 처리 절차에 따라 결정한다.Then, the processor unit 120 generates a plurality of nodes that can be path points based on the spatial information, the starting point and the target point provided from the information acquisition unit 110, and calculates the path from the starting point to the target point in FIG. It is decided according to the processing procedure in the flowchart.

이러한 프로세서부(120)가 3차원 공간상의 복수의 노드에 대하여 시작점부터 목표점까지의 경로를 결정하는 처리 절차는 다음과 같다.A processing procedure in which the processor unit 120 determines a path from a starting point to a target point for a plurality of nodes in a 3D space is as follows.

복수의 노드 중 기준노드를 선정하고, 기준노드로부터 두 개의 선조각에 의해 연속적으로 연결될 수 있는 노드쌍 중 두 선조각을 연결하는 노드를 중간노드로 칭하며, 기준노드 반대편의 노드를 확장노드라고 칭한다.A reference node is selected from among a plurality of nodes, and a node connecting two wire fragments out of a pair of nodes that can be successively connected by two wire fragments from the reference node is called an intermediate node, and the node opposite the reference node is called an extension node. .

2차원 공간상에서 주어진 순서 (u)번째에서 기준노드와 확장노드를 각각 NR(u), NE(u)이라 칭하면, 확장노드의 좌표는

Figure 112020096034952-pat00001
Figure 112020096034952-pat00002
Figure 112020096034952-pat00003
Figure 112020096034952-pat00004
(N은 자연수)으로 기준노드의 좌표
Figure 112020096034952-pat00005
와 두 구간 이상 벌어지게 되며 중간노드 NI(u) (l)의 좌표는 다음 조건식으로 표현될 수 있다. 여기서, D는 경로점이 될 수 있는 공간상 노드의 집합체를 의미하며, 해당 영역 안의 노드는 어떤 것이든 중간노드나 확장노드가 될 수 있다.In a two-dimensional space, if the reference node and the extension node are called N R(u) and N E(u) respectively in the given order (u)th, the coordinates of the extension node are
Figure 112020096034952-pat00001
Figure 112020096034952-pat00002
Figure 112020096034952-pat00003
Figure 112020096034952-pat00004
(N is a natural number) the coordinates of the reference node
Figure 112020096034952-pat00005
And more than two intervals, and the coordinates of the intermediate node N I(u) (l) can be expressed by the following conditional expression. Here, D denotes a collection of nodes in space that can be path points, and any node in the corresponding region can be an intermediate node or an extension node.

Figure 112020096034952-pat00006
Figure 112020096034952-pat00007
에 대하여,
Figure 112020096034952-pat00008
이고(여기서, N은 자연수),
Figure 112020096034952-pat00006
Figure 112020096034952-pat00007
about,
Figure 112020096034952-pat00008
And (where N is a natural number),

[ 경우 1]

Figure 112020096034952-pat00009
이거나
Figure 112020096034952-pat00010
이고,
Figure 112020096034952-pat00011
일 때, [Case 1]
Figure 112020096034952-pat00009
Or
Figure 112020096034952-pat00010
ego,
Figure 112020096034952-pat00011
when,

Figure 112020096034952-pat00012
,
Figure 112020096034952-pat00013
(if
Figure 112020096034952-pat00014
)
Figure 112020096034952-pat00012
,
Figure 112020096034952-pat00013
(if
Figure 112020096034952-pat00014
)

Figure 112020096034952-pat00015
,
Figure 112020096034952-pat00016
(if
Figure 112020096034952-pat00017
)
Figure 112020096034952-pat00015
,
Figure 112020096034952-pat00016
(if
Figure 112020096034952-pat00017
)

[ 경우 2]

Figure 112020096034952-pat00018
일 때,[Case 2]
Figure 112020096034952-pat00018
when,

Figure 112020096034952-pat00019
,
Figure 112020096034952-pat00020
Figure 112020096034952-pat00019
,
Figure 112020096034952-pat00020

[ 경우 3]

Figure 112020096034952-pat00021
일 때, [Case 3]
Figure 112020096034952-pat00021
when,

Figure 112020096034952-pat00022
(if
Figure 112020096034952-pat00023
)
Figure 112020096034952-pat00022
(if
Figure 112020096034952-pat00023
)

유사한 방식으로 3차원 공간상에서도 확장 가능하다. 주어진 순서 (u)번째에서 기준노드의 좌표는

Figure 112020096034952-pat00024
으로 확장노드
Figure 112020096034952-pat00025
Figure 112020096034952-pat00026
Figure 112020096034952-pat00027
와 두 구간 이상 벌어지게 되며 중간노드 NI(u) (l)의 좌표는 다음 조건식으로 표현될 수 있다.In a similar way, it can also be expanded in 3D space. The coordinates of the reference node at the given order (u)th are
Figure 112020096034952-pat00024
Extension node
Figure 112020096034952-pat00025
Figure 112020096034952-pat00026
Figure 112020096034952-pat00027
And more than two intervals, and the coordinates of the intermediate node N I(u) (l) can be expressed by the following conditional expression.

Figure 112020096034952-pat00028
Figure 112020096034952-pat00029
에 대하여,
Figure 112020096034952-pat00030
이고(여기서, N은 자연수),
Figure 112020096034952-pat00028
Figure 112020096034952-pat00029
about,
Figure 112020096034952-pat00030
And (where N is a natural number),

[ 경우 1]

Figure 112020096034952-pat00031
일 때, [Case 1]
Figure 112020096034952-pat00031
when,

Figure 112020096034952-pat00032
Figure 112020096034952-pat00032

Figure 112020096034952-pat00033
Figure 112020096034952-pat00033

[ 경우 2]

Figure 112020096034952-pat00034
일 때,[Case 2]
Figure 112020096034952-pat00034
when,

Figure 112020096034952-pat00035
Figure 112020096034952-pat00035

Figure 112020096034952-pat00036
Figure 112020096034952-pat00036

Figure 112020096034952-pat00037
Figure 112020096034952-pat00037

Figure 112020096034952-pat00038
(if
Figure 112020096034952-pat00039
)
Figure 112020096034952-pat00038
(if
Figure 112020096034952-pat00039
)

Figure 112020096034952-pat00040
Figure 112020096034952-pat00040

Figure 112020096034952-pat00041
(if
Figure 112020096034952-pat00042
)
Figure 112020096034952-pat00041
(if
Figure 112020096034952-pat00042
)

Figure 112020096034952-pat00043
Figure 112020096034952-pat00043

Figure 112020096034952-pat00044
(if
Figure 112020096034952-pat00045
)
Figure 112020096034952-pat00044
(if
Figure 112020096034952-pat00045
)

[ 경우 3]

Figure 112020096034952-pat00046
일 때, [Case 3]
Figure 112020096034952-pat00046
when,

Figure 112020096034952-pat00047
Figure 112020096034952-pat00047

Figure 112020096034952-pat00048
Figure 112020096034952-pat00048

[ 경우 4]

Figure 112020096034952-pat00049
일 때, [Case 4]
Figure 112020096034952-pat00049
when,

Figure 112020096034952-pat00050
Figure 112020096034952-pat00050

Figure 112020096034952-pat00051
Figure 112020096034952-pat00051

Figure 112020096034952-pat00052
Figure 112020096034952-pat00052

Figure 112020096034952-pat00053
Figure 112020096034952-pat00053

[ 경우 5]

Figure 112020096034952-pat00054
일 때, [Case 5]
Figure 112020096034952-pat00054
when,

Figure 112020096034952-pat00055
Figure 112020096034952-pat00055

3차원 직교좌표계나 곡선좌표계상에서 주어진 기준노드에서 인접한 확장노드를 잇는 선조각 쌍은 최대 362개(

Figure 112020096034952-pat00056
)까지 있을 수 있다.Up to 362 pairs of line fragments connecting adjacent extension nodes from a given reference node in a three-dimensional orthogonal or curved coordinate system (
Figure 112020096034952-pat00056
).

도 4는 2차원 직교좌표계상에 주어진 하나의 기준노드에 대해 (경우 1)의 중간노드와 이를 경유하여 진행될 수 있는 확장노드를 포함한 노드쌍과 이를 연속적으로 잇는 선 조각쌍을 모두 표시한 그림이고, 도 5는 2차원 직교좌표계상에 주어진 하나의 기준노드에 대해 (경우 2)의 중간노드와 이를 경유하여 진행될 수 있는 확장노드를 포함한 노드쌍과 이를 연속적으로 잇는 선 조각쌍을 모두 표시한 그림이며, 도 6은 2차원 직료좌표계상에 주어진 하나의 기준노드에 대해 (경우 3)의 중간노드와 이를 경유하여 진행될 수 있는 확장노드를 포함한 노드쌍과 이를 연속적으로 잇는 선 조각쌍을 모두 표시한 그림이고, 도 7은 2차원 직교좌표계상 주어진 하나의 기준노드에 대해 형성가능한 모든 노드쌍과 이를 연속적으로 잇는 선 조각쌍을 모두 표시한 그림이며, 도 8은 2차원 직교좌표계상 장애물을 제외하고 경로점이 생성될 수 있는 공간 영역 D 내에서 주어진 하나의 기준노드를 중심으로 두 개의 선조각으로 연속적으로 연결될 수 있는 노드쌍과 이를 연결한 선조각쌍을 모두 표시한 그림이다.FIG. 4 is a diagram showing both a pair of nodes including an intermediate node of (Case 1) and an expansion node that can proceed through it for one reference node given in a two-dimensional orthogonal coordinate system, and a pair of line fragments connecting the same. 5 is a diagram showing both a pair of nodes including an intermediate node of (Case 2) and an expansion node that can proceed through it for one reference node given in a two-dimensional orthogonal coordinate system, and a pair of line fragments connecting them in succession. 6 shows both a pair of nodes including an intermediate node of (Case 3) and an expansion node that can proceed through it for one reference node given in a two-dimensional orthogonal coordinate system, and a pair of line fragments connecting them in succession. 7 is a diagram showing all pairs of nodes that can be formed for a given reference node in a two-dimensional orthogonal coordinate system and all pairs of line fragments connecting them in succession, and FIG. 8 is a diagram excluding obstacles in a two-dimensional orthogonal coordinate system. This is a picture showing both a pair of nodes that can be connected successively by two line pieces around a given reference node within the spatial area D in which path points can be created, and a pair of line pieces connecting them.

한편, 일반적인 A Star 알고리즘과 변형 알고리즘에서의 비용함수는 보통 다음 형태를 가진다.On the other hand, the cost function in general A Star algorithm and transformation algorithm usually has the following form.

Figure 112020096034952-pat00057
,
Figure 112020096034952-pat00057
,

Figure 112020096034952-pat00058
Figure 112020096034952-pat00058

Figure 112020096034952-pat00059
,
Figure 112020096034952-pat00059
,

Figure 112020096034952-pat00060
Figure 112020096034952-pat00060

Figure 112020096034952-pat00061
Figure 112020096034952-pat00061

Figure 112020096034952-pat00062
Figure 112020096034952-pat00062

여기서,

Figure 112020096034952-pat00063
,
Figure 112020096034952-pat00064
는 각각 출발점과 목표점을 지칭하며,
Figure 112020096034952-pat00065
,
Figure 112020096034952-pat00066
은 (u)번째에서의 기준노드와 확장노드를 가르킨다.
Figure 112020096034952-pat00067
는 유클리디안 거리 혹은 기타 admissible의 특성을 갖는 다른 종류의 거리로 정의될 수 있다. *표시는 (u)번째에서 기준노드로부터 두 개의 선조각에 의해 연속적으로 연결될 수 있는 선조각 쌍 중 비용함수를 계산하기 위해 고려된 하나의 노드쌍과 이에 대응하는 계산결과를 의미한다. g는 시작점부터 기준노드까지의 총 경과거리이며, h는 기준노드로부터 목표점까지의 총 예측 경과거리이다. f는 g와 h가 더해진 형태를 가진 비용함수이다.here,
Figure 112020096034952-pat00063
,
Figure 112020096034952-pat00064
Denotes the starting point and the target point, respectively,
Figure 112020096034952-pat00065
,
Figure 112020096034952-pat00066
Indicates the base node and extension node at (u)th.
Figure 112020096034952-pat00067
Can be defined as a Euclidean distance or any other kind of distance with other admissible characteristics. The * indicates one node pair considered for calculating the cost function among the pair of line pieces that can be successively connected by two line pieces from the reference node at the (u)th and the corresponding calculation result. g is the total elapsed distance from the start point to the reference node, and h is the total estimated elapsed distance from the reference node to the target point. f is a cost function in the form of g and h added together.

Figure 112020096034952-pat00068
Figure 112020096034952-pat00068

시간 혹은 공간에 대한 이차변화율항의 비용함수를 갖는 성긴 A Star 알고리즘의 비용함수는 아래의 식과 같이 시작점과 목표점으로부터의 거리에 대응하는 항뿐만 아니라 노드 위치에 의존하는 물성(예: 위치)에 대한 이차변화율(예: 가속도)에 대응하는 항 a가 추가로 포함된다.The cost function of the coarse A Star algorithm with the cost function of the second-order rate of change term over time or space is not only the term corresponding to the distance from the starting point and the target point, as shown in the following equation, but also the second order of properties depending on the node position The term a corresponding to the rate of change (eg acceleration) is additionally included.

Figure 112020096034952-pat00069
,
Figure 112020096034952-pat00069
,

Figure 112020096034952-pat00070
Figure 112020096034952-pat00070

Figure 112020096034952-pat00071
,
Figure 112020096034952-pat00071
,

Figure 112020096034952-pat00072
Figure 112020096034952-pat00072

Figure 112020096034952-pat00073
Figure 112020096034952-pat00073

,

Figure 112020096034952-pat00074
,
Figure 112020096034952-pat00074

여기서,

Figure 112020096034952-pat00075
,
Figure 112020096034952-pat00076
는 각각 출발점과 목표점을 지칭하며,
Figure 112020096034952-pat00077
,
Figure 112020096034952-pat00078
,
Figure 112020096034952-pat00079
는 각각 (u)번째에서 고려된 기준노드와 중간노드, 그리고 확장노드를 가르킨다. W1과, W2는 임의로 설정 가능한 변수이며, *표시는 (u)번째에서 기준노드로부터 두 개의 선조각에 의해 연속적으로 연결될 수 있는 선조각 쌍 중 비용함수를 계산하기 위해 고려된 하나의 노드쌍과 이에 대응하는 계산결과를 의미한다.
Figure 112020096034952-pat00080
는 앞 서 설명된 거리와 동일하다. g는 시작점부터 기준노드까지의 총 경과거리이며, h는 기준노드로부터 목표점까지의 총 예측 경과거리이다. f는 g와 h가 더해진 형태를 가진 비용함수이다.here,
Figure 112020096034952-pat00075
,
Figure 112020096034952-pat00076
Denotes the starting point and the target point, respectively,
Figure 112020096034952-pat00077
,
Figure 112020096034952-pat00078
,
Figure 112020096034952-pat00079
Denotes the reference node, intermediate node, and extension node considered in the (u)th, respectively. W 1 and W 2 are variables that can be set arbitrarily, and the * mark is one node considered to calculate the cost function among the pairs of wire segments that can be successively connected by two wire segments from the reference node at the (u) th It means the pair and the corresponding calculation result.
Figure 112020096034952-pat00080
Is the same as the distance described earlier. g is the total elapsed distance from the start point to the reference node, and h is the total estimated elapsed distance from the reference node to the target point. f is a cost function in the form of g and h added together.

한편, 경로 탐색 장치(100)의 프로세서부(120)는 한 축의 좌표가 다른 두 축 상의 좌표에 의해 결정되는 3차원 공간상의 최적경로를 찾는 문제에 적용 가능한 가속도비용항을 이용한다. 즉, 경로가 형성될 수 있는 지역 내 지형고도 H(x, y)와 임의로 설정 가능한 지면으로부터의 이격비행고도 Ecart에 의해 z 방향 비행고도가 구속되어 있을 때, z 방향 경로 좌표는 x, y에 의존하며,Meanwhile, the processor unit 120 of the path search apparatus 100 uses an acceleration cost term applicable to a problem of finding an optimal path in a three-dimensional space in which coordinates of one axis are determined by coordinates on two other axes. That is, when the z-direction flight altitude is constrained by the topographic altitude H(x, y) in the area where the path can be formed and the flight altitude apart from the ground that can be set arbitrarily, the z-direction path coordinate is in x, y. Depend on,

Figure 112020096034952-pat00081
Figure 112020096034952-pat00081

최적경로를 찾는 문제는 고도를 제외한 나머지 두 축 상의 좌표(x, y)를 결정하는 것으로 귀결된다. 이러한 문제에서 중력방향으로의 가속이 제한된 최적 경로를 찾기 위한 가속도비용항의 표현은 다음과 같다.The problem of finding the best path results in determining the coordinates (x, y) on the other two axes excluding altitude. In this problem, the expression of the acceleration cost term to find the optimal path where acceleration in the direction of gravity is limited is as follows.

Figure 112020096034952-pat00082
Figure 112020096034952-pat00082

Figure 112020096034952-pat00083
,
Figure 112020096034952-pat00084
Figure 112020096034952-pat00083
,
Figure 112020096034952-pat00084

Figure 112020096034952-pat00085
Figure 112020096034952-pat00085

여기서,

Figure 112020096034952-pat00086
Figure 112020096034952-pat00087
Figure 112020096034952-pat00088
사이 구간을 이동/전달하는 속도의 평균치로 조건으로 주어지거나 설정 가능하며,
Figure 112020096034952-pat00089
Figure 112020096034952-pat00090
Figure 112020096034952-pat00091
사이의 가속도비용항을 의미한다.here,
Figure 112020096034952-pat00086
Is
Figure 112020096034952-pat00087
Wow
Figure 112020096034952-pat00088
It can be given or set as a condition as the average value of the speed of moving/transmitting between sections.
Figure 112020096034952-pat00089
silver
Figure 112020096034952-pat00090
Wow
Figure 112020096034952-pat00091
Means the term of acceleration cost between.

그리고 매번 비용함수를 계산함에 있어서 가속도를 특정값 이하가 되도록 제한하고 싶은 경우, 해당 값을 넘어서면 비용이 급증하는 다양한 형태의 비용항을 설정하는 것이 가능하다. 즉, In addition, when it is desired to limit the acceleration to be less than a specific value in calculating the cost function each time, it is possible to set various types of cost terms in which the cost increases rapidly when the value exceeds the value. In other words,

Figure 112020096034952-pat00092
Figure 112020096034952-pat00092

와 같이 기준 가속도 ac를 넘는 경우 조건부로 비용을 매기는 형태의 가속도비용항이 적용 가능하다.In the case of exceeding the reference acceleration a c , the acceleration cost term in the form of conditionally charging is applicable.

중력 반대방향으로의 가속이 제한된 최적 경로를 찾기 위해 설정될 수 있는 가속도비용항의 표현은 다음과 같다. The expression of the acceleration cost term that can be set to find an optimal path where acceleration in the opposite direction of gravity is limited is as follows.

Figure 112020096034952-pat00093
Figure 112020096034952-pat00093

Figure 112020096034952-pat00094
,
Figure 112020096034952-pat00095
Figure 112020096034952-pat00094
,
Figure 112020096034952-pat00095

Figure 112020096034952-pat00096
Figure 112020096034952-pat00096

마찬가지로 가속도비용항은 특정 가속도값으로 제한하기 위해 다른 형태를 가질 수 있다. Likewise, the acceleration cost term can take other forms to limit it to a specific acceleration value.

Figure 112020096034952-pat00097
Figure 112020096034952-pat00097

또한, 경로 탐색 장치(100)의 프로세서부(120)는 3차원 공간 상에서 선회기동 가속도를 제한하는 단거리 경로를 찾는 문제를 고려할 수 있고, 이러한 문제에 적용되는 가속도비용항은 다음 표현을 가진다.In addition, the processor unit 120 of the path search apparatus 100 may consider a problem of finding a short-distance path limiting the acceleration of the turning operation in a three-dimensional space, and the acceleration cost term applied to this problem has the following expression.

Figure 112020096034952-pat00098
Figure 112020096034952-pat00098

Figure 112020096034952-pat00099
,
Figure 112020096034952-pat00100
Figure 112020096034952-pat00099
,
Figure 112020096034952-pat00100

Figure 112020096034952-pat00101
Figure 112020096034952-pat00101

Figure 112020096034952-pat00102
Figure 112020096034952-pat00102

선회 가속도가 제한하기 위해 노드와 노드 사이의 물리적 거리간격을 적절하게 설정하고, 확장 시 선택 가능한 중간노드와 확장노드를 제한하는 것이 필요하다. 즉, 제한하고자하는 선회 제한 가속도를 ac라 했을 때, 주어지거나 설정 가능한 비행속도

Figure 112020096034952-pat00103
에 대한 제한 선회반경은 다음 식으로 구할 수 있으며,In order to limit the rotational acceleration, it is necessary to appropriately set the physical distance interval between the node and the node, and to limit the intermediate node and the extension node that can be selected during expansion. That is, given or settable flight speed when the limiting acceleration of the turn to be limited is a c
Figure 112020096034952-pat00103
The limiting turning radius for can be obtained by the following equation,

Figure 112020096034952-pat00104
Figure 112020096034952-pat00104

3D 공간 상 등간격 직교좌표계를 적용하여, 인접 노드 간 최소 간격을

Figure 112020096034952-pat00105
이상으로 제한하고 경로생성을 위한 확장 시 기준노드로부터 거리가
Figure 112020096034952-pat00106
를 초과하는 노드만 확장노드의 대상으로 고려하여 최소비용 경로점 탐색 알고리즘을 적용한다. 여기서
Figure 112020096034952-pat00107
는 임의로 설정 가능한 값이다.By applying an equally spaced Cartesian coordinate system in 3D space,
Figure 112020096034952-pat00105
The distance from the reference node is limited to the above and extended for path creation.
Figure 112020096034952-pat00106
The least cost path point search algorithm is applied by considering only the nodes exceeding the value as the target of the extension node. here
Figure 112020096034952-pat00107
Is a value that can be set arbitrarily.

경로 탐색 장치(100)의 프로세서부(120)는 시작점부터 목표점을 연결하는 최소비용의 최적경로를 찾기 위하여 다음과 같은 제1단계 내지 제7단계로 나타낸 일련의 과정을 수행할 수 있다.The processor unit 120 of the path search apparatus 100 may perform a series of processes represented by the following first to seventh steps in order to find an optimal path of least cost connecting the target point from the start point.

<제1단계><Step 1>

시작점을 기준노드로 설정하고 기준노드로부터 두 개의 선조각에 의해 연속적으로 연결될 수 있는 노드쌍 집합을 노드쌍 별로 구분하여 제 1 목록으로서《OPEN》 목록에 저장한다. 이때 목록에 저장되는 결과의 형태는 (기준노드, 중간노드, 확장노드, h 함수값, g 함수값, f 함수값)이다.The starting point is set as a reference node, and a set of node pairs that can be connected successively by two line segments from the reference node is classified by node pair and stored in the <<OPEN>> list as the first list. At this time, the form of the result stored in the list is (reference node, intermediate node, extension node, h function value, g function value, f function value).

<제2단계><Step 2>

《OPEN》 목록에 저장된 결과 중 가장 작은 f값을 가지는 하나의 결과를 제 2 목록으로서《CLOSED》 목록에 저장하고, 해당 결과의 중간노드를 기준노드로 새롭게 설정한다.Among the results stored in the <<OPEN>> list, one result with the smallest f-value is stored as a second list in the <<CLOSED>> list, and the intermediate node of the corresponding result is newly set as the reference node.

<제3단계><Step 3>

제2단계에서 새로 설정된 기준노드로부터 두 개의 선조각에 의해 연속적으로 연결될 수 있고 《CLOSED》에 저장되어 있지 않은 모든 노드쌍을 찾아 함수값를 새롭게 계산하여 (기준노드, 중간노드, 확장노드, h 함수값, g 함수값, f 함수값)을 《OPEN》 목록에 저장하고 제2단계를 다시 수행한다. 새롭게 찾은 노드쌍 중 하나 또는 그 이상이 이미 《OPEN》목록에 있다면 결과 중 f 함수값을 비교하여 더 작은 비용함수값으로 대체한다. 단, 기준노드로부터 두 개의 선조각에 의해 연속적으로 연결될 수 있고 《CLOSED》에 저장되어 있지 않은 노드쌍 중 하나 또는 그 이상의 확장노드가 목표점과 일치하면 제2단계로 넘어가지 않고 바로 제4단계로 넘어간다.In the second step, the function value is newly calculated by searching for all pairs of nodes that can be connected continuously by two line segments from the newly set reference node and not stored in 《CLOSED》 (reference node, intermediate node, extension node, h function The value, g function value, f function value) are stored in the <<OPEN>> list, and the second step is performed again. If one or more of the newly found node pairs are already in the 《OPEN》 list, the value of the f function is compared and replaced with a smaller cost function value. However, if one or more of the node pairs not stored in 《CLOSED》 coincide with the target point, which can be connected in succession by two line segments from the reference node, the second step does not go to step Go ahead.

<제4단계><Step 4>

《CLOSED》 목록에 저장된 결과 중 확장노드가 목표점과 일치하며 그 중 가장 작은 f 함수값을 가지는 하나의 노드쌍을 판별하여 (기준노드, 중간노드, 확장노드) 형태로 《최적경로노드쌍모음》에 저장하고 해당 노드쌍을 기준노드쌍으로 설정한다.Among the results stored in the 《CLOSED》 list, the expansion node matches the target point and identifies one node pair with the smallest f function value among them, and is in the form of (reference node, intermediate node, expansion node) 《optimal path node pair collection》 And set the corresponding node pair as the reference node pair.

<제5단계><Step 5>

《CLOSED》 목록 내 결과 중 중간노드와 확장노드로 저장된 노드가 각각 《최적경로노드쌍모음》 내 기준노드쌍의 기준노드와 중간노드와 일치하는 노드쌍을 찾아 이를 제 3 목록으로서《최적경로노드쌍모음》에 저장하고 해당 노드쌍을 기준노드쌍으로 새롭게 설정한다.Among the results in the 《CLOSED》 list, the nodes stored as intermediate nodes and extension nodes are searched for node pairs that match the reference node and intermediate node of the reference node pair in the 《optimum path node pair collection》 respectively, and this is used as a third list. Stored in the pair vowels>> and newly set the corresponding node pair as the reference node pair.

<제6단계><Step 6>

기준노드쌍의 기준노드가 시작점과 일치할 때까지 제5단계의 과정을 반복한 다.The process of step 5 is repeated until the reference node of the reference node pair coincides with the starting point.

<제7단계><Step 7>

시작점부터 목표점까지 《최적경로노드쌍모음》 내 저장된 기준노드쌍의 중간노드를 순서대로 연결하면 최적경로가 된다.From the start point to the target point, the optimal path is obtained by connecting the intermediate nodes of the reference node pair stored in the 《optimal path node pair collection》 in order.

이후, 경로 탐색 장치(100)의 프로세서부(120)는 프로세서부(120)의 제어에 따라 프로세서부(120)에 의한 처리의 결과, 즉 시작점부터 목표점을 연결하는 최소비용의 최적경로에 대한 정보를 저장할 수 있다. 그리고, 경로 탐색 장치(100)의 출력부(140)는 프로세서부(120)의 제어에 따라 프로세서부(120)에 의한 처리의 결과, 즉 시작점부터 목표점을 연결하는 최소비용의 최적경로에 대한 정보를 출력할 수 있다.Thereafter, the processor unit 120 of the path search device 100 is the result of the processing by the processor unit 120 under the control of the processor unit 120, that is, information on the optimal path of the least cost connecting the target point from the start point. Can be saved. In addition, the output unit 140 of the path search device 100 is the result of the processing by the processor unit 120 under the control of the processor unit 120, that is, information on the optimal path of the least cost connecting the target point from the start point. Can be printed.

도 9는 비용함수에 가속도비용항을 고려하지 않고 임의의 지형 상에 임의로 지정된 시작점과 목표점에 대해 최적경로를 구한 결과를 3차원 지형도 상에 나타낸 것이고, 도 10은 도 9의 결과를 2차원 등고선 위에 그린 것이다.9 shows the results of obtaining an optimal path for a starting point and a target point arbitrarily designated on an arbitrary terrain without considering the acceleration cost term in the cost function, and FIG. 10 shows the result of FIG. 9 on a two-dimensional contour line. It was drawn above.

도 11은 도 10과 동일한 지형 상에 임의로 지정된 시작점과 목표점에 대해 중력방향의 가속도를 제한하기 위해 비용함수에 가속도비용항까지 고려하여 구한 최적경로를 3차원 지형도 상에 나타낸 것이고, 도 12는 도 11의 결과를 2차원 등고선 상에 나타낸 것이다.FIG. 11 is a 3D topographical map showing an optimal path obtained by considering an acceleration cost term in a cost function in order to limit acceleration in the direction of gravity for a starting point and a target point arbitrarily designated on the same terrain as in FIG. 10, and FIG. The result of 11 is plotted on a two-dimensional contour line.

지금까지 설명한 바와 같이 본 발명의 실시예에 의하면, 3차원 공간상의 복수의 노드에 대하여 시간 혹은 공간에 대한 이차변화율을 고려하여 시작점부터 목표점까지의 경로를 탐색할 수 있다.As described so far, according to the embodiment of the present invention, a path from a start point to a target point can be searched for a plurality of nodes in a three-dimensional space in consideration of a second rate of change in time or space.

본 발명에 첨부된 블록도의 각 블록과 흐름도의 각 단계의 조합들은 컴퓨터 프로그램 인스트럭션들에 의해 수행될 수도 있다. 이들 컴퓨터 프로그램 인스트럭션들은 범용 컴퓨터, 특수용 컴퓨터 또는 기타 프로그램 가능한 데이터 프로세싱 장비의 프로세서에 탑재될 수 있으므로, 컴퓨터 또는 기타 프로그램 가능한 데이터 프로세싱 장비의 프로세서를 통해 수행되는 그 인스트럭션들이 블록도의 각 블록 또는 흐름도의 각 단계에서 설명된 기능들을 수행하는 수단을 생성하게 된다. 이들 컴퓨터 프로그램 인스트럭션들은 특정 방식으로 기능을 구현하기 위해 컴퓨터 또는 기타 프로그램 가능한 데이터 프로세싱 장비를 지향할 수 있는 컴퓨터 이용 가능 또는 컴퓨터 판독 가능 기록매체에 저장되는 것도 가능하므로, 그 컴퓨터 이용가능 또는 컴퓨터 판독 가능 기록매체에 저장된 인스트럭션들은 블록도의 각 블록 또는 흐름도 각 단계에서 설명된 기능을 수행하는 인스트럭션 수단을 내포하는 제조 품목을 생산하는 것도 가능하다. 컴퓨터 프로그램 인스트럭션들은 컴퓨터 또는 기타 프로그램 가능한 데이터 프로세싱 장비 상에 탑재되는 것도 가능하므로, 컴퓨터 또는 기타 프로그램 가능한 데이터 프로세싱 장비 상에서 일련의 동작 단계들이 수행되어 컴퓨터로 실행되는 프로세스를 생성해서 컴퓨터 또는 기타 프로그램 가능한 데이터 프로세싱 장비를 수행하는 인스트럭션들은 블록도의 각 블록 및 흐름도의 각 단계에서 설명된 기능들을 실행하기 위한 단계들을 제공하는 것도 가능하다. Combinations of each block of the block diagram attached to the present invention and each step of the flowchart may be performed by computer program instructions. Since these computer program instructions can be mounted on a processor of a general purpose computer, special purpose computer, or other programmable data processing equipment, the instructions executed by the processor of the computer or other programmable data processing equipment are shown in each block or flow chart of the block diagram. Each step creates a means to perform the functions described. These computer program instructions can also be stored on a computer-usable or computer-readable recording medium that can be directed to a computer or other programmable data processing equipment to implement a function in a specific manner, so that the computer-readable or computer-readable medium. It is also possible to produce an article of manufacture in which the instructions stored on the recording medium contain instruction means for performing the functions described in each block of the block diagram or each step of the flowchart. Computer program instructions can also be mounted on a computer or other programmable data processing equipment, so that a series of operating steps are performed on a computer or other programmable data processing equipment to create a computer-executable process to create a computer or other programmable data processing equipment. It is also possible for the instructions to perform the processing equipment to provide steps for performing the functions described in each block of the block diagram and each step of the flowchart.

또한, 각 블록 또는 각 단계는 특정된 논리적 기능(들)을 실행하기 위한 하나 이상의 실행 가능한 인스트럭션들을 포함하는 모듈, 세그먼트 또는 코드의 일부를 나타낼 수 있다. 또, 몇 가지 대체 실시예들에서는 블록들 또는 단계들에서 언급된 기능들이 순서를 벗어나서 발생하는 것도 가능함을 주목해야 한다. 예컨대, 잇달아 도시되어 있는 두 개의 블록들 또는 단계들은 사실 실질적으로 동시에 수행되는 것도 가능하고 또는 그 블록들 또는 단계들이 때때로 해당하는 기능에 따라 역순으로 수행되는 것도 가능하다.In addition, each block or each step may represent a module, segment, or part of code comprising one or more executable instructions for executing the specified logical function(s). In addition, it should be noted that in some alternative embodiments, functions mentioned in blocks or steps may occur out of order. For example, two blocks or steps shown in succession may in fact be performed substantially simultaneously, or the blocks or steps may sometimes be performed in the reverse order depending on the corresponding function.

이상의 설명은 본 발명의 기술 사상을 예시적으로 설명한 것에 불과한 것으로서, 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자라면 본 발명의 본질적인 특성에서 벗어나지 않는 범위에서 다양한 수정 및 변형이 가능할 것이다. 따라서, 본 발명에 개시된 실시예들은 본 발명의 기술 사상을 한정하기 위한 것이 아니라 설명하기 위한 것이고, 이러한 실시예에 의하여 본 발명의 기술 사상의 범위가 한정되는 것은 아니다. 본 발명의 보호 범위는 아래의 청구범위에 의하여 해석되어야 하며, 그와 동등한 범위 내에 모든 기술 사상은 본 발명의 권리범위에 포함되는 것으로 해석되어야 할 것이다.The above description is merely illustrative of the technical idea of the present invention, and those of ordinary skill in the art to which the present invention pertains will be able to make various modifications and variations without departing from the essential characteristics of the present invention. Accordingly, the embodiments disclosed in the present invention are not intended to limit the technical idea of the present invention, but to explain the technical idea, and the scope of the technical idea of the present invention is not limited by these embodiments. The scope of protection of the present invention should be interpreted by the following claims, and all technical ideas within the scope equivalent thereto should be construed as being included in the scope of the present invention.

100: 경로 탐색 장치
110: 정보 획득부
120: 프로세서부
130: 저장부
140: 출력부
100: route search device
110: information acquisition unit
120: processor unit
130: storage unit
140: output

Claims (14)

삭제delete 삭제delete 경로 탐색 장치가 수행하는 경로 탐색 방법으로서,
3차원 공간상의 복수의 노드 중 시작점과 목표점을 확인하는 단계와,
상기 시작점을 기준노드로 삼아 상기 기준노드에서 진행 가능한 중간노드를 경유하여 상기 중간노드에서 진행 가능한 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하는 단계와,
상기 산출된 경로비용에 기초하여 상기 기준노드를 변경하여 신규 중간노드 및 신규 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하는 과정을 상기 신규 확장노드가 상기 목표점과 일치할 때까지 반복하는 단계와,
산출된 상기 경로비용들에 기초하여 상기 시작점부터 상기 목표점까지의 경로를 결정하는 단계를 포함하되,
상기 이차변화율은 중력방향으로의 가속도인
경로 탐색 방법.
As a route search method performed by a route search device,
Checking a starting point and a target point among a plurality of nodes in 3D space, and
Using the starting point as a reference node, a second difference in physical properties depending on the distance or time required and the location of each node for a plurality of search paths from the intermediate node to the expansion node that can proceed from the reference node through the intermediate node that can proceed from the reference node Calculating route cost using the cost function reflecting the rate of change,
A cost function that reflects the distance or time required for a plurality of search paths to the new intermediate node and the new expansion node by changing the reference node based on the calculated path cost, and the secondary change rate of the physical properties depending on the location of each node Repeating the process of calculating the path cost by using until the new expansion node coincides with the target point,
Including the step of determining a route from the starting point to the target point based on the calculated route costs,
The secondary rate of change is the acceleration in the direction of gravity
Route navigation method.
경로 탐색 장치가 수행하는 경로 탐색 방법으로서,
3차원 공간상의 복수의 노드 중 시작점과 목표점을 확인하는 단계와,
상기 시작점을 기준노드로 삼아 상기 기준노드에서 진행 가능한 중간노드를 경유하여 상기 중간노드에서 진행 가능한 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하는 단계와,
상기 산출된 경로비용에 기초하여 상기 기준노드를 변경하여 신규 중간노드 및 신규 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하는 과정을 상기 신규 확장노드가 상기 목표점과 일치할 때까지 반복하는 단계와,
산출된 상기 경로비용들에 기초하여 상기 시작점부터 상기 목표점까지의 경로를 결정하는 단계를 포함하되,
상기 비용함수는 선회 가속도가 특정값 이하로 제한되는
경로 탐색 방법.
As a route search method performed by a route search device,
Checking a starting point and a target point among a plurality of nodes in 3D space, and
Using the starting point as a reference node, a second difference in physical properties depending on the distance or time required and the location of each node for a plurality of search paths from the intermediate node to the expansion node that can proceed from the reference node through the intermediate node that can proceed from the reference node Calculating route cost using the cost function reflecting the rate of change,
A cost function that reflects the distance or time required for a plurality of search paths to the new intermediate node and the new expansion node by changing the reference node based on the calculated path cost, and the secondary change rate of the physical properties depending on the location of each node Repeating the process of calculating the path cost by using until the new expansion node coincides with the target point,
Including the step of determining a route from the starting point to the target point based on the calculated route costs,
The cost function is that the turning acceleration is limited to a certain value or less.
Route navigation method.
제 3 항 또는 제 4 항에 있어서,
상기 산출하는 단계는,
상기 기준노드로부터 두 개의 선조각에 의해 연속적으로 연결될 수 있는 상기 중간노드 및 상기 확장노드를 포함하는 노드쌍에 대한 정보와 대응하는 상기 경로비용에 대한 정보를 제1목록에 저장하는 제1단계를 포함하고,
상기 반복하는 단계는,
상기 제1목록에 저장된 노드쌍 중 상기 비용함수의 값이 가장 작은 노드쌍에 대한 정보와 대응하는 상기 경로비용에 대한 정보를 제2목록에 저장하고, 상기 제2목록에 저장한 노드쌍의 중간노드를 상기 기준노드로 새롭게 설정하는 제2단계와,
상기 제2단계에서 새롭게 설정한 기준노드로부터 두 개의 선조각에 의해 연속적으로 연결될 수 있고 상기 제2목록에 저장되어 있지 않은 모든 노드쌍에 대한 정보와 대응하는 상기 경로비용에 대한 정보를 상기 제1목록에 저장하고, 저장될 수 있는 노드쌍 중 확장노드가 상기 목표점과 일치하는 노드쌍이 없는 경우 상기 제2단계를 다시 수행하는 제3단계와,
상기 제3단계에서 상기 새롭게 설정한 기준노드로부터 두 개의 선조각에 의해 연속적으로 연결될 수 있고 상기 제2목록에 저장되어 있지 않은 노드쌍 중 하나 또는 그 이상의 확장노드가 상기 목표점과 일치하면, 상기 제2목록에 저장된 노드쌍 중 확장노드가 상기 목표점과 일치하며 그 중 상기 비용함수의 값이 가장 작은 노드쌍을 판별하여 제3목록에 저장하고 해당 노드쌍을 기준노드쌍으로 설정하는 제4단계와,
상기 제2목록에 저장된 노드쌍 중 중간노드와 확장노드로 저장된 노드가 각각 상기 제3목록에 저장된 기준노드쌍의 기준노드와 중간노드와 일치하는 노드쌍을 상기 제3목록에 저장하고 해당 노드쌍을 기준노드쌍으로 새롭게 설정하는 제5단계와,
상기 새롭게 설정한 기준노드쌍의 기준노드가 상기 시작점과 일치할 때까지 상기 제5단계를 반복하는 제6단계를 포함하며,
상기 결정하는 단계는,
상기 시작점부터 상기 목표점까지 상기 제3목록에 저장된 기준노드쌍의 중간노드를 순서대로 연결하여 상기 경로로 결정하는 제7단계를 포함하는
경로 탐색 방법.
The method according to claim 3 or 4,
The calculating step,
A first step of storing information on a pair of nodes including the intermediate node and the expansion node that can be successively connected by two line segments from the reference node and information on the path cost corresponding to the first list Including,
The repeating step,
Among the node pairs stored in the first list, information on the node pair having the smallest cost function and information on the path cost corresponding to the node pair is stored in a second list, and the middle of the node pair stored in the second list A second step of newly setting a node as the reference node,
From the reference node newly set in the second step, information on all node pairs that can be continuously connected by two line segments and not stored in the second list and information on the path cost corresponding to the first A third step of performing the second step again when there is no node pair in which the expansion node coincides with the target point among node pairs that can be stored and stored in a list;
In the third step, if one or more of the node pairs not stored in the second list and one or more of the node pairs that can be connected continuously from the newly set reference node by two line segments coincide with the target point, the second The fourth step of determining the node pair with the smallest value of the cost function among the node pairs stored in the list and the expansion node coinciding with the target point, storing it in the third list, and setting the corresponding node pair as the reference node pair. ,
Among the node pairs stored in the second list, nodes stored as an intermediate node and an extension node are stored in the third list, and a node pair corresponding to the reference node and the intermediate node of the reference node pair stored in the third list, respectively, and the corresponding node pair. The fifth step of newly setting is a reference node pair, and
A sixth step of repeating the fifth step until the reference nodes of the newly set reference node pair coincide with the starting point,
The determining step,
And a seventh step of determining the path by sequentially connecting intermediate nodes of the reference node pair stored in the third list from the start point to the target point.
Route navigation method.
제 5 항에 있어서,
상기 제3단계에서 새롭게 찾은 노드쌍과 동일한 노드쌍 정보가 이미 상기 제1목록에 있다면 새로 찾은 노드쌍에 대응하는 비용함수의 값과 상기 제1목록에 저장된, 동일한 노드쌍에 대응하는 비용함수의 값을 비교하여 더 작은 값으로 대체하는
경로 탐색 방법.
The method of claim 5,
If the same node pair information as the newly found node pair in the third step is already in the first list, the value of the cost function corresponding to the newly found node pair and the cost function corresponding to the same node pair stored in the first list. Comparing values and replacing them with smaller values
Route navigation method.
삭제delete 삭제delete 경로가 생성될 수 있는 영역에 대한 3차원 공간정보와 시작점과 목표점에 대한 정보를 획득하는 정보 획득부와,
상기 정보 획득부로부터 상기 공간정보, 상기 시작점 및 상기 목표점에 대한 정보를 제공받아 경로점이 될 수 있는 복수의 노드를 형성하고 상기 복수의 노드 중 상기 시작점부터 상기 목표점까지의 경로를 결정하는 프로세서부를 포함하고,
상기 프로세서부는,
상기 시작점을 기준노드로 삼아 상기 기준노드에서 진행 가능한 중간노드를 경유하여 상기 중간노드에서 진행 가능한 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하며,
상기 산출된 경로비용에 기초하여 상기 기준노드를 변경하여 신규 중간노드 및 신규 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하는 과정을 상기 신규 확장노드가 상기 목표점과 일치할 때까지 반복하고,
산출된 상기 경로비용들에 기초하여 상기 시작점부터 상기 목표점까지의 경로를 결정하며,
상기 이차변화율은 중력방향으로의 가속도인
경로 탐색 장치.
An information acquisition unit that acquires 3D spatial information on an area in which a path can be generated, and information on a starting point and a target point;
A processor unit configured to form a plurality of nodes that can be route points by receiving information on the spatial information, the starting point, and the target point from the information obtaining unit and determining a path from the starting point to the target point among the plurality of nodes. and,
The processor unit,
Using the starting point as a reference node, a second difference in physical properties depending on the distance or time required and the location of each node for a plurality of search paths from the intermediate node to the expansion node that can proceed from the reference node through the intermediate node that can proceed from the reference node Route cost is calculated using the cost function reflecting the rate of change,
A cost function that reflects the distance or time required for a plurality of search paths to the new intermediate node and the new expansion node by changing the reference node based on the calculated path cost, and the secondary change rate of the physical properties depending on the location of each node Repeat the process of calculating the path cost by using until the new expansion node coincides with the target point,
Determine a route from the start point to the target point based on the calculated route costs,
The secondary rate of change is the acceleration in the direction of gravity
Route navigation device.
경로가 생성될 수 있는 영역에 대한 3차원 공간정보와 시작점과 목표점에 대한 정보를 획득하는 정보 획득부와,
상기 정보 획득부로부터 상기 공간정보, 상기 시작점 및 상기 목표점에 대한 정보를 제공받아 경로점이 될 수 있는 복수의 노드를 형성하고 상기 복수의 노드 중 상기 시작점부터 상기 목표점까지의 경로를 결정하는 프로세서부를 포함하고,
상기 프로세서부는,
상기 시작점을 기준노드로 삼아 상기 기준노드에서 진행 가능한 중간노드를 경유하여 상기 중간노드에서 진행 가능한 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하며,
상기 산출된 경로비용에 기초하여 상기 기준노드를 변경하여 신규 중간노드 및 신규 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하는 과정을 상기 신규 확장노드가 상기 목표점과 일치할 때까지 반복하고,
산출된 상기 경로비용들에 기초하여 상기 시작점부터 상기 목표점까지의 경로를 결정하며,
상기 비용함수는 선회 가속도가 특정값 이하로 제한되는
경로 탐색 장치.
An information acquisition unit that acquires 3D spatial information on an area in which a path can be generated, and information on a starting point and a target point;
A processor unit configured to form a plurality of nodes that can be route points by receiving information on the spatial information, the starting point, and the target point from the information obtaining unit and determining a path from the starting point to the target point among the plurality of nodes. and,
The processor unit,
Using the starting point as a reference node, the distance or time required for a plurality of search paths from the intermediate node to the expansion node that can proceed from the reference node through the intermediate node that can proceed from the reference node, and the difference in physical properties depending on the location of each node Route cost is calculated using the cost function reflecting the rate of change,
A cost function that reflects the distance or time required for a plurality of search paths to the new intermediate node and the new expansion node by changing the reference node based on the calculated path cost, and the secondary change rate of the physical properties depending on the location of each node Repeat the process of calculating the path cost by using until the new expansion node coincides with the target point,
Determine a route from the starting point to the target point based on the calculated route costs,
The cost function is that the turning acceleration is limited to a certain value or less.
Route navigation device.
제 9 항 또는 제 10 항에 있어서,
상기 프로세서부는,
상기 기준노드로부터 두 개의 선조각에 의해 연속적으로 연결될 수 있는 상기 중간노드 및 상기 확장노드를 포함하는 노드쌍에 대한 정보와 대응하는 상기 경로비용에 대한 정보를 제1목록에 저장하는 제1단계와,
상기 제1단계에서 상기 제1목록에 저장된 노드쌍 중 상기 비용함수의 값이 가장 작은 노드쌍에 대한 정보와 대응하는 상기 경로비용에 대한 정보를 제2목록에 저장하고, 상기 제2목록에 저장한 노드쌍의 중간노드를 상기 기준노드로 새롭게 설정하는 제2단계와,
상기 제2단계에서 새롭게 설정한 기준노드로부터 두 개의 선조각에 의해 연속적으로 연결될 수 있고 상기 제2목록에 저장되어 있지 않은 모든 노드쌍에 대한 정보와 대응하는 상기 경로비용에 대한 정보를 상기 제1목록에 저장하고, 저장될 수 있는 노드쌍 중 확장노드가 상기 목표점과 일치하는 노드쌍이 없는 경우 상기 제2단계를 다시 수행하는 제3단계와,
상기 제3단계에서 상기 새롭게 설정한 기준노드로부터 두 개의 선조각에 의해 연속적으로 연결될 수 있고 상기 제2목록에 저장되어 있지 않은 노드쌍 중 하나 또는 그 이상의 확장노드가 상기 목표점과 일치하면, 상기 제2목록에 저장된 노드쌍 중 확장노드가 상기 목표점과 일치하며 그 중 상기 비용함수의 값이 가장 작은 노드쌍을 판별하여 제3목록에 저장하고 해당 노드쌍을 기준노드쌍으로 설정하는 제4단계와,
상기 제2목록에 저장된 노드쌍 중 중간노드와 확장노드로 저장된 노드가 각각 상기 제3목록에 저장된 기준노드쌍의 기준노드와 중간노드와 일치하는 노드쌍을 상기 제3목록에 저장하고 해당 노드쌍을 기준노드쌍으로 새롭게 설정하는 제5단계와,
상기 새롭게 설정한 기준노드쌍의 기준노드가 상기 시작점과 일치할 때까지 상기 제5단계를 반복하는 제6단계와,
상기 시작점부터 상기 목표점까지 상기 제3목록에 저장된 기준노드쌍의 중간노드를 순서대로 연결하여 상기 경로로 결정하는 제7단계를 처리하는
경로 탐색 장치.
The method of claim 9 or 10,
The processor unit,
A first step of storing information on a node pair including the intermediate node and the expansion node, which can be successively connected from the reference node by two line segments, and information on the path cost corresponding to the first list; and ,
In the first step, information on the node pair having the smallest value of the cost function among the node pairs stored in the first list and information on the path cost corresponding to the node pair is stored in a second list, and stored in the second list. A second step of newly setting an intermediate node of a pair of nodes as the reference node,
From the reference node newly set in the second step, information on all node pairs that can be continuously connected by two line segments and not stored in the second list and information on the path cost corresponding to the first A third step of performing the second step again when there is no node pair in which the expansion node coincides with the target point among node pairs that can be stored and stored in a list;
In the third step, if one or more of the node pairs not stored in the second list and one or more of the node pairs that can be connected continuously from the newly set reference node by two line segments coincide with the target point, the second The fourth step of determining the node pair with the smallest value of the cost function among the node pairs stored in the list and the expansion node coinciding with the target point, storing it in the third list, and setting the corresponding node pair as the reference node pair. ,
Among the node pairs stored in the second list, nodes stored as an intermediate node and an extension node are stored in the third list, and a node pair corresponding to the reference node and the intermediate node of the reference node pair stored in the third list, respectively, and the corresponding node pair. The fifth step of newly setting is a reference node pair, and
A sixth step of repeating the fifth step until the reference nodes of the newly set reference node pair coincide with the starting point,
Processing a seventh step of determining the path by sequentially connecting intermediate nodes of the reference node pair stored in the third list from the start point to the target point.
Route navigation device.
제 11 항에 있어서,
상기 프로세서부는,
상기 제3단계에서 새롭게 찾은 노드쌍과 동일한 노드쌍 정보가 이미 상기 제1목록에 있다면 새로 찾은 노드쌍에 대응하는 비용함수의 값과 상기 제1목록에 저장된, 동일한 노드쌍에 대응하는 비용함수의 값을 비교하여 더 작은 값으로 대체하는
경로 탐색 장치.
The method of claim 11,
The processor unit,
If the same node pair information as the newly found node pair in the third step is already in the first list, the value of the cost function corresponding to the newly found node pair and the cost function corresponding to the same node pair stored in the first list. Comparing values and replacing them with smaller values
Route navigation device.
컴퓨터 프로그램을 저장하고 있는 컴퓨터 판독 가능 기록매체로서,
상기 컴퓨터 프로그램은, 프로세서에 의해 실행되면,
3차원 공간상의 복수의 노드 중 시작점과 목표점을 확인하는 단계와, 상기 시작점을 기준노드로 삼아 상기 기준노드에서 진행 가능한 중간노드를 경유하여 상기 중간노드에서 진행 가능한 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하는 단계와, 상기 산출된 경로비용에 기초하여 상기 기준노드를 변경하여 신규 중간노드 및 신규 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하는 과정을 상기 신규 확장노드가 상기 목표점과 일치할 때까지 반복하는 단계와, 산출된 상기 경로비용들에 기초하여 상기 시작점부터 상기 목표점까지의 경로를 결정하는 단계를 포함하되, 상기 이차변화율은 중력방향으로의 가속도인 방법을 상기 프로세서가 수행하도록 하기 위한 명령어를 포함하는, 컴퓨터 판독 가능한 기록매체.
As a computer-readable recording medium storing a computer program,
The computer program, when executed by a processor,
Checking a start point and a target point among a plurality of nodes in a three-dimensional space, and using the start point as a reference node, a plurality of search paths from the intermediate node to an extension node that can be progressed through the intermediate node that can proceed from the reference node are used. For each node, calculating the route cost using a cost function reflecting the secondary change rate of the physical properties depending on the distance or time required and the location of each node, and changing the reference node based on the calculated route cost to create a new intermediate node. And a process of calculating the route cost by using a cost function reflecting the secondary change rate of the physical properties depending on the distance or time required and the location of each node for a plurality of search routes to the new extension node. And determining a path from the starting point to the target point based on the calculated path costs, wherein the second rate of change is an acceleration in the direction of gravity. A computer-readable recording medium containing instructions for performing.
컴퓨터 판독 가능 기록매체에 저장되어 있는 컴퓨터 프로그램으로서,
상기 컴퓨터 프로그램은, 프로세서에 의해 실행되면,
3차원 공간상의 복수의 노드 중 시작점과 목표점을 확인하는 단계와, 상기 시작점을 기준노드로 삼아 상기 기준노드에서 진행 가능한 중간노드를 경유하여 상기 중간노드에서 진행 가능한 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하는 단계와, 상기 산출된 경로비용에 기초하여 상기 기준노드를 변경하여 신규 중간노드 및 신규 확장노드까지의 복수의 탐색 경로에 대하여 거리 또는 소요시간과 각 노드의 위치에 의존하는 물성에 대한 이차변화율이 반영된 비용함수를 이용하여 경로비용을 산출하는 과정을 상기 신규 확장노드가 상기 목표점과 일치할 때까지 반복하는 단계와, 산출된 상기 경로비용들에 기초하여 상기 시작점부터 상기 목표점까지의 경로를 결정하는 단계를 포함하되, 상기 비용함수는 선회 가속도가 특정값 이하로 제한되는 방법을 상기 프로세서가 수행하도록 하기 위한 명령어를 포함하는, 컴퓨터 프로그램.
As a computer program stored in a computer-readable recording medium,
The computer program, when executed by a processor,
Checking a start point and a target point among a plurality of nodes in a three-dimensional space, and using the start point as a reference node, a plurality of search paths from the intermediate node to an extension node that can be progressed through the intermediate node that can proceed from the reference node are used. For each node, calculating the route cost using a cost function reflecting the secondary change rate of the physical properties depending on the distance or time required and the location of each node, and changing the reference node based on the calculated route cost to create a new intermediate node. And a process of calculating the route cost by using a cost function reflecting the secondary change rate of the physical properties depending on the distance or time required and the location of each node for a plurality of search routes to the new extension node. And determining a path from the starting point to the target point based on the calculated path costs, and the cost function is a method in which the turning acceleration is limited to a specific value or less. A computer program comprising instructions for causing the processor to perform.
KR1020200115992A 2020-09-10 2020-09-10 Method and apparatus for searching route KR102217208B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020200115992A KR102217208B1 (en) 2020-09-10 2020-09-10 Method and apparatus for searching route

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020200115992A KR102217208B1 (en) 2020-09-10 2020-09-10 Method and apparatus for searching route

Publications (1)

Publication Number Publication Date
KR102217208B1 true KR102217208B1 (en) 2021-02-18

Family

ID=74688500

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020200115992A KR102217208B1 (en) 2020-09-10 2020-09-10 Method and apparatus for searching route

Country Status (1)

Country Link
KR (1) KR102217208B1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20100005942A (en) * 2008-07-08 2010-01-18 한국과학기술연구원 Method for planning an optimal path in a biped robot
KR20130136781A (en) * 2012-06-05 2013-12-13 현대자동차주식회사 Method for decision of eco-route using soc consumption ratio
KR102094538B1 (en) 2012-06-29 2020-04-16 톰톰 네비게이션 비.브이. Apparatus and method for route searching

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20100005942A (en) * 2008-07-08 2010-01-18 한국과학기술연구원 Method for planning an optimal path in a biped robot
KR20130136781A (en) * 2012-06-05 2013-12-13 현대자동차주식회사 Method for decision of eco-route using soc consumption ratio
KR102094538B1 (en) 2012-06-29 2020-04-16 톰톰 네비게이션 비.브이. Apparatus and method for route searching

Similar Documents

Publication Publication Date Title
CN110806218B (en) Parking path planning method, device and system
US8935096B2 (en) Apparatus for fast path search by learning heuristic function and method thereof
CN106730841B (en) Path finding method and device
US11922574B2 (en) Method and device for determining plurality of layers of bounding boxes, collision detection method and device, and motion control method and device
KR102036716B1 (en) Path planning method for visiting multiple mission points and apparatus therefor
EP1335315A2 (en) Dual Dijkstra search for planning multiple paths
CN111158365A (en) Path planning method and device, robot and storage medium
CN110702133A (en) Path planning method, robot and device with storage function
CN112595337B (en) Obstacle avoidance path planning method and device, electronic device, vehicle and storage medium
CN107121146B (en) Optimum path planning method based on road chain depth
CA3004442A1 (en) Rapidly-exploring randomizing feedback-based motion planning
CN108876024A (en) Path planning, path real-time optimization method and device, storage medium
CN107917716B (en) Fixed line navigation method, device, terminal and computer readable storage medium
CN109341698B (en) Path selection method and device for mobile robot
KR101688302B1 (en) Motion planning apparatus and method
CN115167474A (en) Mobile robot path planning optimization method
CN114705196B (en) Self-adaptive heuristic global path planning method and system for robot
KR102217208B1 (en) Method and apparatus for searching route
CN111325328B (en) Neural network generation method, data processing method and device
KR101866866B1 (en) Method for personalized ranking in signed networks, recording medium and device for performing the method
CN109977455B (en) Ant colony optimization path construction method suitable for three-dimensional space with terrain obstacles
KR101585374B1 (en) Apparatus and Method for planning robot path using genetic algorithm
KR102185334B1 (en) PROCESSING METHOD OF ε-DISTANCE JOIN QUERIES IN ROAD NETWORKS AND DEVICE THAT PROCESSES ε-DISTANCE JOIN QUERIES IN ROAD NETWORKS
CN116518978A (en) Robot path planning method, device, equipment and storage medium
CN107449426B (en) Navigation logic method and indoor AR navigation system thereof

Legal Events

Date Code Title Description
E701 Decision to grant or registration of patent right
GRNT Written decision to grant