JP2014044156A - Route search system, route search device, route search method and computer program - Google Patents

Route search system, route search device, route search method and computer program Download PDF

Info

Publication number
JP2014044156A
JP2014044156A JP2012187560A JP2012187560A JP2014044156A JP 2014044156 A JP2014044156 A JP 2014044156A JP 2012187560 A JP2012187560 A JP 2012187560A JP 2012187560 A JP2012187560 A JP 2012187560A JP 2014044156 A JP2014044156 A JP 2014044156A
Authority
JP
Japan
Prior art keywords
intersection
search
route
cost
destination
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
JP2012187560A
Other languages
Japanese (ja)
Other versions
JP5949328B2 (en
Inventor
Yasuteru Hosoi
保輝 細井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Aisin AW Co Ltd
Original Assignee
Aisin AW Co Ltd
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 Aisin AW Co Ltd filed Critical Aisin AW Co Ltd
Priority to JP2012187560A priority Critical patent/JP5949328B2/en
Publication of JP2014044156A publication Critical patent/JP2014044156A/en
Application granted granted Critical
Publication of JP5949328B2 publication Critical patent/JP5949328B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a route search system, a route search device, a route search method and a computer program, capable of reducing a processing time and a processing load on route search processing based on each of a plurality of search conditions.SOLUTION: A route search system creates an intersection list which is a list of intersections connecting candidates of a suitable route from a departure intersection to a destination intersection (S1); executes route search processing by a Dijkstra method, and when a center intersection is a destination intersection, determines whether or not a processing object intersection, which has not been set to a center intersection ever and of which an addition value of calculated search cost is smaller than that of the destination intersection, is present (S12); and when it is determined that the processing object intersection is present, continues and executes processing of cost calculation by setting the processing object intersection to a new center intersection (S13).

Description

本発明は、出発地から目的地へと至る経路を探索する経路探索システム、経路探索装置、経路探索方法及びコンピュータプログラムに関する。   The present invention relates to a route search system, a route search device, a route search method, and a computer program for searching for a route from a departure place to a destination.

近年、車両の走行案内を行い、運転者が所望の目的地に容易に到着できるようにしたナビゲーション装置が車両に搭載されていることが多い。ここで、ナビゲーション装置とは、GPS受信機などにより自車の現在位置を検出し、その現在位置に対応する地図データをDVD−ROMやHDDなどの記録媒体またはネットワークを通じて取得して液晶モニタに表示することが可能な装置である。更に、かかるナビゲーション装置には、所望する目的地を入力すると、自車位置から目的地までの最適経路を探索する経路探索機能を備えており、探索された最適経路を案内経路として設定し、ディスプレイ画面に案内経路を表示するとともに、交差点に接近した場合等には音声による案内をすることによって、ユーザを所望の目的地まで確実に案内するようになっている。また、近年は携帯電話機、スマートフォン、PDA(Personal Digital Assistant)、パーソナルコンピュータ等においても上記ナビゲーション装置と同様の機能を有するものがある。   2. Description of the Related Art In recent years, a navigation device is often mounted on a vehicle that provides vehicle travel guidance so that a driver can easily arrive at a desired destination. Here, the navigation device detects the current position of the vehicle by a GPS receiver or the like, acquires map data corresponding to the current position through a recording medium such as a DVD-ROM or HDD or a network, and displays it on a liquid crystal monitor. It is a device that can do. Further, the navigation device has a route search function for searching for an optimum route from the vehicle position to the destination when a desired destination is input, and sets the searched optimum route as a guide route, and displays it. A guide route is displayed on the screen, and when the user approaches an intersection, the user is surely guided to a desired destination by voice guidance. In recent years, some mobile phones, smartphones, PDAs (Personal Digital Assistants), personal computers, and the like have functions similar to those of the navigation device.

また、上記経路探索機能では、出発地から目的地までの経路を探索する経路探索方法として一般的にダイクストラ法が用いられる。また、出発地から目的地までの経路を探索する場合には、最適な一の経路のみを探索するのではなく、複数の探索条件に基づいて探索条件毎に適合する経路を探索することが行われている。例えば、特開2008−209208号公報には、推奨ルート、有料道路優先ルート、一般道路優先ルート、距離優先ルート、別ルートの5つの探索条件に適合する計5つの経路をダイクストラ法により探索することについて記載されている。   In the route search function, the Dijkstra method is generally used as a route search method for searching for a route from a departure place to a destination. In addition, when searching for a route from the starting point to the destination, it is not possible to search for only one optimal route, but to search for a route that matches each search condition based on a plurality of search conditions. It has been broken. For example, Japanese Patent Laid-Open No. 2008-209208 discloses a search for a total of five routes that meet the five search conditions of a recommended route, a toll road priority route, a general road priority route, a distance priority route, and another route by the Dijkstra method. Is described.

特開2008−209208号公報(第7−9頁、図1)JP 2008-209208 A (page 7-9, FIG. 1)

ここで、上記特許文献1に記載された技術のように複数の探索条件毎に経路を特定する場合には、探索条件毎にコスト算出条件を変えて、ダイクストラ法による経路探索処理を探索条件の数だけ繰り返し実行していた。即ち、特許文献1のように5つの探索条件がある場合には、先ず推奨ルートに基づく経路探索処理を実行して推奨ルートの探索条件に合う経路を特定し、その後に有料道路優先ルートに基づく経路探索処理を実行して有料道路優先ルートの探索条件に合う経路を特定し、同様にして一般道路優先ルート、距離優先ルート、別ルートについても経路探索処理を繰り返し実行し、計5回の経路探索処理を行うことによって5つの経路を特定していた。   Here, when a route is specified for each of a plurality of search conditions as in the technique described in Patent Document 1, the cost calculation condition is changed for each search condition, and the route search process by the Dijkstra method is performed as a search condition. It was executed repeatedly as many times. That is, when there are five search conditions as in Patent Document 1, a route search process based on a recommended route is first performed to identify a route that meets the recommended route search condition, and then based on a toll road priority route. Perform route search processing to identify routes that meet the search conditions for toll road priority routes, and repeat route search processing for general road priority routes, distance priority routes, and other routes in the same way, for a total of five routes Five routes were specified by performing a search process.

しかしながら、従来のように探索条件毎に経路探索処理を実行する構成とすると、探索条件が増えるほど経路探索処理に係る処理時間が長くなり、処理負担も増加していた。また、繰り返し実行される経路探索処理は、重複する処理も多い為、CPUの作業効率が非常に悪かった。   However, if the configuration is such that the route search process is executed for each search condition as in the prior art, the processing time for the route search process becomes longer and the processing load increases as the search condition increases. In addition, since the route search processing that is repeatedly executed includes many overlapping processes, the work efficiency of the CPU is very poor.

本発明は前記従来における問題点を解消するためになされたものであり、複数の探索条件毎に該探索条件に適合する経路をそれぞれ特定する際に、探索条件毎に同様の経路探索処理を一から繰り返し実行する必要が無く、経路探索処理に係る処理時間や処理負担を軽減することを可能とした経路探索システム、経路探索装置、経路探索方法及びコンピュータプログラムを提供することを目的とする。   The present invention has been made to solve the above-described conventional problems, and when a route that matches the search condition is specified for each of a plurality of search conditions, a similar route search process is performed for each search condition. It is an object of the present invention to provide a route search system, a route search device, a route search method, and a computer program that can reduce processing time and processing load related to route search processing without having to be repeatedly executed.

前記目的を達成するため本願の請求項1に係る経路探索システム(1)は、出発地から目的地まで至る経路として、複数の探索条件毎に該探索条件に適合する適合経路をそれぞれ特定する経路探索システムであって、前記出発地に対応する出発地交差点から前記目的地に対応する目的地交差点まで至る前記適合経路の候補を接続する交差点のリストである交差点リストを作成する交差点リスト作成手段(13)と、前記出発地交差点を中心交差点に設定する初期中心交差点設定手段(13)と、前記交差点リストに含まれる交差点であって且つ前記中心交差点に隣接する交差点である隣接交差点について、前記出発地交差点から該隣接交差点への探索コストの加算値を前記複数の探索条件毎且つ該隣接交差点毎に算出するコスト算出手段(13)と、前記コスト算出手段によって算出された前記複数の探索条件毎の前記探索コストの加算値を比較し、探索条件に関わらず探索コストの加算値が最小となる前記隣接交差点を新たな中心交差点に設定する中心交差点更新手段(13)と、前記中心交差点更新手段によって新たに設定された前記中心交差点を対象とする前記コスト算出手段及び前記中心交差点更新手段の処理を繰り返し行った結果、前記中心交差点が前記目的地交差点と一致したか否かを判定する交差点一致判定手段(13)と、前記交差点一致判定手段によって前記中心交差点が前記目的地交差点に一致したと判定された場合に、前記交差点リストに含まれる交差点の内、過去に前記中心交差点に設定されておらず、且つ、前記コスト算出手段により算出された前記探索コストの加算値が前記目的地交差点よりも小さくなる交差点である処理対象交差点があるか否か判定する交差点判定手段(13)と、前記交差点判定手段によって前記処理対象交差点があると判定された場合に、前記処理対象交差点を新たな中心交差点に設定し、前記コスト算出手段及び前記中心交差点更新手段の処理を実行する補助処理手段(13)と、前記コスト算出手段により算出された前記探索コストの加算値に基づいて、前記出発地交差点から前記目的地交差点までの前記探索コストの加算値が最小となる経路を前記適合経路として前記探索条件毎に特定する経路特定手段(13)と、を有することを特徴とする。   In order to achieve the object, the route search system (1) according to claim 1 of the present application specifies, as a route from the departure place to the destination, a suitable route that matches the search condition for each of the plurality of search conditions. An intersection list creation means for creating an intersection list that is a list of intersections that connect candidates for the suitable route from the departure point intersection corresponding to the departure point to the destination intersection corresponding to the destination. 13), an initial center intersection setting means (13) for setting the departure point intersection as a center intersection, and for the adjacent intersection that is included in the intersection list and is adjacent to the center intersection, Cost calculation means (1) for calculating an added value of the search cost from the ground intersection to the adjacent intersection for each of the plurality of search conditions and for each of the adjacent intersections ) And the added value of the search cost for each of the plurality of search conditions calculated by the cost calculating means, and the adjacent intersection that minimizes the added value of the search cost regardless of the search condition is determined as a new central intersection. A result of repeatedly performing the processing of the cost calculation means and the central intersection update means for the central intersection newly set by the central intersection update means, An intersection coincidence judging means (13) for judging whether or not an intersection coincides with the destination intersection, and when the intersection coincidence judging means judges that the central intersection coincides with the destination intersection, the intersection Of the intersections included in the list, the search has not been set as the central intersection in the past and has been calculated by the cost calculation means. When it is determined that there is an intersection to be processed that determines whether there is an intersection to be processed whose intersection is smaller than the destination intersection, and the intersection determination means determines that there is an intersection to be processed The processing target intersection is set as a new center intersection, and the auxiliary processing means (13) for executing the processes of the cost calculation means and the center intersection update means, and the search cost calculated by the cost calculation means. Route specifying means (13) for specifying, for each search condition, a route having a minimum value of the search cost from the departure point intersection to the destination intersection as the matching route based on the addition value. It is characterized by that.

また、請求項2に係る経路探索システム(1)は、請求項1に記載の経路探索システムであって、前記補助処理手段(13)は、前記交差点判定手段(13)によって前記処理対象交差点が無いと判定されるまで、前記処理対象交差点を前記中心交差点とした前記コスト算出手段及び前記中心交差点更新手段の処理を繰り返し実行することを特徴とする。   Further, the route search system (1) according to claim 2 is the route search system according to claim 1, wherein the auxiliary processing means (13) determines the intersection to be processed by the intersection determination means (13). Until it is determined that there is no intersection, the processing of the cost calculation unit and the center intersection update unit using the processing target intersection as the center intersection is repeatedly performed.

また、請求項3に係る経路探索システム(1)は、請求項1又は請求項2に記載の経路探索システムであって、前記交差点リスト作成手段(13)は、前記交差点リストを、前記複数の探索条件毎に区分した複数のリストにより作成することを特徴とする。   Moreover, the route search system (1) according to claim 3 is the route search system according to claim 1 or 2, wherein the intersection list creation means (13) converts the intersection list into the plurality of intersections. It is created by a plurality of lists divided for each search condition.

また、請求項4に係る経路探索システム(1)は、請求項1又は請求項2に記載の経路探索システムであって、前記交差点リスト作成手段(13)は、前記交差点リストを、前記交差点リストに含まれる各交差点に対して前記複数の探索条件を対応付けた一のリストにより作成することを特徴とする。   Further, the route search system (1) according to claim 4 is the route search system according to claim 1 or 2, wherein the intersection list creation means (13) converts the intersection list into the intersection list. And a plurality of search conditions associated with each intersection included in the list.

また、請求項5に係る経路探索装置(1)は、出発地から目的地まで至る経路として、複数の探索条件毎に該探索条件に適合する適合経路をそれぞれ特定する経路探索システムであって、前記出発地に対応する出発地交差点から前記目的地に対応する目的地交差点まで至る前記適合経路の候補を接続する交差点のリストである交差点リストを作成する交差点リスト作成手段(13)と、前記出発地交差点を中心交差点に設定する初期中心交差点設定手段(13)と、前記交差点リストに含まれる交差点であって且つ前記中心交差点に隣接する交差点である隣接交差点について、前記出発地交差点から該隣接交差点への探索コストの加算値を前記複数の探索条件毎且つ該隣接交差点毎に算出するコスト算出手段(13)と、前記コスト算出手段によって算出された前記複数の探索条件毎の前記探索コストの加算値を比較し、探索条件に関わらず探索コストの加算値が最小となる前記隣接交差点を新たな中心交差点に設定する中心交差点更新手段(13)と、前記中心交差点更新手段によって新たに設定された前記中心交差点を対象とする前記コスト算出手段及び前記中心交差点更新手段の処理を繰り返し行った結果、前記中心交差点が前記目的地交差点と一致したか否かを判定する交差点一致判定手段(13)と、前記交差点一致判定手段によって前記中心交差点が前記目的地交差点に一致したと判定された場合に、前記交差点リストに含まれる交差点の内、過去に前記中心交差点に設定されておらず、且つ、前記コスト算出手段により算出された前記探索コストの加算値が前記目的地交差点よりも小さくなる交差点である処理対象交差点があるか否か判定する交差点判定手段(13)と、前記交差点判定手段によって前記処理対象交差点があると判定された場合に、前記処理対象交差点を新たな中心交差点に設定し、前記コスト算出手段及び前記中心交差点更新手段の処理を実行する補助処理手段(13)と、前記コスト算出手段により算出された前記探索コストの加算値に基づいて、前記出発地交差点から前記目的地交差点までの前記探索コストの加算値が最小となる経路を前記適合経路として前記探索条件毎に特定する経路特定手段(13)と、を有することを特徴とする。   Further, the route search device (1) according to claim 5 is a route search system that specifies, as a route from a departure place to a destination, a suitable route that matches the search condition for each of a plurality of search conditions, An intersection list creating means (13) for creating an intersection list which is a list of intersections connecting candidates of the suitable route from the departure point intersection corresponding to the departure point to the destination intersection corresponding to the destination; An initial center intersection setting means (13) for setting a ground intersection as a center intersection, and an adjacent intersection that is included in the intersection list and is adjacent to the center intersection from the departure point intersection to the adjacent intersection A cost calculation means (13) for calculating an added value of the search cost for each of the plurality of search conditions and for each adjacent intersection, and the cost calculation means Therefore, a central intersection updating unit that compares the calculated search cost addition values for each of the plurality of search conditions and sets the adjacent intersection that minimizes the search cost addition value regardless of the search conditions as a new central intersection. (13) and, as a result of repeatedly performing the processing of the cost calculation means and the central intersection update means for the central intersection newly set by the central intersection update means, the central intersection becomes the destination intersection. An intersection coincidence judging means (13) for judging whether or not they coincide with each other, and when the intersection coincidence judging means judges that the central intersection coincides with the destination intersection, the intersections included in the intersection list In addition, an added value of the search cost that has not been set at the central intersection in the past and is calculated by the cost calculation means is the purpose. An intersection determination unit (13) that determines whether or not there is a processing target intersection that is an intersection that is smaller than an intersection. When the intersection determination unit determines that there is the processing target intersection, the processing target intersection is newly determined. And the auxiliary processing means (13) for executing the processing of the cost calculating means and the central intersection updating means, and the starting cost based on the added value of the search cost calculated by the cost calculating means. Route specifying means (13) for specifying, for each search condition, a route having a minimum value of the search cost from a ground intersection to the destination intersection as the suitable route.

また、請求項6に係る経路探索方法は、出発地から目的地まで至る経路として、複数の探索条件毎に該探索条件に適合する適合経路をそれぞれ特定する経路探索方法であって、前記出発地に対応する出発地交差点から前記目的地に対応する目的地交差点まで至る前記適合経路の候補を接続する交差点のリストである交差点リストを作成する交差点リスト作成ステップと、前記出発地交差点を中心交差点に設定する初期中心交差点設定ステップと、前記交差点リストに含まれる交差点であって且つ前記中心交差点に隣接する交差点である隣接交差点について、前記出発地交差点から該隣接交差点への探索コストの加算値を前記複数の探索条件毎且つ該隣接交差点毎に算出するコスト算出ステップと、前記コスト算出ステップによって算出された前記複数の探索条件毎の前記探索コストの加算値を比較し、探索条件に関わらず探索コストの加算値が最小となる前記隣接交差点を新たな中心交差点に設定する中心交差点更新ステップと、前記中心交差点更新ステップによって新たに設定された前記中心交差点を対象とする前記コスト算出ステップ及び前記中心交差点更新ステップの処理を繰り返し行った結果、前記中心交差点が前記目的地交差点と一致したか否かを判定する交差点一致判定ステップと、前記交差点一致判定ステップによって前記中心交差点が前記目的地交差点に一致したと判定された場合に、前記交差点リストに含まれる交差点の内、過去に前記中心交差点に設定されておらず、且つ、前記コスト算出ステップにより算出された前記探索コストの加算値が前記目的地交差点よりも小さくなる交差点である処理対象交差点があるか否か判定する交差点判定ステップと、前記交差点判定ステップによって前記処理対象交差点があると判定された場合に、前記処理対象交差点を新たな中心交差点に設定し、前記コスト算出ステップ及び前記中心交差点更新ステップの処理を実行する補助処理ステップと、前記コスト算出ステップにより算出された前記探索コストの加算値に基づいて、前記出発地交差点から前記目的地交差点までの前記探索コストの加算値が最小となる経路を前記適合経路として前記探索条件毎に特定する経路特定ステップと、を有することを特徴とする。   The route search method according to claim 6 is a route search method for specifying a suitable route that meets the search condition for each of a plurality of search conditions as a route from the departure place to the destination. An intersection list creating step for creating an intersection list, which is a list of intersections that connect candidates for the suitable route from the departure point intersection corresponding to the destination point to the destination intersection corresponding to the destination, and the departure point intersection as a central intersection An initial center intersection setting step to be set; and for an intersection that is an intersection that is included in the intersection list and that is adjacent to the center intersection, an added value of the search cost from the departure point intersection to the adjacent intersection Calculated by a cost calculating step for calculating a plurality of search conditions and for each adjacent intersection, and the cost calculating step A central intersection update step of comparing the search cost addition values for each of the plurality of search conditions, and setting the adjacent intersection that minimizes the search cost addition value regardless of the search conditions as a new central intersection; It is determined whether or not the central intersection coincides with the destination intersection as a result of repeatedly performing the processing of the cost calculation step and the central intersection update step for the central intersection newly set by the intersection update step. When the intersection coincidence determining step and the intersection coincidence determining step determine that the central intersection coincides with the destination intersection, the intersections included in the intersection list are set as the central intersection in the past. And the added value of the search cost calculated by the cost calculation step is the destination intersection An intersection determination step for determining whether or not there is a processing target intersection that is a smaller intersection, and when the intersection determination step determines that there is the processing target intersection, the processing target intersection is set as a new central intersection. An auxiliary processing step that sets and executes the processing of the cost calculation step and the central intersection update step, and the destination intersection from the departure point intersection based on the added value of the search cost calculated by the cost calculation step And a route specifying step of specifying, for each search condition, a route that minimizes the added value of the search costs up to the search route.

更に、請求項7に係るコンピュータプログラムは、コンピュータに、出発地から目的地まで至る経路として、複数の探索条件毎に該探索条件に適合する適合経路をそれぞれ特定させるコンピュータプログラムであって、前記出発地に対応する出発地交差点から前記目的地に対応する目的地交差点まで至る前記適合経路の候補を接続する交差点のリストである交差点リストを作成する交差点リスト作成機能と、前記出発地交差点を中心交差点に設定する初期中心交差点設定機能と、前記交差点リストに含まれる交差点であって且つ前記中心交差点に隣接する交差点である隣接交差点について、前記出発地交差点から該隣接交差点への探索コストの加算値を前記複数の探索条件毎且つ該隣接交差点毎に算出するコスト算出機能と、前記コスト算出機能によって算出された前記複数の探索条件毎の前記探索コストの加算値を比較し、探索条件に関わらず探索コストの加算値が最小となる前記隣接交差点を新たな中心交差点に設定する中心交差点更新機能と、前記中心交差点更新機能によって新たに設定された前記中心交差点を対象とする前記コスト算出機能及び前記中心交差点更新機能の処理を繰り返し行った結果、前記中心交差点が前記目的地交差点と一致したか否かを判定する交差点一致判定機能と、前記交差点一致判定機能によって前記中心交差点が前記目的地交差点に一致したと判定された場合に、前記交差点リストに含まれる交差点の内、過去に前記中心交差点に設定されておらず、且つ、前記コスト算出機能により算出された前記探索コストの加算値が前記目的地交差点よりも小さくなる交差点である処理対象交差点があるか否か判定する交差点判定機能と、前記交差点判定機能によって前記処理対象交差点があると判定された場合に、前記処理対象交差点を新たな中心交差点に設定し、前記コスト算出機能及び前記中心交差点更新機能の処理を実行する補助処理機能と、前記コスト算出機能により算出された前記探索コストの加算値に基づいて、前記出発地交差点から前記目的地交差点までの前記探索コストの加算値が最小となる経路を前記適合経路として前記探索条件毎に特定する経路特定機能と、を実行させることを特徴とする。   Furthermore, the computer program according to claim 7 is a computer program for causing a computer to specify a suitable route that matches a search condition for each of a plurality of search conditions as a route from the departure place to the destination. An intersection list creation function for creating an intersection list, which is a list of intersections that connect the candidates for the suitable route from the departure point intersection corresponding to the ground to the destination intersection corresponding to the destination, and the departure point intersection as a central intersection An initial center intersection setting function to be set, and for an adjacent intersection that is an intersection included in the intersection list and is adjacent to the center intersection, an addition value of a search cost from the departure point intersection to the adjacent intersection is calculated. A cost calculation function for calculating each of the plurality of search conditions and for each adjacent intersection, and the cost calculation Central intersection update that compares the search cost addition values for each of the plurality of search conditions calculated by the performance and sets the adjacent intersection that minimizes the search cost addition value as a new central intersection regardless of the search conditions As a result of repeating the function and the processing of the cost calculation function and the center intersection update function for the center intersection newly set by the center intersection update function, the center intersection matches the destination intersection. An intersection coincidence determining function for determining whether or not the center intersection has coincided with the destination intersection by the intersection coincidence determining function, of the intersections included in the intersection list in the past It is not set at the intersection and the added value of the search cost calculated by the cost calculation function is from the destination intersection. An intersection determination function that determines whether or not there is a processing target intersection that is a smaller intersection, and when the intersection determination function determines that there is the processing target intersection, the processing target intersection is set as a new central intersection. Based on the auxiliary processing function for executing the processing of the cost calculation function and the central intersection update function, and the added value of the search cost calculated by the cost calculation function, from the departure point intersection to the destination intersection A route specifying function for specifying, for each search condition, a route having a minimum added value of the search cost as the suitable route.

前記構成を有する請求項1に記載の経路探索システムによれば、複数の探索条件毎に該探索条件に適合する経路をそれぞれ特定する際に、探索条件毎に同様の経路探索処理を一から繰り返し実行する必要が無く、経路探索処理に係る処理時間や処理負担を軽減することが可能となる。   According to the route search system according to claim 1, having the above-described configuration, when a route that matches the search condition is specified for each of a plurality of search conditions, the same route search process is repeated from the beginning for each search condition. There is no need to execute the processing, and the processing time and processing load related to the route search processing can be reduced.

また、請求項2に記載の経路探索システムによれば、交差点判定手段によって処理対象交差点が無いと判定されるまで、処理対象交差点を中心交差点としたコスト算出手段及び中心交差点更新手段の処理を繰り返し実行するので、複数の探索条件に対するコスト算出を同時に行う場合であっても、出発地交差点から交差点リストに含まれる各交差点に至る探索コストの最小加算値を正確に算出することが可能となる。その結果、出発地交差点から目的地交差点までの探索コストの加算値が最小となる経路を適合経路として適切に特定することが可能となる。   According to the route search system of claim 2, the processing of the cost calculation means and the central intersection update means using the processing target intersection as the central intersection is repeated until the intersection determination means determines that there is no processing target intersection. Therefore, even if the cost is calculated for a plurality of search conditions at the same time, it is possible to accurately calculate the minimum added value of the search cost from the departure point intersection to each intersection included in the intersection list. As a result, it is possible to appropriately specify the route having the minimum search cost addition value from the departure point intersection to the destination intersection as the matching route.

また、請求項3に記載の経路探索システムによれば、交差点リストを複数の探索条件毎に区分した複数のリストにより作成するので、複数の探索条件毎に該探索条件に適合する経路をそれぞれ特定する場合であっても、複数の交差点リストを用いて探索条件毎の適合経路を従来に比べてより少ない処理工程で特定することが可能となる。   Further, according to the route search system according to claim 3, since the intersection list is created from a plurality of lists divided into a plurality of search conditions, a route that matches the search conditions is specified for each of the plurality of search conditions. Even in such a case, it is possible to specify a suitable route for each search condition using a plurality of intersection lists with fewer processing steps than in the past.

また、請求項4に記載の経路探索システムによれば、交差点リストを交差点リストに含まれる各交差点に対して複数の探索条件を対応付けた一のリストにより作成するので、複数の探索条件毎に該探索条件に適合する経路をそれぞれ特定する場合であっても、一の交差点リストを用いて探索条件毎の適合経路を従来に比べてより少ない処理工程で特定することが可能となる。   According to the route search system of claim 4, since the intersection list is created by one list in which a plurality of search conditions are associated with each intersection included in the intersection list, for each of the plurality of search conditions Even when each route that matches the search condition is specified, it is possible to specify a match route for each search condition using a single intersection list with fewer processing steps than in the past.

また、請求項5に記載の経路探索装置によれば、複数の探索条件毎に該探索条件に適合する経路をそれぞれ特定する際に、探索条件毎に同様の経路探索処理を一から繰り返し実行する必要が無く、経路探索処理に係る処理時間や処理負担を軽減することが可能となる。   In addition, according to the route search device of the fifth aspect, the same route search processing is repeatedly executed from the beginning for each search condition when specifying a route that matches the search condition for each of the plurality of search conditions. There is no need, and it becomes possible to reduce the processing time and processing load related to the route search processing.

また、請求項6に記載の経路探索方法によれば、複数の探索条件毎に該探索条件に適合する経路をそれぞれ特定する際に、探索条件毎に同様の経路探索処理を一から繰り返し実行する必要が無く、経路探索処理に係る処理時間や処理負担を軽減することが可能となる。   According to the route search method according to claim 6, when specifying a route that matches the search condition for each of a plurality of search conditions, the same route search process is repeatedly executed from the beginning for each search condition. There is no need, and it becomes possible to reduce the processing time and processing load related to the route search processing.

更に、請求項7に記載のコンピュータプログラムによれば、複数の探索条件毎に該探索条件に適合する経路をそれぞれ特定させる際に、探索条件毎に同様の経路探索処理を一から繰り返し実行させる必要が無く、経路探索処理に係る処理時間や処理負担を軽減することが可能となる。   Furthermore, according to the computer program of the seventh aspect, it is necessary to repeatedly execute the same route search process from the beginning for each search condition when specifying a route that matches the search condition for each of the plurality of search conditions. Therefore, it is possible to reduce processing time and processing load related to route search processing.

本実施形態に係るナビゲーション装置の構成を示したブロック図である。It is the block diagram which showed the structure of the navigation apparatus which concerns on this embodiment. 本実施形態に係る経路探索処理プログラムのフローチャートである。It is a flowchart of the route search processing program concerning this embodiment. 出発地交差点から目的地交差点までの適合経路の候補を示した図である。It is the figure which showed the candidate of the suitable path | route from the departure point intersection to the destination intersection. 交差点リストの一例を示した図である。It is the figure which showed an example of the intersection list | wrist. 交差点リストに基づく適合経路の特定処理の具体例について説明した図である。It is the figure explaining the specific example of the specific process of the suitable route based on an intersection list. 交差点リストに基づく適合経路の特定処理の具体例について説明した図である。It is the figure explaining the specific example of the specific process of the suitable route based on an intersection list. 交差点リストに基づく適合経路の特定処理の具体例について説明した図である。It is the figure explaining the specific example of the specific process of the suitable route based on an intersection list. 交差点リストに基づく適合経路の特定処理の具体例について説明した図である。It is the figure explaining the specific example of the specific process of the suitable route based on an intersection list. 交差点リストに基づく適合経路の特定処理の具体例について説明した図である。It is the figure explaining the specific example of the specific process of the suitable route based on an intersection list. 交差点リストに基づく適合経路の特定処理の具体例について説明した図である。It is the figure explaining the specific example of the specific process of the suitable route based on an intersection list. 交差点リストに基づく適合経路の特定処理の具体例について説明した図である。It is the figure explaining the specific example of the specific process of the suitable route based on an intersection list. 交差点リストに基づく適合経路の特定処理の具体例について説明した図である。It is the figure explaining the specific example of the specific process of the suitable route based on an intersection list. 交差点リストの変形例について示した図である。It is the figure shown about the modification of an intersection list | wrist.

以下、本発明に係る経路探索システム及び経路探索装置をナビゲーション装置に具体化した一実施形態に基づき図面を参照しつつ詳細に説明する。先ず、本実施形態に係るナビゲーション装置1の概略構成について図1を用いて説明する。図1は本実施形態に係るナビゲーション装置1を示したブロック図である。   Hereinafter, a route search system and a route search device according to the present invention will be described in detail with reference to the drawings based on an embodiment in which the navigation device is embodied. First, a schematic configuration of the navigation device 1 according to the present embodiment will be described with reference to FIG. FIG. 1 is a block diagram showing a navigation device 1 according to this embodiment.

図1に示すように本実施形態に係るナビゲーション装置1は、ナビゲーション装置1が搭載された車両の現在位置を検出する現在位置検出部11と、各種のデータが記録されたデータ記録部12と、入力された情報に基づいて、各種の演算処理を行うナビゲーションECU13と、ユーザからの操作を受け付ける操作部14と、ユーザに対して車両周辺の地図や後述の経路探索処理によって探索された経路に関する経路情報等を表示する液晶ディスプレイ15と、経路案内に関する音声ガイダンスを出力するスピーカ16と、記憶媒体であるDVDを読み取るDVDドライブ17と、プローブセンタやVICS(登録商標:Vehicle Information and Communication System)センタ等の情報センタとの間で通信を行う通信モジュール18と、から構成されている。   As shown in FIG. 1, the navigation device 1 according to the present embodiment includes a current position detection unit 11 that detects a current position of a vehicle on which the navigation device 1 is mounted, a data recording unit 12 that records various data, Based on the input information, the navigation ECU 13 that performs various arithmetic processes, the operation unit 14 that receives operations from the user, and the route related to the route searched by the map around the vehicle and the route search process described later for the user A liquid crystal display 15 for displaying information and the like, a speaker 16 for outputting voice guidance regarding route guidance, a DVD drive 17 for reading a DVD as a storage medium, a probe center, a VICS (registered trademark: Vehicle Information and Communication System) center, and the like And a communication module 18 for communicating with the information center. That.

以下に、ナビゲーション装置1を構成する各構成要素について順に説明する。
現在位置検出部11は、GPS21、車速センサ22、ステアリングセンサ23、ジャイロセンサ24等からなり、現在の車両の位置、方位、車両の走行速度、現在時刻等を検出することが可能となっている。ここで、特に車速センサ22は、車両の移動距離や車速を検出する為のセンサであり、車両の駆動輪の回転に応じてパルスを発生させ、パルス信号をナビゲーションECU13に出力する。そして、ナビゲーションECU13は発生するパルスを計数することにより駆動輪の回転速度や移動距離を算出する。尚、上記4種類のセンサをナビゲーション装置1が全て備える必要はなく、これらの内の1又は複数種類のセンサのみをナビゲーション装置1が備える構成としても良い。
Below, each component which comprises the navigation apparatus 1 is demonstrated in order.
The current position detection unit 11 includes a GPS 21, a vehicle speed sensor 22, a steering sensor 23, a gyro sensor 24, and the like, and can detect the current vehicle position, direction, vehicle traveling speed, current time, and the like. . Here, in particular, the vehicle speed sensor 22 is a sensor for detecting a moving distance and a vehicle speed of the vehicle, generates a pulse according to the rotation of the driving wheel of the vehicle, and outputs a pulse signal to the navigation ECU 13. And navigation ECU13 calculates the rotational speed and moving distance of a driving wheel by counting the generated pulse. Note that the navigation device 1 does not have to include all the four types of sensors, and the navigation device 1 may include only one or more types of sensors.

また、データ記録部12は、外部記憶装置及び記録媒体としてのハードディスク(図示せず)と、ハードディスクに記録された地図情報DB31や所定のプログラム等を読み出すとともにハードディスクに所定のデータを書き込む為のドライバである記録ヘッド(図示せず)とを備えている。尚、データ記録部12をハードディスクの代わりにメモリーカードやCDやDVD等の光ディスクにより構成しても良い。   The data recording unit 12 is also a hard disk (not shown) as an external storage device and a recording medium, and a driver for reading the map information DB 31 and a predetermined program recorded on the hard disk and writing predetermined data on the hard disk And a recording head (not shown). The data recording unit 12 may be configured by a memory card, an optical disk such as a CD or a DVD, instead of the hard disk.

ここで、地図情報DB31は、例えば、道路(リンク)に関するリンクデータ33、ノード点に関するノードデータ34、経路探索処理に用いられる探索データ35、施設に関する施設データ、地図を表示するための地図表示データ、各交差点に関する交差点データ、地点を検索するための検索データ等が記憶された記憶手段である。   Here, the map information DB 31 is, for example, link data 33 relating to roads (links), node data 34 relating to node points, search data 35 used for route search processing, facility data relating to facilities, and map display data for displaying a map. The storage means stores intersection data relating to each intersection, search data for searching for points, and the like.

また、リンクデータ33としては、道路を構成する各リンクに関してリンクの属する道路の幅員、勾(こう)配、カント、バンク、路面の状態、道路の車線数、車線数の減少する箇所、幅員の狭くなる箇所、踏切り等を表すデータが、コーナに関して、曲率半径、交差点、T字路、コーナの入口及び出口等を表すデータが、道路属性に関して、降坂路、登坂路等を表すデータが、道路種別に関して、国道、県道、細街路等の一般道のほか、高速自動車国道、都市高速道路、一般有料道路、有料橋等の有料道路を表すデータがそれぞれ記録される。   The link data 33 includes the width of the road to which the link belongs, the gradient, the cant, the bank, the road surface state, the number of lanes on the road, the number of lanes decreasing, The data representing the narrowing point, railroad crossing, etc., the corner, the radius of curvature, the intersection, the T-junction, the corner entrance and the exit, etc. The data representing the downhill road, the uphill road, etc. Regarding types, in addition to general roads such as national roads, prefectural roads and narrow streets, data representing toll roads such as national highways, urban highways, general toll roads, and toll bridges are recorded.

また、ノードデータ34としては、実際の道路の分岐点(交差点、T字路等も含む)や各道路に曲率半径等に応じて所定の距離毎に設定されたノード点の座標(位置)、ノードが交差点に対応するノードであるか等を表すノード属性、ノードに接続するリンクのリンク番号のリストである接続リンク番号リスト、ノードにリンクを介して隣接するノードのノード番号のリストである隣接ノード番号リスト、各ノード点の高さ(高度)等に関するデータ等が記録される。   The node data 34 includes actual road branch points (including intersections, T-junctions, etc.) and the coordinates (positions) of node points set for each road according to the radius of curvature, etc. Node attribute indicating whether a node is a node corresponding to an intersection, etc., a connection link number list that is a list of link numbers of links connected to the node, and an adjacency that is a list of node numbers of nodes adjacent to the node via the link Data relating to the node number list, the height (altitude) of each node point, and the like are recorded.

また、探索データ35としては、後述のように出発地(例えば車両の現在位置)から設定された目的地までの経路を探索する経路探索処理に使用される各種データについて記録されている。具体的には、交差点に対する経路として適正の程度を数値化したコスト(以下、交差点コストという)や道路を構成するリンクに対する経路として適正の程度を数値化したコスト(以下、リンクコストという)等の探索コストを算出する為に使用するコスト算出データが記憶されている。   Further, as the search data 35, various data used for route search processing for searching for a route from a departure place (for example, the current position of the vehicle) to a set destination as described later are recorded. Specifically, the cost of quantifying the appropriate degree as a route to an intersection (hereinafter referred to as an intersection cost), the cost of quantifying the appropriate degree as a route to a link constituting a road (hereinafter referred to as a link cost), etc. Cost calculation data used for calculating the search cost is stored.

ここで、交差点コストは、探索コストの算出対象となる経路に含まれる交差点に対応するノード毎に設定され、信号機の有無、交差点を通過する際の自車の走行経路(即ち直進、右折及び左折の種類)等によってその値が算出される。
また、リンクコストは、探索コストの算出対象となる経路に含まれるリンク毎に設定され、リンク長を基本にして、該リンクの道路属性や道路種別、道路幅、車線数等を考慮して算出される。
Here, the intersection cost is set for each node corresponding to the intersection included in the route for which the search cost is to be calculated. The value is calculated according to the type of
The link cost is set for each link included in the route for which the search cost is to be calculated, and is calculated based on the link length, taking into account the road attributes, road type, road width, number of lanes, etc. Is done.

ここで、本実施形態に係るナビゲーション装置1では、複数の探索条件に基づいて探索条件毎に該探索条件に適合する経路(以下、適合経路という)をそれぞれ特定し、各探索条件で特定された複数本の適合経路から利用者の希望する一の経路を最終的に案内経路として設定する構成を有する。具体的な探索条件としては、目的地までの所要時間が短くなることを優先するとともに走行し易さや走行に係る費用等についても考慮した『推奨』と、目的地まで有料道路を走行することを優先する『有料道路優先』と、目的地まで一般道路を走行することを優先する『一般優先』の3種類の探索条件からなる。   Here, in the navigation device 1 according to the present embodiment, a route that matches the search condition (hereinafter referred to as a “matched route”) is specified for each search condition based on a plurality of search conditions, and specified by each search condition. One route desired by the user is finally set as a guide route from a plurality of compatible routes. As specific search conditions, priority should be given to shortening the required time to the destination and “recommendation” considering the ease of driving and the cost of driving, etc., and driving the toll road to the destination There are three types of search conditions: “priority toll road priority” and “general priority” that prioritizes traveling on a general road to the destination.

また、探索条件毎に上記リンクコストの算出条件は異なっている。例えば、『推奨』ではリンク長を基本として、車線数、道路種別、渋滞度等の旅行時間に影響を与える要素を考慮し、より旅行時間が短くなるリンクが低いコストとなるようにリンクコストを算出する。更に、走行に係る費用や走行し易さ等についても考慮する。また、『有料道路優先』では上記『推奨』の算出方法に加えて有料道路の道路種別であるリンク以外のリンクのリンクコストを高くなるようにして(例えば2倍にして)リンクコストを算出する。また、『一般優先』では上記『推奨』の算出方法に加えて有料道路の道路種別であるリンクのリンクコストを高くなるようにして(例えば2倍にして)リンクコストを算出する。即ち、同一のリンクであっても探索条件毎に算出されるリンクコストは異なる値となる。
そして、ナビゲーションECU13は、探索条件毎に算出された上記リンクコストや交差点コスト等の探索コストに基づき、ダイクストラ法を用いて経路探索を行う。尚、ダイクストラ法による経路探索処理の詳細については後述する。
Further, the link cost calculation conditions are different for each search condition. For example, “Recommended” is based on link length, considering factors that affect travel time, such as the number of lanes, road type, and traffic congestion, and reducing the link cost so that links with shorter travel time have lower costs. calculate. In addition, consideration is given to the cost and ease of travel. In addition, in the “toll road priority”, in addition to the above-mentioned “recommended” calculation method, the link cost of links other than the link that is the road type of the toll road is increased (for example, doubled) to calculate the link cost . In “general priority”, in addition to the “recommended” calculation method, the link cost of the link, which is the road type of the toll road, is increased (for example, doubled) to calculate the link cost. That is, even for the same link, the link cost calculated for each search condition has a different value.
Then, the navigation ECU 13 performs a route search using the Dijkstra method based on the search cost such as the link cost and the intersection cost calculated for each search condition. Details of the route search processing by the Dijkstra method will be described later.

一方、ナビゲーションECU(エレクトロニック・コントロール・ユニット)13は、ナビゲーション装置1の全体の制御を行う電子制御ユニットであり、演算装置及び制御装置としてのCPU41、並びにCPU41が各種の演算処理を行うにあたってワーキングメモリとして使用されるとともに、経路が探索されたときの経路データ、交差点リスト等が記憶されるRAM42、制御用のプログラムのほか、後述の経路探索処理プログラム(図2参照)等が記録されたROM43、ROM43から読み出したプログラムを記憶するフラッシュメモリ44等の内部記憶装置を備えている。尚、ナビゲーションECU13は、処理アルゴリズムとしての各種手段を構成する。例えば、交差点リスト作成手段は、出発地に対応する出発地交差点から目的地に対応する目的地交差点まで至る適合経路の候補を接続する交差点のリストである交差点リストを作成する。初期中心交差点設定手段は、出発地交差点を中心交差点に設定する。コスト算出手段は、交差点リストに含まれる交差点であって且つ中心交差点に隣接する交差点である隣接交差点について、出発地交差点から該隣接交差点への探索コストの加算値を複数の探索条件毎且つ該隣接交差点毎に算出する。中心交差点更新手段は、複数の探索条件毎の探索コストの加算値を比較し、探索条件に関わらず探索コストの加算値が最小となる隣接交差点を新たな中心交差点に設定する。交差点一致判定手段は、中心交差点更新手段によって新たに設定された中心交差点を対象とする前記コスト算出手段及び前記中心交差点更新手段の処理を繰り返し行った結果、中心交差点が目的地交差点と一致したか否かを判定する。交差点判定手段は、中心交差点が目的地交差点に一致したと判定された場合に、交差点リストに含まれる交差点の内、過去に中心交差点に設定されておらず、且つ、コスト算出手段により算出された探索コストの加算値が目的地交差点よりも小さくなる交差点である処理対象交差点があるか否か判定する。補助処理手段は、交差点判定手段によって処理対象交差点があると判定された場合に、処理対象交差点を新たな中心交差点に設定し、コスト算出手段及び前記中心交差点更新手段の処理を実行する。経路特定手段は、コスト算出手段により算出された探索コストの加算値に基づいて、出発地交差点から目的地交差点までの探索コストの加算値が最小となる経路を適合経路として探索条件毎に特定する。   On the other hand, the navigation ECU (Electronic Control Unit) 13 is an electronic control unit that controls the entire navigation device 1. The CPU 41 as an arithmetic device and a control device, and a working memory when the CPU 41 performs various arithmetic processes. ROM 43 in which a route search process program (see FIG. 2) and the like described below are recorded in addition to a RAM 42 for storing route data when a route is searched, an intersection list, and a control program. An internal storage device such as a flash memory 44 for storing a program read from the ROM 43 is provided. The navigation ECU 13 constitutes various means as processing algorithms. For example, the intersection list creating means creates an intersection list that is a list of intersections that connect candidates for suitable routes from the departure point intersection corresponding to the departure point to the destination intersection corresponding to the destination. The initial center intersection setting means sets the departure point intersection as the center intersection. The cost calculation means calculates the added value of the search cost from the departure point intersection to the adjacent intersection for each of the plurality of search conditions for the adjacent intersection that is included in the intersection list and is adjacent to the central intersection. Calculate for each intersection. The center intersection update unit compares the added values of the search costs for each of the plurality of search conditions, and sets an adjacent intersection that minimizes the added value of the search costs as a new center intersection regardless of the search conditions. The intersection coincidence determining means, as a result of repeatedly performing the processing of the cost calculating means and the central intersection updating means for the central intersection newly set by the central intersection updating means, has the central intersection matched the destination intersection? Determine whether or not. When it is determined that the center intersection coincides with the destination intersection, the intersection determination means is not set as the center intersection in the past among the intersections included in the intersection list, and is calculated by the cost calculation means. It is determined whether or not there is an intersection to be processed that is an intersection whose search cost addition value is smaller than the destination intersection. The auxiliary processing means sets the processing target intersection as a new central intersection when the intersection determination means determines that there is a processing target intersection, and executes the processing of the cost calculation means and the central intersection update means. The route specifying means specifies, for each search condition, a route having the minimum search cost addition value from the departure point intersection to the destination intersection for each search condition based on the addition value of the search cost calculated by the cost calculation means. .

操作部14は、走行開始地点としての出発地、走行終了地点としての目的地を入力する際等に操作され、各種のキー、ボタン等の複数の操作スイッチ(図示せず)から構成される。そして、ナビゲーションECU13は、各スイッチの押下等により出力されるスイッチ信号に基づき、対応する各種の動作を実行すべく制御を行う。尚、操作部14は液晶ディスプレイ15の前面に設けたタッチパネルによって構成することもできる。また、マイクと音声認識装置によって構成することもできる。   The operation unit 14 is operated when inputting a starting point as a travel start point and a destination as a travel end point, and includes a plurality of operation switches (not shown) such as various keys and buttons. Then, the navigation ECU 13 performs control to execute various corresponding operations based on switch signals output by pressing the switches. The operation unit 14 can also be configured by a touch panel provided on the front surface of the liquid crystal display 15. Moreover, it can also be comprised with a microphone and a speech recognition apparatus.

また、液晶ディスプレイ15には、道路を含む地図画像、交通情報、操作案内、操作メニュー、キーの案内、出発地から目的地までの案内経路、案内経路に沿った案内情報、ニュース、天気予報、時刻、メール、テレビ番組等が表示される。
また、ナビゲーションECU13が後述の経路探索処理を行った場合には、探索結果に基づいて複数の探索条件毎に特定された適合経路について表示される。また、適合経路が高速道路などの有料道路を走行する場合には、走行に必要となる料金についても併せて表示される。そして、ユーザは表示された複数の適合経路の内から、案内経路とする経路を選択する。
The liquid crystal display 15 includes a map image including a road, traffic information, operation guidance, operation menu, key guidance, guidance route from the departure point to the destination, guidance information along the guidance route, news, weather forecast, Time, mail, TV program, etc. are displayed.
Moreover, when navigation ECU13 performs the route search process mentioned later, it displays about the suitable route specified for every some search condition based on the search result. In addition, when the compatible route travels on a toll road such as an expressway, the fee required for traveling is also displayed. Then, the user selects a route to be a guide route from among the plurality of displayed compatible routes.

また、スピーカ16は、ナビゲーションECU13からの指示に基づいて案内経路に沿った走行を案内する音声ガイダンスや、交通情報の案内を出力する。   The speaker 16 outputs voice guidance for guiding traveling along the guidance route based on an instruction from the navigation ECU 13 and traffic information guidance.

また、DVDドライブ17は、DVDやCD等の記録媒体に記録されたデータを読み取り可能なドライブである。そして、読み取ったデータに基づいて音楽や映像の再生、地図情報DB31の更新等が行われる。   The DVD drive 17 is a drive that can read data recorded on a recording medium such as a DVD or a CD. Based on the read data, music and video are reproduced, the map information DB 31 is updated, and the like.

また、通信モジュール18は、交通情報センタ、例えば、VICSセンタやプローブセンタ等から送信された渋滞情報、規制情報、交通事故情報等の各情報から成る交通情報を受信する為の通信装置であり、例えば携帯電話機やDCMが該当する。   The communication module 18 is a communication device for receiving traffic information composed of information such as traffic jam information, regulation information, and traffic accident information transmitted from a traffic information center, for example, a VICS center or a probe center. For example, a mobile phone or DCM is applicable.

続いて、上記構成を有する本実施形態に係るナビゲーション装置1においてCPU41が実行する経路探索処理プログラムについて図2に基づき説明する。図2は本実施形態に係る経路探索処理プログラムのフローチャートである。ここで、経路探索処理プログラムはナビゲーション装置1において経路探索を行う為の所定の操作(例えば、目的地の設定操作)を受け付けた際に実行され、複数の探索条件毎に出発地から目的地までの適合経路を、ダイクストラ法を用いて探索するプログラムである。また、以下の実施例の説明では、説明の簡略化の為に探索コストとしてリンクコストのみを考慮することとし、交差点コストやその他のコストについては考慮しないこととする。尚、以下の図2にフローチャートで示されるプログラムは、ナビゲーション装置1が備えているRAM42やROM43に記憶されており、CPU41により実行される。   Next, a route search processing program executed by the CPU 41 in the navigation device 1 according to this embodiment having the above-described configuration will be described with reference to FIG. FIG. 2 is a flowchart of the route search processing program according to this embodiment. Here, the route search processing program is executed when a predetermined operation (for example, a destination setting operation) for performing a route search is received in the navigation device 1, and from the departure point to the destination for each of a plurality of search conditions. This is a program for searching for a suitable path using the Dijkstra method. In the following description of the embodiment, only the link cost is considered as the search cost for the sake of simplification, and the intersection cost and other costs are not considered. Note that the program shown in the flowchart of FIG. 2 below is stored in the RAM 42 and the ROM 43 provided in the navigation device 1 and is executed by the CPU 41.

先ず、経路探索処理プログラムではステップ(以下、Sと略記する)1において、CPU41は、出発地交差点、目的地交差点及び地図情報DB31に記憶された地図情報に基づいて、交差点リストを作成し、作成された交差点リストをRAM42等の記憶媒体に記憶する。更に、作成された交差点リストの初期化についても行う。尚、出発地交差点は出発地(例えば車両の現在位置)に対応する交差点(例えば出発地から最も近い位置にある交差点)であり、目的地交差点は設定された目的地に対応する交差点(例えば目的地から最も近い位置にある交差点)である。   First, in step (hereinafter abbreviated as S) 1 in the route search processing program, the CPU 41 creates and creates an intersection list based on the departure point intersection, the destination intersection, and the map information stored in the map information DB 31. The intersection list thus recorded is stored in a storage medium such as the RAM 42. Further, initialization of the created intersection list is also performed. The departure point intersection is an intersection corresponding to the departure point (for example, the current position of the vehicle) (for example, the intersection closest to the departure point), and the destination intersection is the intersection corresponding to the set destination (for example, the destination) (The intersection closest to the ground).

ここで、交差点リストは、出発地交差点から目的地交差点まで至る適合経路の候補を接続する交差点(出発地交差点と目的地交差点を含む)のリストである。また、交差点リストには、リストアップされた交差点毎に、出発地交差点から該交差点までの探索コストの最小加算値を示すコスト値Tと、コスト値Tを実現する場合に直前に通過する交差点である直前交差点と、中心交差点の設定候補を示す候補フラグとが対応付けられている。   Here, the intersection list is a list of intersections (including a departure point intersection and a destination intersection) that connect candidates for suitable routes from the departure point intersection to the destination intersection. The intersection list includes, for each listed intersection, a cost value T indicating a minimum added value of the search cost from the departure point intersection to the intersection, and an intersection that passes immediately before the cost value T is realized. A certain previous intersection is associated with a candidate flag indicating a setting candidate for the central intersection.

以下の説明では、図3に示す出発地交差点Aから目的地交差点Iまでの経路探索処理を行う場合を具体例に挙げて説明することとする。図3に示す出発地交差点Aから目的地交差点Iまでの経路探索処理を行う場合には、出発地交差点Aから目的地交差点Iまでの適合経路を構成し得る各リンクを接続する9つの交差点A〜Iがリストアップされた交差点リストが作成される(図4参照)。更に、交差点リストは、探索条件毎に区分した複数のリストにより作成される。即ち、本実施形態では目的地までの所要時間が短くなることを優先するとともに走行し易さや走行に係る費用等についても考慮した『推奨』と、目的地まで有料道路を走行することを優先する『有料道路優先』と、目的地まで一般道路を走行することを優先する『一般優先』の3種類の探索条件により経路探索を行うので、計3つの交差点リストが作成される。   In the following description, the case where the route search process from the departure point intersection A to the destination intersection I shown in FIG. 3 is performed will be described as a specific example. When the route search process from the departure point intersection A to the destination intersection point I shown in FIG. 3 is performed, the nine intersection points A connecting the links that can form the suitable route from the departure point intersection point A to the destination intersection point I. An intersection list in which ˜I is listed is created (see FIG. 4). Further, the intersection list is created by a plurality of lists divided for each search condition. In other words, in this embodiment, priority is given to shortening the required time to the destination, and “recommendation” that takes into account the ease of travel and the cost associated with travel, and priority to travel on the toll road to the destination. Since the route search is performed under three types of search conditions, “priority road priority” and “general priority” that prioritizes traveling on the general road to the destination, a total of three intersection lists are created.

また、前記S1で実行される交差点リストの初期化処理では、図4に示すようにリストアップされた全交差点に対応付けられたコスト値Tが無限大に設定され、直前交差点は対応付けず、候補フラグは“OFF(0)”に設定される。   In the initialization process of the intersection list executed in S1, the cost value T associated with all the intersections listed as shown in FIG. 4 is set to infinity, the immediately preceding intersection is not associated, The candidate flag is set to “OFF (0)”.

次に、S2においてCPU41は、出発地交差点に対する初期化処理を行う。具体的には、図5に示すように交差点リストの出発地交差点Aに対応付けられたコスト値Tを0に設定し、候補フラグを“ON(1)”に設定する。   Next, in S2, the CPU 41 performs an initialization process for the departure point intersection. Specifically, as shown in FIG. 5, the cost value T associated with the departure point intersection A in the intersection list is set to 0, and the candidate flag is set to “ON (1)”.

続いて、S3においてCPU41は、中心交差点を設定する。具体的には、候補フラグが“ON(1)”に設定された交差点の内で、探索条件に関わらず最小のコスト値Tが対応付けられた交差点が中心交差点に設定される。尚、経路探索処理プログラムの開始後に最初にS3の処理が実行される際には、出発地交差点のみ候補フラグが“ON(1)”に設定されているので、必ず出発地交差点が中心交差点に設定されることとなる。一方、次回以降にS3の処理が実行された際には、中心交差点に設定された交差点と隣接する隣接交差点(対応付けられた候補フラグが“ON(1)”であれば過去の隣接交差点も含む場合がある)の内、最小のコスト値Tが対応付けられた交差点が中心交差点に設定される。また、上記したように前記S3では、探索条件に関わらずコスト値Tが最小となる交差点が中心交差点として選択される。即ち、“推奨”の交差点リストでは他の交差点よりも大きいコスト値T(例えば15)が対応付けられていた交差点であっても、他の探索条件の交差点リストにおいて該交差点に小さいコスト値T(例えば8)が対応付けられていれば、中心交差点に設定される場合がある。   Subsequently, in S3, the CPU 41 sets a central intersection. Specifically, among the intersections for which the candidate flag is set to “ON (1)”, the intersection associated with the minimum cost value T regardless of the search condition is set as the central intersection. When the process of S3 is executed for the first time after the start of the route search processing program, the candidate flag is set to “ON (1)” only at the departure point intersection, so that the departure point intersection is always the center intersection. Will be set. On the other hand, when the process of S3 is performed after the next time, if the adjacent intersection adjacent to the intersection set as the central intersection (if the associated candidate flag is “ON (1)”, past adjacent intersections will also be displayed. An intersection associated with the minimum cost value T is set as the central intersection. Further, as described above, in S3, the intersection with the minimum cost value T is selected as the central intersection regardless of the search condition. That is, even if the intersection is associated with a cost value T (for example, 15) larger than that of other intersections in the “recommended” intersection list, the cost value T (( For example, if 8) is associated, it may be set at the center intersection.

その後、S4においてCPU41は、前記S3で新たに中心交差点に設定された交差点が目的地交差点であるか否か判定する。   Thereafter, in S4, the CPU 41 determines whether or not the intersection newly set as the central intersection in S3 is the destination intersection.

そして、前記S3で新たに中心交差点に設定された交差点が目的地交差点であると判定された場合(S4:YES)には、S12へと移行する。それに対して、前記S3で新たに中心交差点に設定された交差点が目的地交差点でないと判定された場合(S4:NO)には、S5へと移行する。   When it is determined that the intersection newly set as the central intersection in S3 is the destination intersection (S4: YES), the process proceeds to S12. On the other hand, when it is determined that the intersection newly set as the central intersection in S3 is not the destination intersection (S4: NO), the process proceeds to S5.

その後、S5においてCPU41は、前記S3で新たに中心交差点に設定された交差点に対応付けられた候補フラグを“OFF(0)”に設定する。例えば、出発地交差点Aが前記S3で中央交差点に設定された場合には、図6に示すように出発地交差点Aに対応付けられた候補フラグが“OFF(0)”に設定される。   Thereafter, in S5, the CPU 41 sets the candidate flag associated with the intersection newly set as the central intersection in S3 to “OFF (0)”. For example, when the departure point intersection A is set as the central intersection in S3, the candidate flag associated with the departure point intersection A is set to “OFF (0)” as shown in FIG.

以降のS6〜S11の処理は、交差点リストにリストアップされた交差点の内、前記S3で中心交差点に設定された交差点に隣接する交差点(以下、隣接交差点という)毎、且つ探索条件毎に繰り返し実施される。   The subsequent processing of S6 to S11 is repeatedly performed for each intersection (hereinafter referred to as an adjacent intersection) adjacent to the intersection set as the central intersection in S3 among the intersections listed in the intersection list and for each search condition. Is done.

先ず、S6においてCPU41は、交差点リストにおいて隣接交差点に現時点で対応づけられているコスト値Tを読み出す。   First, in S6, the CPU 41 reads the cost value T currently associated with the adjacent intersection in the intersection list.

次に、S7においてCPU41は、出発地交差点から中心交差点を経由して隣接交差点へと至る経路の探索コストの加算値Cを算出する。具体的には、中心交差点に対応付けられたコスト値Tに、中心交差点から隣接交差点までの探索コストを加算した値が加算値Cとなる。   Next, in S <b> 7, the CPU 41 calculates an addition value C of the search cost for a route from the departure point intersection to the adjacent intersection via the central intersection. Specifically, a value obtained by adding the search cost from the central intersection to the adjacent intersection to the cost value T associated with the central intersection is the added value C.

その後、S8においてCPU41は、前記S7で算出された出発地交差点から中心交差点を経由して隣接交差点へと至る経路の探索コストの加算値Cが、隣接交差点に現時点で対応づけられているコスト値Tよりも小さいか否か判定する。   Thereafter, in S8, the CPU 41 determines that the added value C of the search cost for the route from the departure point intersection to the adjacent intersection through the central intersection calculated in S7 is the cost value currently associated with the adjacent intersection. It is determined whether or not it is smaller than T.

そして、前記S7で算出された出発地交差点から中心交差点を経由して隣接交差点へと至る経路の探索コストの加算値Cが、隣接交差点に現時点で対応づけられているコスト値Tよりも小さいと判定された場合(S8:YES)には、該隣接交差点への最適経路は現在の中心交差点を経由した経路であると推定する。その後、S9へと移行する。それに対して、前記S7で算出された出発地交差点から中心交差点を経由して隣接交差点へと至る経路の探索コストの加算値Cが、隣接交差点に現時点で対応づけられているコスト値Tと同じ又はコスト値Tより大きいと判定された場合(S8:NO)には、該隣接交差点への最適経路は現在の中心交差点を経由した経路では無いと推定する。そして、該隣接交差点に対応付けられたコスト値T等を更新することなく、他の探索条件や他の隣接交差点に対する処理へと移行する。   If the added value C of the search cost of the route from the departure point intersection to the adjacent intersection through the central intersection calculated in S7 is smaller than the cost value T currently associated with the adjacent intersection. If it is determined (S8: YES), it is estimated that the optimum route to the adjacent intersection is a route via the current center intersection. Thereafter, the process proceeds to S9. On the other hand, the addition value C of the search cost for the route from the departure point intersection to the adjacent intersection via the central intersection calculated in S7 is the same as the cost value T currently associated with the adjacent intersection. Or when it determines with it being larger than the cost value T (S8: NO), it estimates that the optimal path | route to this adjacent intersection is not the path | route which passed through the present center intersection. And it transfers to the process with respect to another search condition or another adjacent intersection, without updating cost value T etc. which were matched with this adjacent intersection.

S9においてCPU41は、隣接交差点に現時点で対応づけられているコスト値Tを、前記S7で算出された加算値Cへと更新する。   In S9, the CPU 41 updates the cost value T currently associated with the adjacent intersection to the addition value C calculated in S7.

また、S10においてCPU41は、隣接交差点に対応づけられている直前交差点を、現在の中心交差点へと更新する。   In S10, the CPU 41 updates the immediately preceding intersection associated with the adjacent intersection to the current center intersection.

更に、S11においてCPU41は、隣接交差点に対応づけられている候補フラグを“ON(1)”に設定する。即ち、該隣接交差点は、新たな中心交差点の候補となる。   Further, in S11, the CPU 41 sets the candidate flag associated with the adjacent intersection to “ON (1)”. That is, the adjacent intersection becomes a new center intersection candidate.

そして、交差点リストにリストアップされた交差点の内、中心交差点に隣接する全ての隣接交差点、且つ全ての探索条件に対して、前記S6〜S11の処理が行われた後には、S3へと戻る。   And after the process of S6-S11 is performed with respect to all the adjacent intersections adjacent to the center intersection among the intersections listed in the intersection list and all the search conditions, the process returns to S3.

例えば、出発地交差点Aが前記S3で中央交差点に設定された場合には、図7に示すように出発地交差点Aに隣接する交差点Bと交差点Cに対して前記S6〜S11の処理が実行される。そして、探索条件毎に、図2に示すリンクコストに基づいて新たなコスト値Tが対応付けられ、直前交差点には交差点Aが対応付けられ、候補フラグは“ON(1)”に設定される。その後、S3の処理が行われると、『一般優先』の交差点リストの交差点Bに対応付けられたコスト値Tが“8”で最も小さいことから、交差点Bが新たな中心交差点に設定されS4以降の処理が実行されることとなる。そして、先ず図8に示すように新たに中心交差点に設定された交差点Bの候補フラグが“OFF(0)”に設定される(S5)。その後、図9に示すように新たに中心交差点に設定された交差点Bに隣接する交差点C、交差点D、交差点Eに対してS6〜S11の処理が実行される。以下同様に、中心交差点が目的地交差点となるまで繰り返し処理を実行する。   For example, when the departure point intersection A is set as the central intersection in S3, the processes of S6 to S11 are performed on the intersections B and C adjacent to the departure point intersection A as shown in FIG. The Then, for each search condition, a new cost value T is associated based on the link cost shown in FIG. 2, the intersection A is associated with the immediately preceding intersection, and the candidate flag is set to “ON (1)”. . Thereafter, when the process of S3 is performed, the cost value T associated with the intersection B of the “general priority” intersection list is “8”, which is the smallest, so the intersection B is set as a new central intersection, and so on. Will be executed. First, as shown in FIG. 8, the candidate flag for the intersection B newly set as the central intersection is set to “OFF (0)” (S5). Thereafter, as shown in FIG. 9, the processes of S6 to S11 are performed on the intersection C, the intersection D, and the intersection E adjacent to the intersection B newly set as the central intersection. Similarly, the process is repeated until the center intersection becomes the destination intersection.

そして、前記S4の判定処理において前記S3で新たに中心交差点に設定された交差点が目的地交差点であると判定された場合に実行されるS12では、CPU41は、交差点リストに含まれる交差点の内、候補フラグが“ON(1)”であって(即ち、中心交差点の候補となりながら中心交差点に設定されなかった交差点であって)、且つ少なくとも一の探索条件で目的地交差点より小さいコスト値Tが対応付けられた交差点(以下、処理対象交差点という)があるか否か判定する。   Then, in S12 executed when it is determined that the intersection newly set as the central intersection in S3 in the determination process of S4 is the destination intersection, the CPU 41, among the intersections included in the intersection list, The candidate flag is “ON (1)” (that is, an intersection that has become a candidate for the central intersection but has not been set as the central intersection), and the cost value T is smaller than the destination intersection under at least one search condition. It is determined whether there is an associated intersection (hereinafter referred to as a process target intersection).

そして、交差点リストに含まれる交差点の内、処理対象交差点があると判定された場合(S12:YES)には、S13へと移行する。一方、交差点リストに含まれる交差点の内、処理対象交差点が無いと判定された場合(S12:NO)には、S14へと移行する。   If it is determined that there is an intersection to be processed among the intersections included in the intersection list (S12: YES), the process proceeds to S13. On the other hand, when it is determined that there is no processing target intersection among the intersections included in the intersection list (S12: NO), the process proceeds to S14.

S13においてCPU41は、処理対象交差点を中心交差点に設定する。その後、前記S13で新たに設定された中心交差点に基づいて、S5以降の処理を実行する。その後、S12の判定処理で処理対象交差点が無いと判定されるまで、S13以降の処理を繰り返し実行する。尚、S13以降の処理は、処理対象交差点があると判定された探索条件(例えば、図10に示す例では『推奨』と『有料道路優先』の2つ)の交差点リストのみを対象として実行しても良い。   In S13, the CPU 41 sets the processing target intersection as the central intersection. Thereafter, the processing after S5 is executed based on the central intersection newly set in S13. Thereafter, the processes in and after S13 are repeatedly executed until it is determined in S12 that there is no intersection to be processed. Note that the processing after S13 is executed only for the intersection list of the search conditions (for example, “recommended” and “toll road priority” in the example shown in FIG. 10) determined to be the target intersection. May be.

例えば、図10は中心交差点が交差点Gに設定された状態で前記S4〜S11の処理が行われた後の交差点リストを示した図である。図10に示す交差点リストでは、候補フラグが“ON(1)”に設定された交差点の内で、探索条件に関わらず最小のコスト値Tが対応付けられた交差点は目的地交差点Iとなるので、前記S3で目的地交差点Iが中心交差点に設定される。しかしながら、『推奨』と『有料道路優先』の交差点リストでは、候補フラグが“ON(1)”であって、且つ目的地交差点より小さいコスト値Tが対応付けられた交差点(処理対象交差点)Hが存在するので、次に、交差点Hを新たな中心交差点に設定し(S13)、S5以降の処理が実行される。その結果、図11に示すように交差点Hに隣接する交差点Gと交差点Iに対してS6〜S11の処理が実行される。
その後、前記S13以降の処理を実行した結果、再度S3において目的地交差点Iが中心交差点に設定され、S12の判定処理へと移行することとなる。図11に示す交差点リストでは、候補フラグが“ON(1)”であって、且つ目的地交差点より小さいコスト値Tが対応付けられた処理対象交差点が、何れの探索条件においても存在しないので、S12の判定処理でNOと判定され、S14へと移行する。
For example, FIG. 10 is a diagram illustrating an intersection list after the processes of S4 to S11 are performed in a state where the central intersection is set to the intersection G. In the intersection list shown in FIG. 10, among intersections whose candidate flag is set to “ON (1)”, the intersection associated with the minimum cost value T is the destination intersection I regardless of the search condition. In step S3, the destination intersection I is set as the center intersection. However, in the “recommended” and “toll road priority” intersection lists, an intersection (processing target intersection) H with a candidate flag “ON (1)” and associated with a cost value T smaller than the destination intersection. Next, the intersection H is set as a new central intersection (S13), and the processes after S5 are executed. As a result, the processing of S6 to S11 is executed for the intersection G and the intersection I adjacent to the intersection H as shown in FIG.
Thereafter, as a result of executing the processes after S13, the destination intersection I is set as the central intersection again in S3, and the process proceeds to the determination process of S12. In the intersection list shown in FIG. 11, the candidate flag is “ON (1)” and the processing target intersection associated with the cost value T smaller than the destination intersection does not exist in any search condition. It is determined NO in the determination process of S12, and the process proceeds to S14.

S14においてCPU41は、図12に示すように中心交差点(目的地交差点)に対応付けられた候補フラグを“OFF(0)”に設定する。   In S14, the CPU 41 sets the candidate flag associated with the central intersection (destination intersection) to “OFF (0)” as shown in FIG.

その後、S15においてCPU41は、最終的な交差点リストに基づいて、探索条件毎に、目的地交差点から出発地交差点まで直前交差点を結んだ経路を適合経路に特定する。その結果、出発地交差点から目的地交差点までの探索コストの加算値が最小となる経路が適合経路として探索条件毎に特定されることとなる。例えば、図12に示す交差点リストが最終的に得られた場合には、『推奨』の探索条件の適合経路として、交差点A→交差点B→交差点E→交差点G→交差点Iを結んだ経路が特定される。また、『有料道路優先』の探索条件の適合経路として、交差点A→交差点C→交差点F→交差点H→交差点Iを結んだ経路が特定される。また、『一般優先』の探索条件の適合経路として、交差点A→交差点B→交差点C→交差点E→交差点D→交差点G→交差点Iを結んだ経路が特定される。   Thereafter, in S15, the CPU 41 specifies a route connecting the previous intersection from the destination intersection to the departure point intersection as a suitable route for each search condition based on the final intersection list. As a result, a route that minimizes the added value of the search cost from the departure point intersection to the destination intersection is specified for each search condition as a suitable route. For example, when the intersection list shown in FIG. 12 is finally obtained, a route connecting intersection A → intersection B → intersection E → intersection G → intersection I is specified as a suitable route for the “recommended” search condition. Is done. In addition, a route connecting intersection A → intersection C → intersection F → intersection H → intersection I is specified as a suitable route for the search condition of “toll road priority”. Further, a route connecting intersection A → intersection B → intersection C → intersection E → intersection D → intersection G → intersection I is specified as a suitable path for the search condition of “general priority”.

尚、前記S15で特定された探索条件毎の適合経路は、液晶ディスプレイ15等を介してユーザに案内される。そして、その後のユーザの操作に基づいて選択された一の適合経路がナビゲーション装置1の案内経路として設定され、設定された案内経路に基づく走行案内が行われる。   Note that the suitable route for each search condition specified in S15 is guided to the user via the liquid crystal display 15 or the like. Then, one suitable route selected based on the subsequent user operation is set as the guide route of the navigation device 1, and travel guidance based on the set guide route is performed.

以上詳細に説明した通り、本実施形態に係るナビゲーション装置1、ナビゲーション装置1による経路探索方法及びナビゲーション装置1で実行されるコンピュータプログラムでは、出発地交差点から目的地交差点まで至る適合経路の候補を接続する交差点のリストである交差点リストを作成し(S1)、出発地交差点を最初の中心交差点に設定し(S3)、交差点リストに含まれる交差点であって且つ中心交差点に隣接する交差点である隣接交差点について、出発地交差点から該隣接交差点への探索コストの加算値を複数の探索条件毎且つ該隣接交差点毎に算出し(S6〜S9)、算出された複数の探索条件毎の探索コストの加算値を比較し、探索条件に関わらず探索コストの加算値が最小となる隣接交差点を新たな中心交差点に設定し(S3)、新たに設定された中心交差点が目的地交差点となった場合に、交差点リストに含まれる交差点の内、過去に中心交差点に設定されておらず、且つ、算出された探索コストの加算値が目的地交差点よりも小さくなる交差点である処理対象交差点があるか否か判定し(S12)、処理対象交差点があると判定された場合に、該処理対象交差点を新たな中心交差点に設定してコスト算出の処理を継続して実行し(S13)、出発地交差点から目的地交差点までの探索コストの加算値が最小となる経路を適合経路として探索条件毎に特定する(S15)ので、複数の探索条件毎に該探索条件に適合する経路をそれぞれ特定する際に、探索条件毎に同様の経路探索処理を一から繰り返し実行する必要が無く、経路探索処理に係る処理時間や処理負担を軽減することが可能となる。
また、交差点判定手段によって処理対象交差点が無いと判定されるまで、処理対象交差点を中心交差点としたコスト算出の処理を繰り返し実行するので、複数の探索条件に対するコスト算出を同時に行う場合であっても、出発地交差点から交差点リストに含まれる各交差点に至る探索コストの最小加算値を正確に算出することが可能となる。その結果、出発地交差点から目的地交差点までの探索コストの加算値が最小となる経路を適合経路として適切に特定することが可能となる。
また、交差点リストを複数の探索条件毎に区分した複数のリストにより作成するので、複数の探索条件毎に該探索条件に適合する経路をそれぞれ特定する場合であっても、複数の交差点リストを用いて探索条件毎の適合経路を従来に比べてより少ない処理工程で特定することが可能となる。
As described above in detail, in the navigation device 1, the route search method by the navigation device 1, and the computer program executed by the navigation device 1 according to the present embodiment, candidates for suitable routes from the departure point intersection to the destination intersection are connected. An intersection list that is a list of intersections to be created is created (S1), the departure intersection is set as the first central intersection (S3), and is an intersection that is included in the intersection list and is adjacent to the central intersection. For each of the plurality of search conditions and for each of the adjacent intersections (S6 to S9), and the calculated search cost for each of the plurality of search conditions And set the adjacent intersection that minimizes the added value of the search cost regardless of the search condition as a new central intersection ( 3) When the newly set center intersection becomes the destination intersection, among the intersections included in the intersection list, the center intersection has not been set in the past, and the calculated search cost addition value Is determined whether there is a processing target intersection that is smaller than the destination intersection (S12), and if it is determined that there is a processing target intersection, the processing target intersection is set as a new central intersection. The cost calculation process is continuously executed (S13), and a route that minimizes the added value of the search cost from the departure point intersection to the destination intersection is specified for each search condition (S15). When each route that matches the search condition is specified for each search condition, it is not necessary to repeat the same route search process from the beginning for each search condition, and the processing time and processing related to the route search process It becomes possible to reduce the collateral.
In addition, since the cost calculation process using the processing target intersection as the central intersection is repeatedly executed until the intersection determination unit determines that there is no processing target intersection, the cost calculation for a plurality of search conditions may be performed simultaneously. Thus, it is possible to accurately calculate the minimum added value of the search cost from the departure point intersection to each intersection included in the intersection list. As a result, it is possible to appropriately specify the route having the minimum search cost addition value from the departure point intersection to the destination intersection as the matching route.
In addition, since the intersection list is created from a plurality of lists divided into a plurality of search conditions, a plurality of intersection lists are used even when specifying a route that matches the search conditions for each of the plurality of search conditions. Thus, it is possible to specify the suitable route for each search condition with fewer processing steps than in the past.

尚、本発明は前記実施形態に限定されるものではなく、本発明の要旨を逸脱しない範囲内で種々の改良、変形が可能であることは勿論である。
例えば、本実施形態では、3種類の探索条件毎に適合経路を特定する構成としているが、2種類又は4種類以上の探索条件毎に適合経路を特定する構成としても良い。尚、その場合には交差点リストを探索条件の数に対応させて作成する必要がある。
Note that the present invention is not limited to the above-described embodiment, and various improvements and modifications can be made without departing from the scope of the present invention.
For example, in the present embodiment, the configuration is such that a suitable route is specified for each of three types of search conditions. In this case, it is necessary to create an intersection list corresponding to the number of search conditions.

また、本実施形態では交差点リストを複数の探索条件毎に区分した複数のリストにより作成することとしているが、交差点リストを交差点リストに含まれる各交差点に対して複数の探索条件を対応付けた一のリストにより作成しても良い。例えば、図13は図12に示す交差点リストを一のリストで作成した例を示す。図13に示す交差点リストを用いた場合であっても、上記本実施形態と同様に探索条件毎の適合経路を従来に比べてより少ない処理工程で特定することが可能となる。   In the present embodiment, the intersection list is created by a plurality of lists divided for each of a plurality of search conditions, but the intersection list is associated with a plurality of search conditions for each intersection included in the intersection list. You may create by the list of. For example, FIG. 13 shows an example in which the intersection list shown in FIG. 12 is created as one list. Even in the case where the intersection list shown in FIG. 13 is used, it is possible to specify a suitable route for each search condition with fewer processing steps than in the prior art, as in the present embodiment.

また、本実施形態では、リンクを走行するのに必要なリンクコストのみを考慮して探索コストの加算値Cを算出する構成としているが、交差点を通過するのに必要な交差点コストやその他のコストについても考慮して探索コストの加算値Cを算出する構成としても良い。   In the present embodiment, the search cost addition value C is calculated in consideration of only the link cost necessary for traveling on the link. However, the intersection cost and other costs necessary for passing through the intersection are calculated. It is good also as a structure which calculates the addition value C of search cost in consideration of.

また、本発明はナビゲーション装置以外に、経路探索機能を有する装置に対して適用することが可能である。例えば、携帯電話機やスマートフォン等の携帯端末、パーソナルコンピュータ等(以下、携帯端末等という)に適用することも可能である。また、サーバと携帯端末等から構成されるシステムに対しても適用することが可能となる。その場合には、上述した経路探索処理プログラム(図2)の各ステップは、サーバと携帯端末等のいずれが実施する構成としても良い。また、本発明を携帯端末等に適用する場合には、車両以外の移動体、例えば、携帯端末等のユーザや2輪車等に対する経路の探索にも本願発明を適用することが可能である。   In addition to the navigation device, the present invention can be applied to a device having a route search function. For example, the present invention can be applied to a mobile terminal such as a mobile phone or a smartphone, a personal computer (hereinafter referred to as a mobile terminal). Further, the present invention can be applied to a system including a server and a mobile terminal. In that case, each step of the route search processing program (FIG. 2) described above may be configured to be implemented by either a server or a mobile terminal. In addition, when the present invention is applied to a mobile terminal or the like, the present invention can also be applied to a search for a route for a moving body other than a vehicle, for example, a user such as a mobile terminal or a two-wheeled vehicle.

1 ナビゲーション装置
13 ナビゲーションECU
41 CPU
42 RAM
43 ROM
1 Navigation device 13 Navigation ECU
41 CPU
42 RAM
43 ROM

Claims (7)

出発地から目的地まで至る経路として、複数の探索条件毎に該探索条件に適合する適合経路をそれぞれ特定する経路探索システムであって、
前記出発地に対応する出発地交差点から前記目的地に対応する目的地交差点まで至る前記適合経路の候補を接続する交差点のリストである交差点リストを作成する交差点リスト作成手段と、
前記出発地交差点を中心交差点に設定する初期中心交差点設定手段と、
前記交差点リストに含まれる交差点であって且つ前記中心交差点に隣接する交差点である隣接交差点について、前記出発地交差点から該隣接交差点への探索コストの加算値を前記複数の探索条件毎且つ該隣接交差点毎に算出するコスト算出手段と、
前記コスト算出手段によって算出された前記複数の探索条件毎の前記探索コストの加算値を比較し、探索条件に関わらず探索コストの加算値が最小となる前記隣接交差点を新たな中心交差点に設定する中心交差点更新手段と、
前記中心交差点更新手段によって新たに設定された前記中心交差点を対象とする前記コスト算出手段及び前記中心交差点更新手段の処理を繰り返し行った結果、前記中心交差点が前記目的地交差点と一致したか否かを判定する交差点一致判定手段と、
前記交差点一致判定手段によって前記中心交差点が前記目的地交差点に一致したと判定された場合に、前記交差点リストに含まれる交差点の内、過去に前記中心交差点に設定されておらず、且つ、前記コスト算出手段により算出された前記探索コストの加算値が前記目的地交差点よりも小さくなる交差点である処理対象交差点があるか否か判定する交差点判定手段と、
前記交差点判定手段によって前記処理対象交差点があると判定された場合に、前記処理対象交差点を新たな中心交差点に設定し、前記コスト算出手段及び前記中心交差点更新手段の処理を実行する補助処理手段と、
前記コスト算出手段により算出された前記探索コストの加算値に基づいて、前記出発地交差点から前記目的地交差点までの前記探索コストの加算値が最小となる経路を前記適合経路として前記探索条件毎に特定する経路特定手段と、を有することを特徴とする経路探索システム。
A route search system for identifying a suitable route that matches a search condition for each of a plurality of search conditions as a route from a starting point to a destination,
An intersection list creating means for creating an intersection list, which is a list of intersections connecting candidates of the suitable route from the departure point intersection corresponding to the departure point to the destination intersection corresponding to the destination;
Initial center intersection setting means for setting the departure point intersection as a center intersection;
For an adjacent intersection that is an intersection that is included in the intersection list and that is adjacent to the central intersection, an addition value of a search cost from the departure point intersection to the adjacent intersection is set for each of the plurality of search conditions and the adjacent intersection. A cost calculation means for calculating each time;
The added value of the search cost for each of the plurality of search conditions calculated by the cost calculating unit is compared, and the adjacent intersection that minimizes the added value of the search cost regardless of the search condition is set as a new central intersection. Center intersection update means,
Whether or not the central intersection coincides with the destination intersection as a result of repeating the process of the cost calculation means and the central intersection update means for the central intersection newly set by the central intersection update means Intersection coincidence judging means for judging
When the intersection coincidence determining unit determines that the central intersection coincides with the destination intersection, the intersections included in the intersection list have not been set as the central intersection in the past, and the cost An intersection determination unit that determines whether or not there is a processing target intersection that is an intersection where the addition value of the search cost calculated by the calculation unit is smaller than the destination intersection;
An auxiliary processing unit that sets the processing target intersection as a new central intersection when the intersection determination unit determines that there is the processing target intersection, and executes the processes of the cost calculation unit and the central intersection update unit; ,
Based on the addition value of the search cost calculated by the cost calculation means, a route that minimizes the addition value of the search cost from the departure point intersection to the destination intersection is defined as the matching route for each of the search conditions. A route search system comprising: a route specifying means for specifying.
前記補助処理手段は、前記交差点判定手段によって前記処理対象交差点が無いと判定されるまで、前記処理対象交差点を前記中心交差点とした前記コスト算出手段及び前記中心交差点更新手段の処理を繰り返し実行することを特徴とする請求項1に記載の経路探索システム。   The auxiliary processing means repeatedly executes the processing of the cost calculation means and the central intersection update means with the processing target intersection as the central intersection until the intersection determination means determines that there is no processing target intersection. The route search system according to claim 1. 前記交差点リスト作成手段は、前記交差点リストを、前記複数の探索条件毎に区分した複数のリストにより作成することを特徴とする請求項1又は請求項2に記載の経路探索システム。   3. The route search system according to claim 1, wherein the intersection list creation unit creates the intersection list from a plurality of lists divided for each of the plurality of search conditions. 前記交差点リスト作成手段は、前記交差点リストを、前記交差点リストに含まれる各交差点に対して前記複数の探索条件を対応付けた一のリストにより作成することを特徴とする請求項1又は請求項2に記載の経路探索システム。   3. The intersection list creating means creates the intersection list from one list in which the plurality of search conditions are associated with each intersection included in the intersection list. The route search system described in 1. 出発地から目的地まで至る経路として、複数の探索条件毎に該探索条件に適合する適合経路をそれぞれ特定する経路探索装置であって、
前記出発地に対応する出発地交差点から前記目的地に対応する目的地交差点まで至る前記適合経路の候補を接続する交差点のリストである交差点リストを作成する交差点リスト作成手段と、
前記出発地交差点を中心交差点に設定する初期中心交差点設定手段と、
前記交差点リストに含まれる交差点であって且つ前記中心交差点に隣接する交差点である隣接交差点について、前記出発地交差点から該隣接交差点への探索コストの加算値を前記複数の探索条件毎且つ該隣接交差点毎に算出するコスト算出手段と、
前記コスト算出手段によって算出された前記複数の探索条件毎の前記探索コストの加算値を比較し、探索条件に関わらず探索コストの加算値が最小となる前記隣接交差点を新たな中心交差点に設定する中心交差点更新手段と、
前記中心交差点更新手段によって新たに設定された前記中心交差点を対象とする前記コスト算出手段及び前記中心交差点更新手段の処理を繰り返し行った結果、前記中心交差点が前記目的地交差点と一致したか否かを判定する交差点一致判定手段と、
前記交差点一致判定手段によって前記中心交差点が前記目的地交差点に一致したと判定された場合に、前記交差点リストに含まれる交差点の内、過去に前記中心交差点に設定されておらず、且つ、少なくとも一の探索条件で前記コスト算出手段により算出された前記探索コストの加算値が前記目的地交差点よりも小さくなる交差点である処理対象交差点があるか否か判定する交差点判定手段と、
前記交差点判定手段によって前記処理対象交差点があると判定された場合に、前記処理対象交差点を新たな中心交差点に設定し、前記コスト算出手段及び前記中心交差点更新手段の処理を実行する補助処理手段と、
前記コスト算出手段により算出された前記探索コストの加算値に基づいて、前記出発地交差点から前記目的地交差点までの前記探索コストの加算値が最小となる経路を前記適合経路として前記探索条件毎に特定する経路特定手段と、を有することを特徴とする経路探索装置。
A route search device for specifying a suitable route that matches the search condition for each of a plurality of search conditions as a route from the starting point to the destination,
An intersection list creating means for creating an intersection list, which is a list of intersections connecting candidates of the suitable route from the departure point intersection corresponding to the departure point to the destination intersection corresponding to the destination;
Initial center intersection setting means for setting the departure point intersection as a center intersection;
For an adjacent intersection that is an intersection that is included in the intersection list and that is adjacent to the central intersection, an addition value of a search cost from the departure point intersection to the adjacent intersection is set for each of the plurality of search conditions and the adjacent intersection. A cost calculation means for calculating each time;
The added value of the search cost for each of the plurality of search conditions calculated by the cost calculating unit is compared, and the adjacent intersection that minimizes the added value of the search cost regardless of the search condition is set as a new central intersection. Center intersection update means,
Whether or not the central intersection coincides with the destination intersection as a result of repeating the process of the cost calculation means and the central intersection update means for the central intersection newly set by the central intersection update means Intersection coincidence judging means for judging
If it is determined by the intersection coincidence determining means that the central intersection coincides with the destination intersection, the intersections included in the intersection list have not been set as the central intersection in the past, and at least one An intersection determination unit that determines whether or not there is a processing target intersection that is an intersection in which an addition value of the search cost calculated by the cost calculation unit under the search condition is smaller than the destination intersection;
An auxiliary processing unit that sets the processing target intersection as a new central intersection when the intersection determination unit determines that there is the processing target intersection, and executes the processes of the cost calculation unit and the central intersection update unit; ,
Based on the addition value of the search cost calculated by the cost calculation means, a route that minimizes the addition value of the search cost from the departure point intersection to the destination intersection is defined as the matching route for each of the search conditions. A route search apparatus comprising: a route specifying means for specifying.
出発地から目的地まで至る経路として、複数の探索条件毎に該探索条件に適合する適合経路をそれぞれ特定する経路探索方法であって、
前記出発地に対応する出発地交差点から前記目的地に対応する目的地交差点まで至る前記適合経路の候補を接続する交差点のリストである交差点リストを作成する交差点リスト作成ステップと、
前記出発地交差点を中心交差点に設定する初期中心交差点設定ステップと、
前記交差点リストに含まれる交差点であって且つ前記中心交差点に隣接する交差点である隣接交差点について、前記出発地交差点から該隣接交差点への探索コストの加算値を前記複数の探索条件毎且つ該隣接交差点毎に算出するコスト算出ステップと、
前記コスト算出ステップによって算出された前記複数の探索条件毎の前記探索コストの加算値を比較し、探索条件に関わらず探索コストの加算値が最小となる前記隣接交差点を新たな中心交差点に設定する中心交差点更新ステップと、
前記中心交差点更新ステップによって新たに設定された前記中心交差点を対象とする前記コスト算出ステップ及び前記中心交差点更新ステップの処理を繰り返し行った結果、前記中心交差点が前記目的地交差点と一致したか否かを判定する交差点一致判定ステップと、
前記交差点一致判定ステップによって前記中心交差点が前記目的地交差点に一致したと判定された場合に、前記交差点リストに含まれる交差点の内、過去に前記中心交差点に設定されておらず、且つ、前記コスト算出ステップにより算出された前記探索コストの加算値が前記目的地交差点よりも小さくなる交差点である処理対象交差点があるか否か判定する交差点判定ステップと、
前記交差点判定ステップによって前記処理対象交差点があると判定された場合に、前記処理対象交差点を新たな中心交差点に設定し、前記コスト算出ステップ及び前記中心交差点更新ステップの処理を実行する補助処理ステップと、
前記コスト算出ステップにより算出された前記探索コストの加算値に基づいて、前記出発地交差点から前記目的地交差点までの前記探索コストの加算値が最小となる経路を前記適合経路として前記探索条件毎に特定する経路特定ステップと、を有することを特徴とする経路探索方法。
A route search method for identifying a suitable route that matches a search condition for each of a plurality of search conditions as a route from a starting point to a destination,
An intersection list creating step of creating an intersection list that is a list of intersections connecting candidates of the suitable route from the departure point intersection corresponding to the departure point to the destination intersection corresponding to the destination; and
An initial center intersection setting step for setting the departure point intersection as a center intersection;
For an adjacent intersection that is an intersection that is included in the intersection list and that is adjacent to the central intersection, an addition value of a search cost from the departure point intersection to the adjacent intersection is set for each of the plurality of search conditions and the adjacent intersection. A cost calculation step for each calculation,
The added value of the search cost for each of the plurality of search conditions calculated by the cost calculating step is compared, and the adjacent intersection that minimizes the added value of the search cost regardless of the search condition is set as a new central intersection. A central intersection update step;
Whether or not the center intersection coincides with the destination intersection as a result of repeatedly performing the cost calculation step and the center intersection update step for the center intersection newly set by the center intersection update step An intersection coincidence judging step for judging
If it is determined in the intersection match determination step that the center intersection matches the destination intersection, the intersections included in the intersection list have not been set as the center intersection in the past, and the cost An intersection determination step for determining whether or not there is a processing target intersection that is an intersection in which the addition value of the search cost calculated by the calculation step is smaller than the destination intersection;
An auxiliary processing step for setting the processing target intersection as a new central intersection when the intersection determination step determines that there is the processing target intersection, and executing the processing of the cost calculation step and the central intersection update step; ,
Based on the added value of the search cost calculated by the cost calculating step, a route with the minimum added value of the search cost from the departure point intersection to the destination intersection is defined as the matching route for each of the search conditions. A route searching method comprising: a route specifying step for specifying.
コンピュータに、
出発地から目的地まで至る経路として、複数の探索条件毎に該探索条件に適合する適合経路をそれぞれ特定させるコンピュータプログラムであって、
前記出発地に対応する出発地交差点から前記目的地に対応する目的地交差点まで至る前記適合経路の候補を接続する交差点のリストである交差点リストを作成する交差点リスト作成機能と、
前記出発地交差点を中心交差点に設定する初期中心交差点設定機能と、
前記交差点リストに含まれる交差点であって且つ前記中心交差点に隣接する交差点である隣接交差点について、前記出発地交差点から該隣接交差点への探索コストの加算値を前記複数の探索条件毎且つ該隣接交差点毎に算出するコスト算出機能と、
前記コスト算出機能によって算出された前記複数の探索条件毎の前記探索コストの加算値を比較し、探索条件に関わらず探索コストの加算値が最小となる前記隣接交差点を新たな中心交差点に設定する中心交差点更新機能と、
前記中心交差点更新機能によって新たに設定された前記中心交差点を対象とする前記コスト算出機能及び前記中心交差点更新機能の処理を繰り返し行った結果、前記中心交差点が前記目的地交差点と一致したか否かを判定する交差点一致判定機能と、
前記交差点一致判定機能によって前記中心交差点が前記目的地交差点に一致したと判定された場合に、前記交差点リストに含まれる交差点の内、過去に前記中心交差点に設定されておらず、且つ、前記コスト算出機能により算出された前記探索コストの加算値が前記目的地交差点よりも小さくなる交差点である処理対象交差点があるか否か判定する交差点判定機能と、
前記交差点判定機能によって前記処理対象交差点があると判定された場合に、前記処理対象交差点を新たな中心交差点に設定し、前記コスト算出機能及び前記中心交差点更新機能の処理を実行する補助処理機能と、
前記コスト算出機能により算出された前記探索コストの加算値に基づいて、前記出発地交差点から前記目的地交差点までの前記探索コストの加算値が最小となる経路を前記適合経路として前記探索条件毎に特定する経路特定機能と、
を実行させることを特徴とするコンピュータプログラム。
On the computer,
A computer program for specifying a suitable route that matches the search condition for each of a plurality of search conditions as a route from the starting point to the destination,
An intersection list creation function for creating an intersection list, which is a list of intersections connecting candidates of the suitable route from the departure point intersection corresponding to the departure point to the destination intersection corresponding to the destination; and
An initial center intersection setting function for setting the departure point intersection as a center intersection;
For an adjacent intersection that is an intersection that is included in the intersection list and that is adjacent to the central intersection, an addition value of a search cost from the departure point intersection to the adjacent intersection is set for each of the plurality of search conditions and the adjacent intersection. A cost calculation function to calculate for each,
The added value of the search cost for each of the plurality of search conditions calculated by the cost calculation function is compared, and the adjacent intersection that minimizes the added value of the search cost regardless of the search condition is set as a new central intersection. Central intersection update function,
Whether the center intersection coincides with the destination intersection as a result of repeatedly performing the processing of the cost calculation function and the center intersection update function for the center intersection newly set by the center intersection update function An intersection coincidence judging function for judging
When it is determined by the intersection match determination function that the center intersection matches the destination intersection, the intersections included in the intersection list have not been set as the center intersection in the past, and the cost An intersection determination function for determining whether or not there is a processing target intersection that is an intersection where the added value of the search cost calculated by the calculation function is smaller than the destination intersection;
An auxiliary processing function that sets the processing target intersection as a new central intersection when the intersection determination function determines that the processing target intersection is present, and executes processing of the cost calculation function and the central intersection update function; ,
Based on the added value of the search cost calculated by the cost calculating function, a route that minimizes the added value of the search cost from the departure point intersection to the destination intersection is defined as the matching route for each of the search conditions. A path identification function to identify,
A computer program for executing
JP2012187560A 2012-08-28 2012-08-28 Route search system, route search device, route search method, and computer program Expired - Fee Related JP5949328B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012187560A JP5949328B2 (en) 2012-08-28 2012-08-28 Route search system, route search device, route search method, and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012187560A JP5949328B2 (en) 2012-08-28 2012-08-28 Route search system, route search device, route search method, and computer program

Publications (2)

Publication Number Publication Date
JP2014044156A true JP2014044156A (en) 2014-03-13
JP5949328B2 JP5949328B2 (en) 2016-07-06

Family

ID=50395516

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012187560A Expired - Fee Related JP5949328B2 (en) 2012-08-28 2012-08-28 Route search system, route search device, route search method, and computer program

Country Status (1)

Country Link
JP (1) JP5949328B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104010236A (en) * 2014-06-17 2014-08-27 国家电网公司 Light path planning method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05240652A (en) * 1992-02-28 1993-09-17 Alpine Electron Inc Guiding path searching method of vehicle-mounted navigator
US5557522A (en) * 1993-09-10 1996-09-17 Nissan Motor Co., Ltd. Apparatus and method for guiding vehicle occupant to travel from present position of vehicle to set destination through display unit
JPH08292059A (en) * 1995-04-24 1996-11-05 Nissan Motor Co Ltd Route guiding device for vehicle

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05240652A (en) * 1992-02-28 1993-09-17 Alpine Electron Inc Guiding path searching method of vehicle-mounted navigator
US5557522A (en) * 1993-09-10 1996-09-17 Nissan Motor Co., Ltd. Apparatus and method for guiding vehicle occupant to travel from present position of vehicle to set destination through display unit
JPH08292059A (en) * 1995-04-24 1996-11-05 Nissan Motor Co Ltd Route guiding device for vehicle

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104010236A (en) * 2014-06-17 2014-08-27 国家电网公司 Light path planning method
CN104010236B (en) * 2014-06-17 2017-06-06 国家电网公司 Optical circuit path planing method

Also Published As

Publication number Publication date
JP5949328B2 (en) 2016-07-06

Similar Documents

Publication Publication Date Title
JP5831308B2 (en) Moving body position detection system, moving body position detection apparatus, moving body position detection method, and computer program
CN102564430B (en) Drive guiding device, travels bootstrap technique and computer program
JP6197691B2 (en) Automatic driving support system, automatic driving support method, and computer program
JP5892004B2 (en) Route search system, route search device, route search method, and computer program
JP6172283B2 (en) Route search system, route search method and computer program
JP5565296B2 (en) Route guidance device, route guidance method and computer program
JP5783093B2 (en) Moving body position detection system, moving body position detection apparatus, moving body position detection method, and computer program
JP5479398B2 (en) Driving support device, driving support method, and computer program
JPWO2018061619A1 (en) Route search device, route search system and computer program
JP6664469B2 (en) Communication terminal, route search system, and computer program
WO2018151005A1 (en) Driving support device and computer program
JP4760792B2 (en) Vehicle navigation device
JP6597265B2 (en) Movement guidance system, movement guidance method, and computer program
JP5716565B2 (en) Traffic light increase / decrease detection system, traffic light increase / decrease detection device, traffic light increase / decrease detection method, and computer program
EP2543969A2 (en) Travel guidance system, travel guidance method, and computer program product
JP2018063658A (en) Travel plan generating apparatus and computer program
JP5949328B2 (en) Route search system, route search device, route search method, and computer program
JP6623862B2 (en) Travel guide device and computer program
JP2016048227A (en) Route search system, method for route search, and computer program
JP2018025404A (en) Traffic information guide device and computer program
JP2017142193A (en) Route search device and computer program
JP2016090543A (en) Travel assist system, travel assist method, and computer program
JP5786519B2 (en) Movement guidance system, movement guidance apparatus, movement guidance method, and computer program
JP2015197322A (en) Movement guide system, movement guide method, and computer program
JP2018036134A (en) Running guidance device and computer program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150205

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20151019

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20151104

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20151225

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20160510

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160523

R150 Certificate of patent or registration of utility model

Ref document number: 5949328

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees