JP2014071063A - Route search system, route search apparatus, route search method, and computer program - Google Patents

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

Info

Publication number
JP2014071063A
JP2014071063A JP2012219264A JP2012219264A JP2014071063A JP 2014071063 A JP2014071063 A JP 2014071063A JP 2012219264 A JP2012219264 A JP 2012219264A JP 2012219264 A JP2012219264 A JP 2012219264A JP 2014071063 A JP2014071063 A JP 2014071063A
Authority
JP
Japan
Prior art keywords
link
traffic information
traffic
cost
arrival time
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.)
Pending
Application number
JP2012219264A
Other languages
Japanese (ja)
Inventor
Takanori Iwata
臣典 岩田
Yasuto Kajino
靖人 梶野
Katsuhiko Mutsuka
克彦 六鹿
Teruo Hayashida
輝英 林田
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 JP2012219264A priority Critical patent/JP2014071063A/en
Publication of JP2014071063A publication Critical patent/JP2014071063A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Navigation (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a route search system, a route search apparatus, a route search method, and a computer program, which enable a user to search a route more suitable for the user.SOLUTION: A route search method includes: specifying an area including a link for each of plural links constituting a route from a start point to a destination; acquiring an area cost calculation condition that correlates an element influencing a search cost for each area with a calculation condition of a search cost for a link including the element and predicting a clock-time of a vehicle arriving at the link; obtaining a traffic condition of the link at the arrival clock-time as an element influencing the search cost; and specifying a suitable route from the start point to the destination for each search condition by using the search cost calculated on the basis of the specified area, the area cost calculation condition correlated with the area and the element such as the traffic condition.

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.

また、上記経路探索機能では、出発地から目的地までの経路を探索する経路探索方法として一般的にダイクストラ法が用いられる。ここで、ダイクストラ法では、経路に含まれる各リンクや交差点に対応する各ノードに対してそれぞれ探索コスト(リンクコスト、交差点コスト)を算出し、算出された探索コストの加算値に基づいて最適な経路を特定する。また、探索コストの算出には、渋滞等の交通状況についても考慮される。しかし、リンクの交通状況は時刻毎によって異なる(例えば、午前中のみ渋滞するリンクもあれば、深夜のみ渋滞するリンクもある)ので、そのリンクを走行する時刻を特定しなければ、正確な交通状況を考慮した探索コストを算出することができない。そこで、特開2011−53221号公報には、自車の現在位置周辺のエリアをメッシュ単位で分割し、各エリアの平均車速から自車のエリア毎の到達予想時刻を算出し、到達予想時刻における交通状況を用いてエリア内にあるリンクの探索コストを算出する技術について提案されている。また、特開2010−276396号公報には、現在地から目的地のエリアを、自車を中心とした同心円状のエリアに分割し、各エリア毎に異なる交通情報を用いて最適なルートを探索する技術について提案されている。   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. Here, in the Dijkstra method, a search cost (link cost, intersection cost) is calculated for each node corresponding to each link or intersection included in the route, and an optimum value is calculated based on the added value of the calculated search costs. Identify the route. In addition, the calculation of the search cost also takes into account traffic conditions such as traffic jams. However, the traffic situation of the link varies depending on the time (for example, there is a link that is congested only in the morning, and there is a link that is congested only at midnight). The search cost in consideration of Therefore, in Japanese Patent Application Laid-Open No. 2011-53221, the area around the current position of the vehicle is divided in units of meshes, the arrival time predicted for each area of the vehicle is calculated from the average vehicle speed of each area, A technique for calculating a search cost for a link in an area using traffic conditions has been proposed. Japanese Patent Laid-Open No. 2010-276396 divides an area from the current location to a destination into concentric areas centered on the own vehicle, and searches for an optimum route using different traffic information for each area. The technology has been proposed.

特開2011−53221号公報(第5−7頁、図1、図2)Japanese Patent Laying-Open No. 2011-53221 (page 5-7, FIGS. 1 and 2) 特開2010−276396号公報(第8−9頁、図3−7)JP 2010-276396 A (page 8-9, FIG. 3-7)

しかしながら、上記特許文献1及び特許文献2の技術では、リンク単位ではなくメッシュ単位或いは現在地からの直線距離で到達時刻を予測しているので、リンクへの到達時刻を正確に予測できない問題があった。その結果、リンクの探索コストについても正確に算出できなかった。   However, in the techniques of Patent Document 1 and Patent Document 2, the arrival time is predicted not by the link unit but by the mesh unit or the linear distance from the current location, and thus there is a problem that the arrival time to the link cannot be accurately predicted. . As a result, the link search cost could not be calculated accurately.

また、上記特許文献1及び特許文献2に記載された技術では、交通状況に対する地域性を考慮して探索コストを算出することができなかった。ここで、ユーザにとって適切な経路を探索する為には、地域性を考慮して探索コストを算出することは重要である。例えば、渋滞の規模が大きい地域では、他の地域よりもユーザは渋滞を避けた経路を好む傾向がある。一方、渋滞の規模が小さい地域では、ユーザは渋滞よりも他の要素(道路種別や車線数)等を重視する。しかしながら、上記特許文献1及び特許文献2の記載の技術では、交通状況に対する地域性を考慮しておらず、ユーザにとって最適な経路を探索できない場合があった。   In addition, with the techniques described in Patent Document 1 and Patent Document 2, search costs cannot be calculated in consideration of regionality with respect to traffic conditions. Here, in order to search for a route suitable for the user, it is important to calculate the search cost in consideration of regional characteristics. For example, in an area where the size of the traffic jam is large, the user tends to prefer a route avoiding the traffic jam than in other regions. On the other hand, in an area where the size of traffic jam is small, the user attaches more importance to other factors (road type and number of lanes) than traffic jam. However, the techniques described in Patent Document 1 and Patent Document 2 do not consider regionality with respect to traffic conditions, and may not be able to search for an optimum route for the user.

本発明は前記従来における問題点を解消するためになされたものであり、移動体のリンク到達時点での交通状況を考慮したより正確な探索コストを算出することが可能となるとともに、交通状況に対する地域性(道路事情、交通事情、住民性等)についても考慮し、ユーザに対してより適切な経路を探索することを可能とした経路探索システム、経路探索装置、経路探索方法及びコンピュータプログラムを提供することを目的とする。   The present invention has been made to solve the above-described conventional problems, and it is possible to calculate a more accurate search cost considering the traffic situation at the time of arrival of the link of the mobile body and Providing a route search system, route search device, route search method, and computer program that enable users to search for a more appropriate route in consideration of regional characteristics (road conditions, traffic conditions, inhabitants, etc.) The purpose is to do.

前記目的を達成するため本願の請求項1に係る経路探索システム(1)は、出発地から目的地まで移動体が移動する為の経路の候補を構成するリンクである候補リンクに関するリンク情報を取得するリンク情報取得手段(13)と、前記リンク情報取得手段により取得した前記リンク情報に基づいて、前記候補リンクへの前記移動体の到達時刻を予測する到達時刻予測手段(13)と、前記到達時刻予測手段により予測された前記到達時刻に基づいて、該到達時刻における前記候補リンクの交通状況を示す交通情報を取得する交通情報取得手段(13)と、前記候補リンクが含まれる地域を特定する地域特定手段(13)と、地域毎に、探索コストに影響を与える交通状況と該交通状況にある前記候補リンクに対する探索コストの算出条件とを対応付けた地域コスト算出条件を取得する算出条件取得手段(13)と、前記地域特定手段によって特定された地域と該地域に対応付けられた前記地域コスト算出条件と前記交通情報取得手段により取得した前記交通情報とに基づいて算出された前記探索コストを用いて、前記出発地から前記目的地までの前記経路を探索する経路探索手段(13)と、を有することを特徴とする。
尚、「移動体」としては、自動車や自転車等の車両以外にユーザ(人)も含む。
In order to achieve the above object, the route search system (1) according to claim 1 of the present application obtains link information related to candidate links, which are links that constitute route candidates for moving a moving body from a starting point to a destination. Link information acquisition means (13) for performing, arrival time prediction means (13) for predicting the arrival time of the moving body to the candidate link based on the link information acquired by the link information acquisition means, and the arrival Based on the arrival time predicted by the time prediction means, traffic information acquisition means (13) for acquiring traffic information indicating the traffic status of the candidate link at the arrival time, and specifying the area including the candidate link A region specifying means (13), a traffic condition that affects the search cost for each region, and a search cost calculation condition for the candidate link in the traffic condition; The calculation condition acquisition means (13) for acquiring the associated regional cost calculation conditions, the area specified by the area specifying means, the area cost calculation conditions associated with the area, and the traffic information acquisition means Route search means (13) for searching for the route from the departure place to the destination using the search cost calculated based on the traffic information.
The “moving body” includes a user (person) in addition to a vehicle such as an automobile or a bicycle.

また、請求項2に係る経路探索システム(1)は、請求項1に記載の経路探索システムであって、前記交通情報は、センタから取得した現時点の交通状況を示す現在交通情報と、前記現在交通情報の履歴を統計した統計情報である統計交通情報と、前記現在交通情報と前記統計交通情報に基づいて所定時間経過後の交通状況を予測した予測交通情報とを含み、前記交通情報取得手段(13)は、前記現在交通情報と前記統計交通情報と前記予測交通情報の少なくとも一以上を前記交通情報として取得することを特徴とする。   Further, the route search system (1) according to claim 2 is the route search system according to claim 1, wherein the traffic information includes current traffic information indicating a current traffic situation acquired from a center, and the current Statistical traffic information that is statistical information obtained by statistically analyzing a history of traffic information; and predicted traffic information that predicts a traffic situation after a predetermined time based on the current traffic information and the statistical traffic information, and the traffic information acquisition means (13) is characterized in that at least one of the current traffic information, the statistical traffic information, and the predicted traffic information is acquired as the traffic information.

また、請求項3に係る経路探索システム(1)は、請求項2に記載の経路探索システムであって、前記到達時刻予測手段(13)により予測された前記到達時刻に基づいて、前記候補リンク毎に前記現在交通情報と前記統計交通情報と前記予測交通情報の利用に係る優先順位を設定する優先順位設定手段(13)を有し、前記経路探索手段(13)は、前記交通情報取得手段(13)により取得された前記交通情報の内、最も優先順位の高い前記交通情報を用いて前記探索コストを算出することを特徴とする。   A route search system (1) according to claim 3 is the route search system according to claim 2, wherein the candidate link is based on the arrival time predicted by the arrival time prediction means (13). It has priority order setting means (13) for setting the priority order for use of the current traffic information, the statistical traffic information, and the predicted traffic information every time, and the route search means (13) is the traffic information acquisition means. The search cost is calculated using the traffic information having the highest priority among the traffic information acquired in (13).

また、請求項4に係る経路探索システム(1)は、請求項3に記載の経路探索システムであって、前記優先順位設定手段(13)は、前記到達時刻予測手段(13)により予測された前記到達時刻と現在時刻との差異に基づいて、前記優先順位を設定することを特徴とする。   Further, the route search system (1) according to claim 4 is the route search system according to claim 3, wherein the priority order setting means (13) is predicted by the arrival time prediction means (13). The priority is set based on a difference between the arrival time and the current time.

また、請求項5に係る経路探索システム(1)は、請求項4に記載の経路探索システムであって、前記優先順位設定手段(13)は、前記到達時刻予測手段(13)により予測された前記到達時刻と現在時刻との差異が第1基準値未満である場合に、前記現在交通情報を最も高い優先順位に設定し、前記到達時刻予測手段により予測された前記到達時刻と現在時刻との差異が前記第1基準値以上で第2基準値未満である場合に、前記予測交通情報を最も高い優先順位に設定し、前記到達時刻予測手段により予測された前記到達時刻と現在時刻との差異が前記第2基準値以上である場合に、前記統計交通情報を最も高い優先順位に設定することを特徴とする。   Further, the route search system (1) according to claim 5 is the route search system according to claim 4, wherein the priority order setting means (13) is predicted by the arrival time prediction means (13). When the difference between the arrival time and the current time is less than a first reference value, the current traffic information is set to the highest priority, and the arrival time predicted by the arrival time prediction means and the current time When the difference is greater than or equal to the first reference value and less than the second reference value, the predicted traffic information is set to the highest priority, and the difference between the arrival time and the current time predicted by the arrival time prediction means The statistical traffic information is set to the highest priority when is equal to or greater than the second reference value.

また、請求項6に係る経路探索システム(1)は、請求項1乃至請求項5のいずれかに記載の経路探索システムであって、前記探索コストは、該候補リンクのリンク長に該候補リンクの交通状況に基づいた係数を乗じることによって算出され、前記探索コストの算出条件は、交通状況毎の前記係数の値を規定することを特徴とする。   Moreover, the route search system (1) according to claim 6 is the route search system according to any one of claims 1 to 5, wherein the search cost is calculated by adding the candidate link to the link length of the candidate link. The search cost calculation condition defines the value of the coefficient for each traffic situation.

また、請求項7に係る経路探索システム(1)は、請求項1乃至請求項6のいずれかに記載の経路探索システムであって、前記地域特定手段(13)は、前記探索コストの算出対象となる前記候補リンクが複数の地域に跨る場合には、該候補リンクの開始点が含まれる地域を、該候補リンクが含まれる地域として特定することを特徴とする。
尚、「候補リンクの開始点」とは、出発地から出発した車両等が該候補リンクを走行する場合に、候補リンクの走行を開始する地点となる。
A route search system (1) according to claim 7 is the route search system according to any one of claims 1 to 6, wherein the region specifying means (13) is a target for calculating the search cost. When the candidate link that spans a plurality of areas is specified, the area including the starting point of the candidate link is specified as the area including the candidate link.
The “starting point of the candidate link” is a point at which the candidate link starts to travel when a vehicle or the like that departs from the starting point travels on the candidate link.

また、請求項8に係る経路探索装置(1)は、出発地から目的地まで移動体が移動する為の経路の候補を構成するリンクである候補リンクに関するリンク情報を取得するリンク情報取得手段(13)と、前記リンク情報取得手段により取得した前記リンク情報に基づいて、前記候補リンクへの前記移動体の到達時刻を予測する到達時刻予測手段(13)と、前記到達時刻予測手段により予測された前記到達時刻に基づいて、該到達時刻における前記候補リンクの交通状況を示す交通情報を取得する交通情報取得手段(13)と、前記候補リンクが含まれる地域を特定する地域特定手段(13)と、地域毎に、探索コストに影響を与える交通状況と該交通状況にある前記候補リンクに対する探索コストの算出条件とを対応付けた地域コスト算出条件を取得する算出条件取得手段(13)と、前記地域特定手段によって特定された地域と該地域に対応付けられた前記地域コスト算出条件と前記交通情報取得手段により取得した前記交通情報とに基づいて算出された前記探索コストを用いて、前記出発地から前記目的地までの前記経路を探索する経路探索手段(13)と、を有することを特徴とする。   Further, the route search device (1) according to claim 8 is a link information acquisition means for acquiring link information related to a candidate link which is a link constituting a route candidate for a moving body to move from a departure place to a destination. 13), arrival time prediction means (13) for predicting the arrival time of the moving body to the candidate link based on the link information acquired by the link information acquisition means, and the arrival time prediction means Based on the arrival time, traffic information acquisition means (13) for acquiring traffic information indicating the traffic status of the candidate link at the arrival time, and area specifying means (13) for specifying an area including the candidate link And, for each region, a regional cost calculation that associates a traffic condition that affects the search cost with a calculation condition of a search cost for the candidate link in the traffic condition Based on the calculation condition acquisition means (13) for acquiring a case, the area specified by the area specifying means, the area cost calculation condition associated with the area, and the traffic information acquired by the traffic information acquisition means Route search means (13) for searching for the route from the departure place to the destination using the search cost calculated in the above.

また、請求項9に係る経路探索方法は、出発地から目的地まで移動体が移動する為の経路の候補を構成するリンクである候補リンクに関するリンク情報を取得するリンク情報取得ステップと、前記リンク情報取得ステップにより取得した前記リンク情報に基づいて、前記候補リンクへの前記移動体の到達時刻を予測する到達時刻予測ステップと、前記到達時刻予測ステップにより予測された前記到達時刻に基づいて、該到達時刻における前記候補リンクの交通状況を示す交通情報を取得する交通情報取得ステップと、前記候補リンクが含まれる地域を特定する地域特定ステップと、地域毎に、探索コストに影響を与える交通状況と該交通状況にある前記候補リンクに対する探索コストの算出条件とを対応付けた地域コスト算出条件を取得する算出条件取得ステップと、前記地域特定ステップによって特定された地域と該地域に対応付けられた前記地域コスト算出条件と前記交通情報取得ステップにより取得した前記交通情報とに基づいて算出された前記探索コストを用いて、前記出発地から前記目的地までの前記経路を探索する経路探索ステップと、を有することを特徴とする。   A route search method according to claim 9 includes a link information acquisition step of acquiring link information related to a candidate link, which is a link that constitutes a route candidate for a moving body to move from a departure place to a destination, and the link Based on the link information acquired by the information acquisition step, the arrival time prediction step for predicting the arrival time of the mobile body to the candidate link, and based on the arrival time predicted by the arrival time prediction step, A traffic information acquisition step for acquiring traffic information indicating the traffic status of the candidate link at the arrival time; a region specifying step for specifying a region including the candidate link; and a traffic status that affects the search cost for each region; A local cost calculation condition is obtained by associating a search cost calculation condition with respect to the candidate link in the traffic situation. The search cost calculated based on the output condition acquisition step, the region specified in the region specifying step, the region cost calculation condition associated with the region, and the traffic information acquired in the traffic information acquisition step And a route search step for searching for the route from the starting point to the destination.

更に、請求項10に係るコンピュータプログラムは、コンピュータに、出発地から目的地まで移動体が移動する為の経路の候補を構成するリンクである候補リンクに関するリンク情報を取得するリンク情報取得機能と、前記リンク情報取得機能により取得した前記リンク情報に基づいて、前記候補リンクへの前記移動体の到達時刻を予測する到達時刻予測機能と、前記到達時刻予測機能により予測された前記到達時刻に基づいて、該到達時刻における前記候補リンクの交通状況を示す交通情報を取得する交通情報取得機能と、前記候補リンクが含まれる地域を特定する地域特定機能と、地域毎に、探索コストに影響を与える交通状況と該交通状況にある前記候補リンクに対する探索コストの算出条件とを対応付けた地域コスト算出条件を取得する算出条件取得機能と、前記地域特定機能によって特定された地域と該地域に対応付けられた前記地域コスト算出条件と前記交通情報取得機能により取得した前記交通情報とに基づいて算出された前記探索コストを用いて、前記出発地から前記目的地までの前記経路を探索する経路探索機能と、を実行させることを特徴とする。   Furthermore, the computer program according to claim 10 is a link information acquisition function for acquiring link information on a candidate link, which is a link constituting a route candidate for moving a moving body from a starting point to a destination. Based on the link information acquired by the link information acquisition function, based on the arrival time prediction function that predicts the arrival time of the moving body to the candidate link and the arrival time predicted by the arrival time prediction function , A traffic information acquisition function for acquiring traffic information indicating the traffic status of the candidate link at the arrival time, a region specifying function for specifying a region including the candidate link, and traffic that affects the search cost for each region A regional cost calculation condition is obtained by associating a situation with a search cost calculation condition for the candidate link in the traffic situation The search calculated based on the area specified by the area specifying function, the area specified by the area specifying function, the area cost calculating condition associated with the area, and the traffic information acquired by the traffic information acquiring function And a route search function for searching for the route from the departure place to the destination using a cost.

前記構成を有する請求項1に記載の経路探索システムによれば、出発地から目的地までの経路の探索を行う際に、リンク単位で移動体の到達時刻を予測し、予測された到達時刻の交通状況を用いて探索コストを算出するので、リンク毎の到達時点の交通状況を考慮したより正確な探索コストを算出することが可能となる。また、交通状況に対する地域性(道路事情、交通事情、住民性等)を考慮して地域毎に探索コストの算出条件を設定するので、地域性に沿ったユーザに対してより適切な経路を探索することが可能となる。   According to the route search system according to claim 1 having the above-described configuration, when searching for a route from the departure point to the destination, the arrival time of the mobile body is predicted in units of links, and the predicted arrival time Since the search cost is calculated using the traffic situation, it is possible to calculate a more accurate search cost considering the traffic situation at the time of arrival for each link. In addition, search cost calculation conditions are set for each region in consideration of regional characteristics (road conditions, traffic conditions, inhabitants, etc.) with respect to traffic conditions. It becomes possible to do.

また、請求項2に記載の経路探索システムによれば、センタから取得した現時点の交通状況を示す現在交通情報と、現在交通情報の履歴を統計した統計情報である統計交通情報と、現在交通情報と統計交通情報に基づいて所定時間経過後の交通状況を予測した予測交通情報に基づいてリンクの交通状況を特定するので、現時点からの時間経過に関わらず所定時刻におけるリンクの交通状況を正確に特定することが可能となる。   According to the route search system of claim 2, the present traffic information indicating the current traffic situation acquired from the center, the statistical traffic information which is statistical information obtained by statistically analyzing the history of the current traffic information, and the current traffic information Because the traffic condition of the link is identified based on the predicted traffic information that predicts the traffic situation after the lapse of the predetermined time based on the statistical traffic information and the traffic condition of the link at the predetermined time accurately It becomes possible to specify.

また、請求項3に記載の経路探索システムによれば、候補リンクの到達時刻に基づいて、候補リンク毎に現在交通情報と統計交通情報と予測交通情報の利用に係る優先順位を設定し、取得された交通情報の内、最も優先順位の高い交通情報を用いて探索コストを算出するので、リンク毎の到達時刻に応じて交通状況を特定するのに適切な交通情報を選択することが可能であり、到達時刻におけるリンクの交通状況を正確に特定することが可能となる。   In addition, according to the route search system according to claim 3, the priority order for using the current traffic information, the statistical traffic information, and the predicted traffic information is set and acquired for each candidate link based on the arrival time of the candidate link. Since the search cost is calculated using the traffic information with the highest priority of the traffic information, it is possible to select the traffic information appropriate for identifying the traffic situation according to the arrival time for each link. Yes, it is possible to accurately identify the traffic situation of the link at the arrival time.

また、請求項4に記載の経路探索システムによれば、候補リンクへの到達時刻と現在時刻との差異に基づいて、優先順位を設定するので、リンク毎の到達時刻に応じて交通状況を特定するのに適切な交通情報を選択することが可能であり、到達時刻におけるリンクの交通状況を正確に特定することが可能となる。   Moreover, according to the route search system of claim 4, priority is set based on the difference between the arrival time to the candidate link and the current time, so the traffic situation is specified according to the arrival time for each link. Therefore, it is possible to select traffic information appropriate for this purpose, and it is possible to accurately specify the traffic situation of the link at the arrival time.

また、請求項5に記載の経路探索システムによれば、候補リンクへの到達時刻と現在時刻との差異が第1基準値未満である場合に現在交通情報を最も高い優先順位に設定し、第1基準値以上で第2基準値未満である場合に予測交通情報を最も高い優先順位に設定し、第2基準値以上である場合に統計交通情報を最も高い優先順位に設定するので、リンク毎の到達時刻に応じて交通状況を特定するのに適切な交通情報を選択することが可能であり、到達時刻におけるリンクの交通状況を正確に特定することが可能となる。   Further, according to the route search system of claim 5, when the difference between the arrival time to the candidate link and the current time is less than the first reference value, the current traffic information is set to the highest priority, The predicted traffic information is set to the highest priority when it is greater than one reference value and less than the second reference value, and the statistical traffic information is set to the highest priority when it is greater than or equal to the second reference value. It is possible to select traffic information suitable for specifying the traffic situation according to the arrival time of the link, and to accurately specify the traffic situation of the link at the arrival time.

また、請求項6に記載の経路探索システムによれば、交通状況に対する地域性(道路事情、交通事情、住民性等)を考慮して地域毎にリンクコストを算出する際に用いる係数を設定するので、リンクの渋滞度等の交通状況に基づいて適切なリンクコストを算出することが可能となる。   In addition, according to the route search system according to claim 6, the coefficient used when calculating the link cost for each area is set in consideration of the locality (road conditions, traffic conditions, inhabitants, etc.) with respect to the traffic conditions. Therefore, it is possible to calculate an appropriate link cost based on traffic conditions such as the degree of link congestion.

また、請求項7に記載の経路探索システムによれば、探索コストの算出対象となるリンクが複数の地域に跨る場合には、該リンクの開始点が含まれる地域を、該リンクが含まれる地域として特定するので、探索コストの算出対象となるリンクに対して最も影響のある地域を適切に特定することが可能となる。   According to the route search system of claim 7, when a link for which a search cost is to be calculated spans a plurality of regions, the region including the start point of the link is determined as the region including the link. Therefore, it is possible to appropriately specify the area that has the most influence on the link for which the search cost is calculated.

また、請求項8に記載の経路探索装置によれば、出発地から目的地までの経路の探索を行う際に、リンク単位で移動体の到達時刻を予測し、予測された到達時刻の交通状況を用いて探索コストを算出するので、リンク毎の到達時点の交通状況を考慮したより正確な探索コストを算出することが可能となる。また、交通状況に対する地域性(道路事情、交通事情、住民性等)を考慮して地域毎に探索コストの算出条件を設定するので、地域性に沿ったユーザに対してより適切な経路を探索することが可能となる。   According to the route search device according to claim 8, when searching for a route from the departure place to the destination, the arrival time of the mobile body is predicted for each link, and the traffic situation at the predicted arrival time is determined. Since the search cost is calculated using, it is possible to calculate a more accurate search cost considering the traffic situation at the arrival time for each link. In addition, search cost calculation conditions are set for each region in consideration of regional characteristics (road conditions, traffic conditions, inhabitants, etc.) with respect to traffic conditions. It becomes possible to do.

また、請求項9に記載の経路探索方法によれば、出発地から目的地までの経路の探索を行う際に、リンク単位で移動体の到達時刻を予測し、予測された到達時刻の交通状況を用いて探索コストを算出するので、リンク毎の到達時点の交通状況を考慮したより正確な探索コストを算出することが可能となる。また、交通状況に対する地域性(道路事情、交通事情、住民性等)を考慮して地域毎に探索コストの算出条件を設定するので、地域性に沿ったユーザに対してより適切な経路を探索することが可能となる。   Further, according to the route search method according to claim 9, when searching for a route from the departure place to the destination, the arrival time of the mobile body is predicted for each link, and the traffic situation at the predicted arrival time Since the search cost is calculated using, it is possible to calculate a more accurate search cost considering the traffic situation at the arrival time for each link. In addition, search cost calculation conditions are set for each region in consideration of regional characteristics (road conditions, traffic conditions, inhabitants, etc.) with respect to traffic conditions. It becomes possible to do.

更に、請求項10に記載のコンピュータプログラムによれば、出発地から目的地までの経路の探索を行わせる際に、リンク単位で移動体の到達時刻を予測させ、予測された到達時刻の交通状況を用いて探索コストを算出させるので、リンク毎の到達時点の交通状況を考慮したより正確な探索コストを算出させることが可能となる。また、交通状況に対する地域性(道路事情、交通事情、住民性等)を考慮して地域毎に探索コストの算出条件を設定させるので、地域性に沿ったユーザに対してより適切な経路を探索させることが可能となる。   Furthermore, according to the computer program according to claim 10, when searching for a route from the departure place to the destination, the arrival time of the moving body is predicted for each link, and the traffic situation at the predicted arrival time is determined. Since the search cost is calculated using, it is possible to calculate a more accurate search cost considering the traffic situation at the arrival time for each link. In addition, the search cost calculation conditions are set for each region in consideration of the regional characteristics (road conditions, traffic conditions, inhabitants, etc.) with respect to the traffic conditions, so a more appropriate route can be searched for the users along the regional characteristics. It becomes possible to make it.

本実施形態に係るナビゲーション装置の構成を示したブロック図である。It is the block diagram which showed the structure of the navigation apparatus which concerns on this embodiment. 『推奨』の探索条件におけるコスト係数の設定基準と実際に設定されるコスト係数の一例を示した図である。FIG. 7 is a diagram illustrating an example of a cost coefficient setting criterion and a cost coefficient that is actually set under a “recommended” search condition. 『一般優先』の探索条件におけるコスト係数の設定基準と実際に設定されるコスト係数の一例を示した図である。FIG. 10 is a diagram illustrating an example of a cost coefficient setting criterion and a cost coefficient that is actually set in a search condition of “general priority”. 『距離優先』の探索条件におけるコスト係数の設定基準と実際に設定されるコスト係数の一例を示した図である。FIG. 10 is a diagram illustrating an example of a cost coefficient setting criterion and a cost coefficient that is actually set in a search condition of “distance priority”. 現在交通情報の一例を示した図である。It is the figure which showed an example of current traffic information. 統計交通情報の一例を示した図である。It is the figure which showed an example of statistical traffic information. 予測交通情報の一例を示した図である。It is the figure which showed an example of the predicted traffic information. 本実施形態に係る経路探索処理プログラムのフローチャートである。It is a flowchart of the route search processing program concerning this embodiment. タイムスライスデータの一例を示した図である。It is the figure which showed an example of time slice data. 出発地交差点から目的地交差点までの適合経路の候補を示した図である。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 a flowchart of the sub process program of a cost calculation process. リンク毎の予測される到達時刻を示した図である。It is the figure which showed the arrival time estimated for every link.

以下、本発明に係る経路探索システム及び経路探索装置をナビゲーション装置に具体化した一実施形態に基づき図面を参照しつつ詳細に説明する。先ず、本実施形態に係るナビゲーション装置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や交通情報DB32や所定のプログラム等を読み出すとともにハードディスクに所定のデータを書き込む為のドライバである記録ヘッド(図示せず)とを備えている。尚、データ記録部12をハードディスクの代わりにメモリーカードやCDやDVD等の光ディスクにより構成しても良い。   In addition, the data recording unit 12 reads a hard disk (not shown) as an external storage device and a recording medium, a map information DB 31 and a traffic information DB 32 recorded on the hard disk, a predetermined program, and the like, and stores predetermined data on the hard disk. And a recording head (not shown) as a driver for writing. 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 calculated. Based on the link length, the link attribute, road type, road width, number of lanes, traffic conditions, etc. of the link are considered. Is calculated.

ここで、本実施形態に係るナビゲーション装置1では、複数の探索条件に基づいて探索条件毎に該探索条件に適合する経路(以下、適合経路という)をそれぞれ特定し、各探索条件で特定された複数本の適合経路から利用者の希望する一の経路を最終的に案内経路として設定する構成を有する。具体的な探索条件としては、目的地までの所要時間が短くなることを優先するとともに走行し易さや走行に係る費用等についても考慮した『推奨』と、目的地まで有料道路を走行することを優先する『有料道路優先』と、目的地まで一般道路を走行することを優先する『一般優先』と、目的地までの走行距離が短くなることを優先した『距離優先』の4種類の探索条件からなる。   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 Four types of search conditions: "priority toll road priority", "general priority" that prioritizes traveling on general roads to the destination, and "distance priority" that prioritizes shorter travel distances to the destination Consists of.

また、探索条件毎且つ地域毎に上記リンクコスト及び交差点コストの算出条件(以下、コスト算出条件という)は異なっている。以下にリンクコスト及び交差点コストのコスト算出条件について説明する。尚、以下の説明では、特にリンクコストを例に挙げて説明することとする。   Further, the link cost and intersection cost calculation conditions (hereinafter referred to as cost calculation conditions) are different for each search condition and for each region. The cost calculation conditions for the link cost and the intersection cost will be described below. In the following description, the link cost will be described as an example.

リンクコストは、算出対象となるリンクのリンク長に対して、該リンクが含む車線数、道路種別、交通状況(例えば渋滞度)等の探索コストに影響を与える様々な要素毎に設定された係数(以下、コスト係数という)を乗じることによって算出される。従って、リンクコストのコスト算出条件は、要素毎にどのようにコスト係数を設定するかを定める条件となる。そして、このコスト係数は、探索条件や地域性(より具体的には道路事情、交通事情、住民性等)を考慮して、探索条件毎且つ地域毎に設定される。例えば、『推奨』ではリンク長を基本として、車線数、道路種別、交通状況等の旅行時間に影響を与える要素を考慮し、より旅行時間が短くなるリンクが低いコストとなるようにコスト係数を設定する。更に、走行に係る費用や走行し易さ等についても考慮する。但し、地域によっては、費用が生じても有料道路を一般道路より優先した方が良い地域もあるし、渋滞区間を走行することを特にユーザが嫌う地域もある。ここで、図2は探索条件の一つである『推奨』におけるコスト係数の設定基準と実際に設定されるコスト係数(地域コスト算出条件)の一例を示した図である。   The link cost is a coefficient set for each of various factors that affect the search cost, such as the number of lanes included in the link, the road type, and the traffic situation (for example, the degree of congestion) with respect to the link length of the link to be calculated. (Hereinafter, referred to as a cost coefficient). Therefore, the cost calculation condition of the link cost is a condition that determines how the cost coefficient is set for each element. The cost coefficient is set for each search condition and for each region in consideration of search conditions and regional characteristics (more specifically, road conditions, traffic conditions, inhabitants, etc.). For example, “Recommended” is based on the link length, considering factors that affect travel time, such as the number of lanes, road type, traffic conditions, etc., and the cost coefficient is set so that the cost of a link with shorter travel time is lower. Set. In addition, consideration is given to the cost and ease of travel. However, depending on the area, there are areas where it is better to give priority to the toll road over the general road even if costs are incurred, and there are areas where the user particularly dislikes traveling in a traffic jam section. Here, FIG. 2 is a diagram showing an example of the cost coefficient setting standard and the actually set cost coefficient (regional cost calculation condition) in “recommendation” which is one of the search conditions.

図2に示すように、探索条件『推奨』では、地図データに含まれる地域(本実施形態では日本)を所謂8地方区分により8つの地域に区分している。そして、8つの地域毎に地域性(より具体的には道路事情、交通事情、住民性等)を考慮してコスト係数の設定基準を設定し、その基準に基づきコスト係数を設定している。
例えば、北海道地区では、一般道が比較的空いていて走り易く、ユーザは一般道を好んで走行する傾向が高いので、有料道路のコスト係数は他の地域より高めに設定される。更に、北海道地区では、法定速度の速い(例えば50km/h以上)の道路を好んで走行するユーザが多いので、法定速度が速い道路のコスト係数は他の地域より低めに設定し、法定速度が遅い道路のコスト係数は他の地域より高めに設定する。
また、東北地区では、短い区間であっても有料道路を利用しやすい環境にあることから、有料道路(特に30km未満の短い区間)のコスト係数は他の地域より低めに設定される。更に、東北地区では、車線数の多い大型道路を好んで走行するユーザが多いので、車線数の多い道路のコスト係数は他の地域より低めに設定し、車線数の少ない道路のコスト係数は他の地域より高めに設定する。
また、関東地区では、一般道が非常に混雑して走り難く、ユーザは有料道路を好んで走行する傾向が高いので、有料道路のコスト係数は他の地域より低めに設定される。更に、関東地区では、発生する渋滞の規模が大きく、渋滞を回避して走行するユーザが多いので、渋滞度が低い道路のコスト係数は他の地域より低めに設定し、渋滞度が高い道路のコスト係数は他の地域より高めに設定する。
尚、他の地区についても同様に、図2に示すコスト係数の設定基準に基づいてコスト係数が設定されている。
As shown in FIG. 2, in the search condition “recommendation”, regions (Japan in the present embodiment) included in the map data are divided into eight regions by so-called eight regions. Then, a cost coefficient setting standard is set for each of the eight areas in consideration of regional characteristics (more specifically, road conditions, traffic conditions, inhabitants, etc.), and the cost coefficient is set based on the standards.
For example, in the Hokkaido area, general roads are relatively free and easy to drive, and users tend to drive on general roads, so the cost coefficient of toll roads is set higher than in other areas. Furthermore, in the Hokkaido area, there are many users who prefer roads with fast legal speeds (for example, 50 km / h or more), so the cost coefficient for roads with fast legal speeds is set lower than other areas, and legal speed is The cost coefficient for slow roads is set higher than other areas.
In the Tohoku area, even in a short section, it is easy to use the toll road, so the cost coefficient of the toll road (especially a short section of less than 30 km) is set lower than other areas. Furthermore, in the Tohoku area, many users prefer large roads with many lanes, so the cost coefficient for roads with many lanes is set lower than other areas, and the cost coefficient for roads with few lanes is other. Set higher than the region.
In the Kanto area, general roads are very crowded and difficult to run, and users tend to travel favorably on toll roads, so the cost coefficient of toll roads is set lower than in other areas. Furthermore, in the Kanto area, the amount of traffic congestion that occurs is large, and there are many users who travel avoiding traffic congestion.Therefore, the cost coefficient for roads with low traffic congestion is set lower than other regions, and roads with high traffic congestion are The cost coefficient is set higher than other regions.
Similarly, cost coefficients are set for other districts based on the cost coefficient setting criteria shown in FIG.

また、『一般優先』では上記『推奨』の算出方法に加えて有料道路の道路種別であるリンクのリンクコストを高くなるようにコスト係数を設定する。但し、地域によっては、有料道路を一切走行しない条件とすると目的地までの経路が探索できない地域もある。ここで、図3は探索条件の一つである『一般優先』におけるコスト係数の設定基準と実際に設定されるコスト係数(地域コスト算出条件)の一例を示した図である。   In “general priority”, in addition to the above “recommendation” calculation method, a cost coefficient is set so that the link cost of the link which is the road type of the toll road is increased. However, depending on the region, there are some regions where it is not possible to search for a route to the destination if it is assumed that the vehicle does not travel on a toll road. Here, FIG. 3 is a diagram showing an example of the cost coefficient setting standard and the actually set cost coefficient (regional cost calculation condition) in “general priority” which is one of the search conditions.

図3に示すように、探索条件『一般優先』では、地図データに含まれる地域(本実施形態では日本)を所謂8地方区分により8つの地域に区分している。そして、8つの地域毎に地域性(より具体的には道路事情、交通事情、住民性等)を考慮してコスト係数の設定基準を設定し、その基準に基づきコスト係数を設定している。
例えば、北海道地区では、有料道路を走行しないこととすると、離島や本州などを目的地とした場合に目的地に到達できない場合があるので、フェリーを利用する経路のみはコスト係数を設定する。更に、北海道地区では、法定速度の速い(例えば50km/h以上)の道路を好んで走行するユーザが多いので、法定速度が速い道路のコスト係数は他の地域より低めに設定し、法定速度が遅い道路のコスト係数は他の地域より高めに設定する。
また、東北地区では、同じく有料道路を走行しないこととすると、北海道などを目的地とした場合に目的地に到達できない場合があるので、フェリーを利用する経路のみはコスト係数を設定する。更に、東北地区では、車線数の多い大型道路を好んで走行するユーザが多いので、車線数の多い道路のコスト係数は他の地域より低めに設定し、車線数の少ない道路のコスト係数は他の地域より高めに設定する。
また、関東地区では、フェリーを利用しなくでも目的地に到着することが可能であるので、フェリーを含めた有料道路は一切利用しないようにコスト係数が設定される。更に、関東地区では、発生する渋滞の規模が大きく、渋滞を回避して走行するユーザが多いので、渋滞度が低い道路のコスト係数は他の地域より低めに設定し、渋滞度が高い道路のコスト係数は他の地域より高めに設定する。
尚、他の地区についても同様に、図3に示すコスト係数の設定基準に基づいてコスト係数が設定されている。
As shown in FIG. 3, in the search condition “general priority”, the regions (Japan in the present embodiment) included in the map data are divided into eight regions by so-called eight regional divisions. Then, a cost coefficient setting standard is set for each of the eight areas in consideration of regional characteristics (more specifically, road conditions, traffic conditions, inhabitants, etc.), and the cost coefficient is set based on the standards.
For example, in the Hokkaido area, if you do not travel on a toll road, you may not be able to reach the destination when you are on a remote island or Honshu, so a cost factor is set only for the route that uses the ferry. Furthermore, in the Hokkaido area, there are many users who prefer roads with fast legal speeds (for example, 50 km / h or more), so the cost coefficient for roads with fast legal speeds is set lower than other areas, and legal speed is The cost coefficient for slow roads is set higher than other areas.
Also, in the Tohoku area, if it is assumed that the vehicle does not travel on the toll road, the destination may not be reached when the destination is Hokkaido or the like, so a cost coefficient is set only for the route using the ferry. Furthermore, in the Tohoku area, many users prefer large roads with many lanes, so the cost coefficient for roads with many lanes is set lower than other areas, and the cost coefficient for roads with few lanes is other. Set higher than the region.
In the Kanto area, it is possible to arrive at a destination without using a ferry, so a cost coefficient is set so that no toll road including the ferry is used. Furthermore, in the Kanto area, the amount of traffic congestion that occurs is large, and there are many users who travel avoiding traffic congestion.Therefore, the cost coefficient for roads with low traffic congestion is set lower than other regions, and roads with high traffic congestion are The cost coefficient is set higher than other regions.
Similarly, cost coefficients are set for other districts based on the cost coefficient setting criteria shown in FIG.

更に、図4は探索条件の一つである『距離優先』におけるコスト係数の設定基準と実際に設定されるコスト係数(地域コスト算出条件)の一例を示した図である。   Further, FIG. 4 is a diagram showing an example of a cost coefficient setting standard and a cost coefficient (regional cost calculation condition) actually set in “distance priority” which is one of search conditions.

図4に示すように、探索条件『距離優先』では、地図データに含まれる地域(本実施形態では日本)を1の地域に区分している。即ち、『距離優先』では道路種別や有料か無料かに関わらず、目的地までの距離が最も短くなる経路を探索する必要があるので、地域毎の地域性(より具体的には道路事情、交通事情、住民性等)の違いを考慮する必要が無い。従って、コスト算出条件は、地図データに含まれる全ての地域で同一の条件を規定する。具体的には、リンクに含まれる要素に関わらず、コスト係数を“1”とし、リンク長のみに基づいてリンクコストが算出される。   As shown in FIG. 4, in the search condition “distance priority”, an area included in the map data (Japan in this embodiment) is divided into one area. In other words, in “distance priority”, it is necessary to search for the route with the shortest distance to the destination regardless of the road type or toll or free. There is no need to consider differences in traffic conditions, inhabitants, etc. Therefore, the cost calculation condition defines the same condition in all regions included in the map data. Specifically, regardless of the elements included in the link, the cost coefficient is set to “1”, and the link cost is calculated based only on the link length.

尚、説明は省略するが『有料道路優先』の探索条件についても同様に、地域毎に地域性(より具体的には道路事情、交通事情、住民性等)を考慮してコスト係数の設定基準を設定し、その基準に基づきコスト係数を設定している。   In addition, although the explanation is omitted, the search condition for “toll road priority” is similarly set for the cost coefficient in consideration of regional characteristics (more specifically, road conditions, traffic conditions, resident characteristics, etc.) for each region. The cost coefficient is set based on the standard.

そして、ナビゲーションECU13は、探索条件毎且つ地域毎に設定されたコスト係数(地域コスト算出条件)に基づいて算出されたリンクコストや交差点コスト等の探索コストに基づき、ダイクストラ法を用いて経路探索を行う。尚、ダイクストラ法による経路探索処理の詳細については後述する。   Then, the navigation ECU 13 performs a route search using the Dijkstra method based on a search cost such as a link cost or an intersection cost calculated based on a cost coefficient (regional cost calculation condition) set for each search condition and for each region. Do. Details of the route search processing by the Dijkstra method will be described later.

尚、本実施形態では地図データに含まれる地域(本実施形態では日本)を8地方区分により区分しているが、その区分単位は都道府県単位や市区町村単位やメッシュ単位で区分しても良い。また、探索条件毎に区分する基準を変更しても良い(例えば、『推奨』では8地方区分により区分し、『一般優先』では都道府県単位で区分する)。また、探索データ35は、地図データの一部ではなく後述の経路探索処理プログラムのプログラム上で記憶させる構成としても良い。   In this embodiment, the regions included in the map data (Japan in this embodiment) are divided into 8 regions. However, the units may be divided into prefectures, municipalities, and meshes. good. In addition, the criteria for classification for each search condition may be changed (for example, “Recommendation” is classified by 8 regional divisions, and “General priority” is classified by prefecture). Further, the search data 35 may be stored on a program of a route search processing program described later instead of a part of the map data.

一方、地図情報DB31とともにデータ記録部12に格納される交通情報DB32は、外部のVICSセンタやプローブセンタから取得した現時点の交通状況を示す現在交通情報36、現在交通情報36の履歴を統計した統計情報である統計交通情報37、現在交通情報36と統計交通情報37に基づいて所定時間(例えば60分)経過後の交通状況を予測した予測交通情報38等が記憶された記憶手段である。   On the other hand, the traffic information DB 32 stored in the data recording unit 12 together with the map information DB 31 is a current traffic information 36 indicating the current traffic status obtained from an external VICS center or probe center, and a statistic that statistics the history of the current traffic information 36. It is a storage means that stores statistical traffic information 37 that is information, predicted traffic information 38 that predicts traffic conditions after elapse of a predetermined time (for example, 60 minutes) based on current traffic information 36 and statistical traffic information 37.

ここで、現在交通情報36は、VICSセンタから通信により取得したVICS情報やプローブセンタから通信により取得したプローブ情報が該当し、図5に示すように情報を取得した現時点での渋滞が発生している区間や、事故、工事等が発生している区間を特定する情報である。ここで、現在交通情報36は、現時点及び現時点から近い将来(例えば60分以内)について、他の交通情報に比べて情報の信頼性が高い特徴がある。   Here, the current traffic information 36 corresponds to the VICS information acquired by communication from the VICS center or the probe information acquired by communication from the probe center, and as shown in FIG. It is information that identifies the section where the accident is, the section where the accident or construction is occurring. Here, the current traffic information 36 is characterized by higher information reliability than the other traffic information at the present time and in the near future (for example, within 60 minutes).

また、統計交通情報37は、VICSセンタ、プローブセンタ、その他の外部センタ又はナビゲーション装置1が、所定間隔(例えば1か月や1年)毎に格納された現在交通情報36に対して統計処理を行うことにより、生成する交通情報である。具体的には、図6に示すようにリンク毎、日時(又は曜日)毎に想定される渋滞度を特定した情報である。渋滞度の特定方法としては、例えば、統計期間において『渋滞』と80%以上判定された時間帯については渋滞度を『渋滞』と特定し、『渋滞』又は『混雑』と50%以上判定された時間帯は渋滞度を『混雑』と特定し、それ以外の時間帯については『空き』と特定することができる。ここで、統計交通情報37は、現時点から遠い将来(例えば120分以降)について、他の交通情報に比べて情報の信頼性が高い特徴がある。   In addition, the statistical traffic information 37 is statistically processed by the VICS center, the probe center, other external centers, or the navigation device 1 for the current traffic information 36 stored at predetermined intervals (for example, one month or one year). This is traffic information that is generated by performing. Specifically, as shown in FIG. 6, the information is information specifying the degree of traffic congestion assumed for each link and each date and time (or day of the week). As a method for specifying the degree of traffic congestion, for example, for a time zone in which 80% or more is determined as “congested” in the statistical period, the traffic congestion level is identified as “congested” and 50% or more is determined as “congested” or “crowded”. The traffic congestion level can be specified as “congested” in the time zone, and “free” can be specified in the other time zones. Here, the statistical traffic information 37 has a feature that the reliability of the information is higher than the other traffic information in the future far away from the current time (for example, after 120 minutes).

また、予測交通情報38は、VICSセンタ、プローブセンタ、その他の外部センタ又はナビゲーション装置1が、現在交通情報36を統計交通情報37に基づいて修正することにより生成する交通情報であり、現時点(例えば経路探索時点)から所定時間経過後(例えば0〜180分後)の交通状況(特にリンクの渋滞度)を、統計交通情報37に比べてより正確に予測した情報である。具体的には、図7に示すようにリンク毎に、現時点から比較的短時間経過後までの渋滞度を一定時間毎に区切って特定した情報である。尚、予測交通情報は後述の経路探索処理プログラムの実行時又は所定間隔(例えば3時間)毎に生成される。ここで、予測交通情報38は、現時点から一定期間経過した将来(例えば60〜120分経過)について、他の交通情報に比べて情報の信頼性が高い特徴がある。   The predicted traffic information 38 is traffic information generated by the VICS center, the probe center, other external centers, or the navigation apparatus 1 by correcting the current traffic information 36 based on the statistical traffic information 37, and the current time (for example, This is information that more accurately predicts the traffic situation (especially the degree of congestion of the link) after the elapse of a predetermined time (for example, after 0 to 180 minutes) from the time of the route search (compared to the statistical traffic information 37). Specifically, as shown in FIG. 7, the information is specified for each link by dividing the degree of traffic congestion from the present time until a relatively short time elapses at regular intervals. The predicted traffic information is generated at the time of execution of a route search processing program described later or at predetermined intervals (for example, 3 hours). Here, the predicted traffic information 38 has a feature that the reliability of information is higher than that of other traffic information in the future (for example, 60 to 120 minutes have elapsed) from the present time.

一方、ナビゲーションECU(エレクトロニック・コントロール・ユニット)13は、ナビゲーション装置1の全体の制御を行う電子制御ユニットであり、演算装置及び制御装置としてのCPU41、並びにCPU41が各種の演算処理を行うにあたってワーキングメモリとして使用されるとともに、経路が探索されたときの経路データ、交差点リスト、タイムスライスデータ等が記憶されるRAM42、制御用のプログラムのほか、後述の経路探索処理プログラム(図8参照)等が記録された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. In addition to the RAM 42 storing the route data, intersection list, time slice data, and the like when the route is searched, a control program, a route search processing program (see FIG. 8) described later, and the like are recorded. And an internal storage device such as a flash memory 44 for storing a program read from the ROM 43. The navigation ECU 13 constitutes various means as processing algorithms. For example, the link information acquisition unit acquires link information related to a link (candidate link) that constitutes a route candidate for a moving body (for example, a vehicle) to move from a departure place to a destination. The arrival time predicting means predicts the arrival time of the mobile body to the candidate link based on the link information acquired by the link information acquiring means. Based on the arrival time predicted by the arrival time prediction means, the traffic information acquisition means acquires traffic information indicating the traffic status of the candidate link at the arrival time. The area specifying unit specifies an area including the candidate link. The calculation condition acquisition means acquires, for each region, a regional cost calculation condition in which a traffic situation that affects the search cost is associated with a search cost calculation condition for a candidate link in the traffic situation. The route search means uses the search cost calculated based on the area specified by the area specifying means, the area cost calculation condition associated with the area, and the traffic information acquired by the traffic information acquisition means, Search for the route from to the destination. The priority order setting means sets priorities related to the use of current traffic information, statistical traffic information, and predicted traffic information for each candidate link based on the arrival time predicted by the arrival time prediction 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センタやプローブセンタ等から送信された前述の現在交通情報36、統計交通情報37、予測交通情報38等を受信する為の通信装置であり、例えば携帯電話機やDCMが該当する。   The communication module 18 is a communication device for receiving the above-mentioned current traffic information 36, statistical traffic information 37, predicted traffic information 38, etc. transmitted from a traffic information center such as a VICS center or a probe center. For example, a mobile phone or DCM is applicable.

続いて、上記構成を有する本実施形態に係るナビゲーション装置1においてCPU41が実行する経路探索処理プログラムについて図8に基づき説明する。図8は本実施形態に係る経路探索処理プログラムのフローチャートである。ここで、経路探索処理プログラムはナビゲーション装置1において経路探索を行う為の所定の操作(例えば、目的地の設定操作)を受け付けた際に実行され、出発地から目的地までの適合経路を、ダイクストラ法を用いて探索するプログラムである。また、経路探索処理プログラムは探索条件毎に繰り返し実行され、探索条件毎に一の適合経路が特定される。即ち、本実施形態では『推奨』と『有料道路優先』と『一般優先』と『距離優先』の4種類の探索条件により経路探索を行うので、計4回実行されることとなる。また、以下の実施例の説明では、説明の簡略化の為に探索コストとしてリンクコストのみを考慮することとし、交差点コストやその他のコストについては考慮しないこととする。尚、以下の図8及び図13にフローチャートで示されるプログラムは、ナビゲーション装置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. 8 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 a compatible route from the departure point to the destination is determined by Dijkstra. It is a program to search using the method. The route search processing program is repeatedly executed for each search condition, and one suitable route is specified for each search condition. That is, in this embodiment, the route search is performed under four types of search conditions of “recommended”, “toll road priority”, “general priority”, and “distance priority”, and therefore, the route search is executed a total of four times. 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. The programs shown in the flowcharts of FIGS. 8 and 13 below are stored in the RAM 42 and the ROM 43 provided in the navigation device 1 and are executed by the CPU 41.

先ず、経路探索処理プログラムではステップ(以下、Sと略記する)1において、CPU41は、経路探索処理に用いるタイムスライスデータを取得する。ここで、タイムスライスデータは、現在時刻(即ち車両が出発地を出発する出発時刻)から所定時間(例えば3時間)経過後までの周辺エリアの交通状況を、所定時間毎(例えば15分毎)に予測(特定)したデータである。そして、タイムスライスデータは経路探索処理の開始時点、又はACCがオンされている状態において所定間隔(例えば15分毎)で作成される。尚、前記S1の処理については探索条件毎に行う必要はなく、一旦取得されたタイムスライスデータは全ての探索条件の経路探索処理に用いることが可能である。   First, in step (hereinafter abbreviated as S) 1 in the route search processing program, the CPU 41 acquires time slice data used for the route search processing. Here, the time slice data indicates the traffic situation in the surrounding area from the current time (that is, the departure time when the vehicle departs from the departure point) to the end of a predetermined time (for example, 3 hours) every predetermined time (for example, every 15 minutes). This is the data predicted (specified). Then, the time slice data is created at a predetermined interval (for example, every 15 minutes) when the route search process is started or when ACC is turned on. Note that the processing of S1 need not be performed for each search condition, and once acquired time slice data can be used for route search processing of all search conditions.

以下に、図9を用いてタイムスライスデータの詳細について説明する。尚、図9は特に車両が9:00に出発地を出発する場合において取得されるタイムスライスデータを示した図である。図9に示すように、タイムスライスデータは、出発地から目的地までの経路探索の対象となるエリア(メッシュ単位で区分)を対象として作成される。そして、エリアに含まれる全てのリンクについての交通状況(より具体的には渋滞度)を、所定時間毎(例えば15分毎)に予測(特定)する。例えば15分毎の交通状況を予測(特定)するタイムスライスデータでは、図9に示すように9:00〜12:00まで15分毎に計12個のデータが作成されることとなる。   Details of the time slice data will be described below with reference to FIG. FIG. 9 is a diagram showing time slice data acquired especially when the vehicle departs from the departure place at 9:00. As shown in FIG. 9, time slice data is created for an area (segmented in units of meshes) that is a target of a route search from the departure point to the destination. Then, the traffic situation (more specifically, the degree of congestion) for all the links included in the area is predicted (specified) every predetermined time (for example, every 15 minutes). For example, in the time slice data for predicting (specifying) the traffic situation every 15 minutes, a total of 12 data is created every 15 minutes from 9:00 to 12:00 as shown in FIG.

また、タイムスライスデータにおいて予測(特定)される交通状況は、ナビゲーション装置1が有する、又はVICSセンタ等の外部センタから取得された現在交通情報36、統計交通情報37、予測交通情報38のいずれかの交通情報に基づいて予測(特定)される。そして、いずれの交通情報を用いるかは、出発時刻からの経過時間毎に設定された優先順位に基づいて、タイムスライスデータの作成対象となる時刻毎に決定される。具体的には、出発時刻(現在時刻)からの経過時間が60分未満までは、現在交通情報36が最も高く、予測交通情報38、統計交通情報37の順に優先順位が設定されている。即ち、現在交通情報36が取得されたリンクでは現在交通情報36に基づいて交通状況が特定される。また、現在交通情報36の取得できないリンクについては、該当時間帯の予測交通情報38(例えば9:15〜9:30のタイムスライスデータでは9:15〜9:30を含む時間帯の交通状況を予測した予測交通情報(図7))に基づいて交通状況が特定される。更に、現在交通情報36も該当時間帯の予測交通情報38も取得できないリンクについては、該当時間帯の統計交通情報37(例えば9:15〜9:30のタイムスライスデータでは9:15〜9:30を含む時間帯の交通状況を予測した統計交通情報(図6))に基づいて交通状況が特定される。   The traffic situation predicted (specified) in the time slice data is any of the current traffic information 36, the statistical traffic information 37, and the predicted traffic information 38 that the navigation device 1 has or is acquired from an external center such as the VICS center. Is predicted (specified) based on the traffic information. Which traffic information is used is determined for each time for which time slice data is to be created, based on the priority set for each elapsed time from the departure time. Specifically, the current traffic information 36 is the highest until the elapsed time from the departure time (current time) is less than 60 minutes, and the priority order is set in the order of predicted traffic information 38 and statistical traffic information 37. That is, the traffic situation is specified based on the current traffic information 36 in the link from which the current traffic information 36 is acquired. For links for which current traffic information 36 cannot be acquired, predicted traffic information 38 of the corresponding time zone (for example, 9:15 to 9:30 in the time slice data of 9:15 to 9:30) A traffic situation is specified based on the predicted traffic information (FIG. 7) predicted. Further, for links for which neither the current traffic information 36 nor the predicted traffic information 38 for the corresponding time zone can be acquired, the statistical traffic information 37 for the corresponding time zone (for example, 9:15 to 9: 9 for time slice data of 9:15 to 9:30). The traffic situation is specified based on the statistical traffic information (FIG. 6) in which the traffic situation in the time zone including 30 is predicted.

同様にして、出発時刻(現在時刻)からの経過時間が60分以上120分未満までは、予測交通情報38が最も高く、統計交通情報37、現在交通情報36の順に優先順位が設定されている。即ち、該当時間帯の予測交通情報38(例えば10:15〜10:30のタイムスライスデータでは10:15〜10:30を含む時間帯の交通状況を予測した予測交通情報(図7))が取得されたリンクでは予測交通情報38に基づいて交通状況が特定される。また、該当時間帯の予測交通情報38の取得できないリンクについては、該当時間帯の統計交通情報37(例えば10:15〜10:30のタイムスライスデータでは10:15〜10:30を含む時間帯の交通状況を予測した統計交通情報(図6))に基づいて交通状況が特定される。更に、該当時間帯の統計交通情報37も予測交通情報38も取得できないリンクについては、現在交通情報36に基づいて交通状況が特定される。   Similarly, when the elapsed time from the departure time (current time) is 60 minutes or more and less than 120 minutes, the predicted traffic information 38 is the highest, and the priority order is set in the order of the statistical traffic information 37 and the current traffic information 36. . That is, the predicted traffic information 38 of the corresponding time zone (for example, for the time slice data of 10:15 to 10:30, the predicted traffic information (FIG. 7) that predicts the traffic situation in the time zone including 10:15 to 10:30). In the acquired link, the traffic situation is specified based on the predicted traffic information 38. For links where the predicted traffic information 38 of the corresponding time zone cannot be acquired, the statistical traffic information 37 of the corresponding time zone (for example, the time zone including 10:15 to 10:30 in the time slice data of 10:15 to 10:30) The traffic situation is specified based on the statistical traffic information (FIG. 6) that predicts the traffic situation. Further, for a link for which neither the statistical traffic information 37 nor the predicted traffic information 38 in the corresponding time zone can be acquired, the traffic situation is specified based on the current traffic information 36.

また、出発時刻(現在時刻)からの経過時間が120分以上では、統計交通情報37が最も高く、現在交通情報36、予測交通情報38の順に優先順位が設定されている。即ち、該当時間帯の統計交通情報37(例えば11:15〜11:30のタイムスライスデータでは11:15〜11:30を含む時間帯の交通状況を予測した統計交通情報(図6))が取得されたリンクでは統計交通情報37に基づいて交通状況が特定される。また、該当時間帯の統計交通情報37の取得できないリンクについては、現在交通情報36に基づいて交通状況が特定される。更に、該当時間帯の統計交通情報37も現在交通情報36も取得できないリンクについては、該当時間帯の予測交通情報38(例えば11:15〜11:30のタイムスライスデータでは11:15〜11:30を含む時間帯の交通状況を予測した予測交通情報(図7)に基づいて交通状況が特定される。   When the elapsed time from the departure time (current time) is 120 minutes or more, the statistical traffic information 37 is the highest, and the priority is set in the order of the current traffic information 36 and the predicted traffic information 38. That is, the statistical traffic information 37 of the corresponding time zone (for example, for the time slice data of 11:15 to 11:30, the statistical traffic information (FIG. 6) predicting the traffic situation in the time zone including 11:15 to 11:30). In the acquired link, the traffic situation is specified based on the statistical traffic information 37. In addition, the traffic status is specified based on the current traffic information 36 for the link from which the statistical traffic information 37 for the corresponding time zone cannot be acquired. Further, for links for which neither the statistical traffic information 37 nor the current traffic information 36 for the corresponding time zone can be acquired, the predicted traffic information 38 for the corresponding time zone (for example, 11:15 to 11:11 for the time slice data of 11:15 to 11:30). The traffic situation is specified based on the predicted traffic information (FIG. 7) in which the traffic situation in the time zone including 30 is predicted.

また、タイムスライスデータには、エリアに含まれる各リンクの旅行時間についても記憶される。具体的には、上述した各交通情報によって特定された交通状況や道路種別に基づいて、リンク走行時の車両の車速を推定し、推定された車速とリンク長とに基づいて旅行時間を算出する。尚、前記したようにタイムスライスデータは所定時間毎(例えば15分毎)に区分されており、時刻毎に予測(特定)される交通状況が異なるので、リンクの旅行時間についても所定時間毎に区分されて異なる値が記憶される。   The time slice data also stores the travel time of each link included in the area. Specifically, based on the traffic situation and road type specified by each traffic information described above, the vehicle speed of the vehicle during the link travel is estimated, and the travel time is calculated based on the estimated vehicle speed and the link length. . As described above, the time slice data is divided every predetermined time (for example, every 15 minutes), and the traffic situation predicted (specified) varies depending on the time. Different values are stored by partitioning.

次に、S2においてCPU41は、出発地交差点、目的地交差点及び地図情報DB31に記憶された地図情報に基づいて、交差点リストを作成し、作成された交差点リストをRAM42等の記憶媒体に記憶する。更に、作成された交差点リストの初期化についても行う。尚、出発地交差点は出発地(例えば車両の現在位置)に対応する交差点(例えば出発地から最も近い位置にある交差点)であり、目的地交差点は設定された目的地に対応する交差点(例えば目的地から最も近い位置にある交差点)である。   Next, in S2, the CPU 41 creates an intersection list based on the departure point intersection, the destination intersection, and the map information stored in the map information DB 31, and stores the created intersection list in a storage medium such as the RAM. 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.

以下の説明では、図10に示す出発地交差点Aから目的地交差点Iまでの経路探索処理を行う場合を具体例に挙げて説明することとする。図10に示す出発地交差点Aから目的地交差点Iまでの経路探索処理を行う場合には、出発地交差点Aから目的地交差点Iまでの適合経路を構成し得る各リンクを接続する9つの交差点A〜Iがリストアップされた交差点リストが作成される(図11参照)。   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. 10 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. 10 is performed, nine intersection points A that connect the links that can form the suitable route from the departure point intersection point A to the destination intersection point I are illustrated. An intersection list in which ˜I is listed is created (see FIG. 11).

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

次に、S3においてCPU41は、出発地交差点に対する初期化処理を行う。具体的には、交差点リストの出発地交差点Aに対応付けられたコスト値Tを0に設定し、候補フラグを“ON(1)”に設定する。   Next, in S3, the CPU 41 performs an initialization process for the departure point intersection. Specifically, 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)”.

続いて、S4においてCPU41は、中心交差点を設定する。具体的には、候補フラグが“ON(1)”に設定された交差点の内で、最小のコスト値Tが対応付けられた交差点が中心交差点に設定される。尚、経路探索処理プログラムの開始後に最初にS4の処理が実行される際には、出発地交差点のみ候補フラグが“ON(1)”に設定されているので、必ず出発地交差点が中心交差点に設定されることとなる。一方、次回以降にS4の処理が実行された際には、中心交差点に設定された交差点と隣接する隣接交差点(対応付けられた候補フラグが“ON(1)”であれば過去の隣接交差点も含む場合がある)の内、最小のコスト値Tが対応付けられた交差点が中心交差点に設定される。   Subsequently, in S4, the CPU 41 sets a central intersection. Specifically, among the intersections whose candidate flags are set to “ON (1)”, the intersection associated with the minimum cost value T is set as the central intersection. Note that when the process of S4 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 S4 is executed after the next time, the adjacent intersection adjacent to the intersection set as the central intersection (if the associated candidate flag is “ON (1)”, the past adjacent intersections are also displayed. An intersection associated with the minimum cost value T is set as the central intersection.

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

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

その後、S6においてCPU41は、前記S4で新たに中心交差点に設定された交差点に対応付けられた候補フラグを“OFF(0)”に設定する。   Thereafter, in S6, the CPU 41 sets the candidate flag associated with the intersection newly set as the central intersection in S4 to “OFF (0)”.

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

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

次に、S8においてCPU41は、後述のコスト算出処理(図13)を実行する。コスト算出処理は、出発地交差点から中心交差点を経由して隣接交差点へと至る経路の探索コストの加算値Cを、探索条件毎且つ地域毎に設定されたコスト算出条件(図2〜図4)に基づいて算出する処理である。具体的には、中心交差点に対応付けられたコスト値Tに、中心交差点から隣接交差点までの探索コストを加算した値が加算値Cとなる。尚、探索コストの算出に用いるリンクの交通状況(渋滞度等)は、該リンクへの車両の到着予定時刻と前記S1で取得されたタイムスライスデータを用いて特定される。   Next, in S8, the CPU 41 executes a cost calculation process (FIG. 13) described later. In the cost calculation process, an added value C of the search cost of the route from the departure point intersection to the adjacent intersection through the central intersection is set as a cost calculation condition set for each search condition and for each region (FIGS. 2 to 4). This is a process of calculating based on the above. 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. Note that the traffic condition (congestion level, etc.) of the link used for calculating the search cost is specified using the estimated arrival time of the vehicle on the link and the time slice data acquired in S1.

その後、S9においてCPU41は、前記S8で算出された出発地交差点から中心交差点を経由して隣接交差点へと至る経路の探索コストの加算値Cが、隣接交差点に現時点で対応づけられているコスト値Tよりも小さいか否か判定する。   Thereafter, in S9, 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 S8 is the cost value currently associated with the adjacent intersection. It is determined whether or not it is smaller than T.

そして、前記S8で算出された出発地交差点から中心交差点を経由して隣接交差点へと至る経路の探索コストの加算値Cが、隣接交差点に現時点で対応づけられているコスト値Tよりも小さいと判定された場合(S9:YES)には、該隣接交差点への最適経路は現在の中心交差点を経由した経路であると推定する。その後、S10へと移行する。それに対して、前記S8で算出された出発地交差点から中心交差点を経由して隣接交差点へと至る経路の探索コストの加算値Cが、隣接交差点に現時点で対応づけられているコスト値Tと同じ又はコスト値Tより大きいと判定された場合(S9:NO)には、該隣接交差点への最適経路は現在の中心交差点を経由した経路では無いと推定する。そして、該隣接交差点に対応付けられたコスト値T等を更新することなく、他の隣接交差点に対する処理へと移行する。   If 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 S8 is smaller than the cost value T currently associated with the adjacent intersection. If it is determined (S9: YES), it is estimated that the optimum route to the adjacent intersection is a route that passes through the current center intersection. Thereafter, the process proceeds to S10. 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 S8 is the same as the cost value T currently associated with the adjacent intersection. Alternatively, if it is determined that the cost value is greater than T (S9: NO), it is estimated that the optimal route to the adjacent intersection is not a route that passes through the current central intersection. And it transfers to the process with respect to another adjacent intersection, without updating cost value T etc. which were matched with this adjacent intersection.

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

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

更に、S12においてCPU41は、隣接交差点に対応づけられている候補フラグを“ON(1)”に設定する。即ち、該隣接交差点は、新たな中心交差点の候補となる。   Furthermore, in S12, 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.

そして、交差点リストにリストアップされた交差点の内、中心交差点に隣接する全ての隣接交差点に対して、前記S7〜S12の処理が行われた後には、S4へと戻る。   And after the process of said S7-S12 is performed with respect to all the adjacent intersections adjacent to a center intersection among the intersections listed by the intersection list, it returns to S4.

そして、前記S5の判定処理において前記S4で新たに中心交差点に設定された交差点が目的地交差点であると判定された場合に実行されるS13では、CPU41は、最終的な交差点リストに基づいて、目的地交差点から出発地交差点まで直前交差点を結んだ経路を適合経路に特定する。その結果、出発地交差点から目的地交差点までの探索コストの加算値が最小となる経路が適合経路として特定されることとなる。例えば、図12に示す交差点リストが最終的に得られた場合には、交差点A→交差点B→交差点E→交差点G→交差点Iを結んだ経路が特定される。   In S13, which is executed when it is determined that the intersection newly set as the central intersection in S4 is the destination intersection in the determination process of S5, the CPU 41, based on the final intersection list, A route that connects the previous intersection from the destination intersection to the departure intersection is identified as a suitable route. As a result, the route that minimizes the added value of the search cost from the departure point intersection to the destination intersection is specified as the matching 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.

尚、前記S13で特定された適合経路は、探索条件毎に液晶ディスプレイ15等を介してユーザに案内される。そして、その後のユーザの操作に基づいて選択された一の適合経路がナビゲーション装置1の案内経路として設定され、設定された案内経路に基づく走行案内が行われる。   The suitable route specified in S13 is guided to the user via the liquid crystal display 15 or the like for each search condition. 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.

次に、前記S8において実行されるコスト算出処理のサブ処理について図13に基づき説明する。図13はコスト算出処理のサブ処理プログラムのフローチャートである。   Next, the sub-process of the cost calculation process executed in S8 will be described with reference to FIG. FIG. 13 is a flowchart of a sub-processing program for cost calculation processing.

先ず、S21においてCPU41は、地図情報DB31に記憶された地図データに基づいて、中心交差点の座標を取得する。尚、中心交差点の座標は、中心交差点から隣接交差点までのリンクの開始点(出発地から出発した車両等がリンクの走行を開始する地点)となる。   First, in S21, the CPU 41 acquires the coordinates of the central intersection based on the map data stored in the map information DB 31. Note that the coordinates of the central intersection are the start points of the links from the central intersection to the adjacent intersections (the points where a vehicle or the like starting from the departure point starts traveling on the link).

次に、S22においてCPU41は、前記S21で取得した中心交差点の座標に基づいて、中心交差点の座標が含まれる地域を特定する。具体的には、中心交差点の座標と、地域毎に区分された地図画像の背景ポリゴンとに基づいて特定する。尚、特定する地域はコスト算出条件の設定区分によって異なり、例えば図2及び図3に示すようにコスト算出条件を8地方区分毎に設定している場合には、8地方区分により区分された地域(例えば北海道地区や関東地区等)によって特定される。また、前記S22で特定される地域は、中心交差点から隣接交差点までのリンクが含まれる地域にも相当する。但し、該リンクが複数の地域に跨る場合には、該リンクの開始点が含まれる地域が特定されることとなる。   Next, in S22, the CPU 41 specifies an area including the coordinates of the central intersection based on the coordinates of the central intersection acquired in S21. Specifically, it is specified based on the coordinates of the center intersection and the background polygon of the map image divided for each region. Note that the area to be identified differs depending on the setting category of the cost calculation conditions. For example, as shown in FIGS. 2 and 3, when the cost calculation conditions are set for each of the eight regional divisions, (For example, Hokkaido area, Kanto area, etc.) The area specified in S22 also corresponds to an area including a link from the central intersection to the adjacent intersection. However, when the link extends over a plurality of regions, the region including the start point of the link is specified.

続いて、前記S23においてCPU41は、前記S22で特定された地域のコスト算出条件を取得する。前記したように、コスト算出条件は、同一区分に区分された地域内では、同一のコスト算出条件が規定されている。また、特にリンクコストのコスト算出条件は、車線数、道路種別、交通状況(例えば渋滞度)等の要素毎にどのようにコスト係数を設定するかを定める条件となる(図2〜図4参照)。   Subsequently, in S23, the CPU 41 obtains the cost calculation condition for the area specified in S22. As described above, the same cost calculation condition is defined as the cost calculation condition in the region divided into the same category. In particular, the cost calculation condition of the link cost is a condition that determines how the cost coefficient is set for each element such as the number of lanes, the road type, and the traffic situation (for example, the degree of congestion) (see FIGS. 2 to 4). ).

その後、S24においてCPU41は、地図情報DB31に記憶されたリンクデータ33等に基づいて、中心交差点から隣接交差点までのリンクのリンク長と、該リンクが含む要素(車線数、道路種別等)を取得する。尚、リンクが含む要素の内、特に時間経過によって変化する交通状況(渋滞度等)については前記S24では取得せず、タイムスライスデータを用いて後述のS26で取得する。   Thereafter, in S24, the CPU 41 obtains the link length of the link from the central intersection to the adjacent intersection and the elements (number of lanes, road type, etc.) included in the link based on the link data 33 stored in the map information DB 31. To do. Of the elements included in the link, in particular, the traffic situation (congestion level etc.) that changes with the passage of time is not acquired in S24, but is acquired in S26 described later using time slice data.

次に、S25においてCPU41は、現在の時刻(出発時刻)と前記S1で取得したタイムスライスデータ(図9)に記憶された各リンクの旅行時間とに基づいて、中心交差点への車両の到達時刻を予測する。尚、前記S25で予測される中心交差点への車両の到達時刻は、中心交差点から隣接交差点までのリンクへの車両の到達時刻にも相当する。   Next, in S25, the CPU 41 determines the arrival time of the vehicle at the central intersection based on the current time (departure time) and the travel time of each link stored in the time slice data (FIG. 9) acquired in S1. Predict. The arrival time of the vehicle to the central intersection predicted in S25 also corresponds to the arrival time of the vehicle to the link from the central intersection to the adjacent intersection.

続いて、S26においてCPU41は、前記S25で予測された中心交差点への車両の到達時刻と前記S1で取得されたタイムスライスデータに基づいて、中心交差点から隣接交差点までのリンクが含む要素の内、特に時間経過によって変化する要素である交通状況(渋滞度等)を取得する。尚、前記したようにタイムスライスデータは所定時間毎(例えば15分毎)に区分されており(図9参照)、到達時刻に対応するタイムスライスデータを用いる。また、前記したようにタイムスライスデータは、時刻毎に現在交通情報36と統計交通情報37と予測交通情報38の利用に係る優先順位が設定されている。即ち、中心交差点への到達時刻に基づいて、現在交通情報36と統計交通情報37と予測交通情報38のいずれによって、中心交差点から隣接交差点までのリンクの交通状況を特定するかが決定されることとなる。   Subsequently, in S26, the CPU 41 determines, based on the arrival time of the vehicle to the central intersection predicted in S25 and the time slice data acquired in S1, the elements included in the link from the central intersection to the adjacent intersection, In particular, the traffic situation (congestion level, etc.), which is an element that changes over time, is acquired. As described above, the time slice data is divided every predetermined time (for example, every 15 minutes) (see FIG. 9), and the time slice data corresponding to the arrival time is used. Further, as described above, in the time slice data, priorities relating to the use of the current traffic information 36, the statistical traffic information 37, and the predicted traffic information 38 are set for each time. That is, based on the arrival time at the central intersection, it is determined which of the current traffic information 36, the statistical traffic information 37, and the predicted traffic information 38 specifies the traffic status of the link from the central intersection to the adjacent intersection. It becomes.

例えば、図14に示すように出発地を9:00に出発する車両の各交差点B〜Hの到達時刻が予測された場合であって、中心交差点が交差点Bである場合には、9:00〜9:15のタイムスライスデータ(主に現在交通情報に基づいて予測されたデータ)を用いて中心交差点Bから隣接交差点までのリンク(B−C、B−D、B−E)の交通状況が特定される。また、中心交差点が交差点Gである場合には、10:00〜10:15のタイムスライスデータ(主に予測交通情報に基づいて予測されたデータ)を用いて中心交差点Gから隣接交差点までのリンク(G−H、G−I)の交通状況が特定される。   For example, as shown in FIG. 14, when the arrival time of each intersection B to H of a vehicle departing from the departure place at 9:00 is predicted and the central intersection is the intersection B, the time is 9:00. Traffic conditions of links (BC, BD, BE) from the central intersection B to the adjacent intersections using time slice data of 9 to 15 (mainly predicted based on current traffic information) Is identified. When the central intersection is the intersection G, a link from the central intersection G to an adjacent intersection using time slice data from 10:00 to 10:15 (data predicted mainly based on predicted traffic information). The traffic situation of (GH, GI) is specified.

その後、S26においてCPU41は、前記S23で取得したコスト算出条件と、前記S24及びS26で取得した中心交差点から隣接交差点までのリンクのリンク長と、該リンクが含む要素とに基づいて、中心交差点から隣接交差点までのリンクのリンクコストNを算出する。具体的にリンクコストNは、リンクのリンク長に対して、該リンクが含む要素毎に設定されたコスト係数を乗じることによって算出される。例えば、『推奨』の探索条件により経路探索を行う場合であって、中心交差点が関東地区にあり、中心交差点から隣接交差点までのリンクが、リンク長が“20”で、3車線の国道で、60km/hの法制速度が規定され、渋滞度が“空き”であった場合には、図2に示すコスト算出条件に基づいて、以下の式(1)により中心交差点から隣接交差点までのリンクのリンクコストNを算出する。
N=20(リンク長)×1.0(国道)×0.7(3車線)×0.8(法定速度“速い”)×0.5(渋滞度“空き”)=5.6・・・・(1)
Thereafter, in S26, the CPU 41 determines from the central intersection based on the cost calculation condition acquired in S23, the link length of the link from the central intersection to the adjacent intersection acquired in S24 and S26, and the elements included in the link. The link cost N of the link to the adjacent intersection is calculated. Specifically, the link cost N is calculated by multiplying the link length of the link by a cost coefficient set for each element included in the link. For example, when searching for a route under the “recommended” search condition, the central intersection is in the Kanto area, and the link from the central intersection to the adjacent intersection is a “20” link length on a 3-lane national road. When a legal speed of 60 km / h is specified and the degree of congestion is “empty”, based on the cost calculation condition shown in FIG. 2, the link from the central intersection to the adjacent intersection is calculated according to the following equation (1). A link cost N is calculated.
N = 20 (link length) x 1.0 (national road) x 0.7 (3 lanes) x 0.8 (statutory speed "fast") x 0.5 (congestion level "free") = 5.6 (1)

続いて、S27においてCPU41は、中心交差点に対応付けられたコスト値Tに、前記S26で算出されたリンクコストNを加算する。その結果算出された値が、出発地交差点から中心交差点を経由して隣接交差点へと至る経路の探索コストの加算値Cとなる。その後、S9の判定処理へと移行する。   Subsequently, in S27, the CPU 41 adds the link cost N calculated in S26 to the cost value T associated with the central intersection. The value calculated as a result is the added value C of the search cost of the route from the departure point intersection to the adjacent intersection via the central intersection. Thereafter, the process proceeds to the determination process of S9.

以上詳細に説明した通り、本実施形態に係るナビゲーション装置1、ナビゲーション装置1による経路探索方法及びナビゲーション装置1で実行されるコンピュータプログラムでは、出発地から目的地までの経路を構成する複数のリンク毎に、リンクが含まれる地域を特定し(S22)、地域毎に探索コストに影響を与える要素と該要素を含むリンクに対する探索コストの算出条件とを対応付けた地域コスト算出条件を取得するとともに(S23)、車両のリンクへの到達時刻を予測し(S25)、探索コストに影響を与える要素として到達時刻におけるリンクの交通状況を取得し(S26)、特定された地域と該地域に対応付けられた地域コスト算出条件と交通状況等の要素に基づいて算出された探索コストを用いて、出発地から目的地までの適合経路を探索条件毎に特定する(S1〜S13)ので、リンク毎の走行時点の交通状況を考慮したより正確な探索コストを算出することが可能となる。また、交通状況に対する地域性(道路事情、交通事情、住民性等)を考慮して地域毎に探索コストの算出条件を設定するので、地域性に沿ったユーザに対してより適切な経路を探索することが可能となる。
また、センタから取得した現時点の交通状況を示す現在交通情報36と、現在交通情報36の履歴を統計した統計情報である統計交通情報37と、現在交通情報と統計交通情報に基づいて所定時間経過後の交通状況を予測した予測交通情報38に基づいてリンクの交通状況を特定するので、現時点からの時間経過に関わらず所定時刻におけるリンクの交通状況を正確に特定することが可能となる。
また、リンクの到達時刻に基づいて、リンク毎に現在交通情報36と統計交通情報37と予測交通情報38の利用に係る優先順位を設定し、取得された交通情報の内、最も優先順位の高い交通情報を用いて探索コストを算出するので、リンク毎の到達時刻に応じて交通状況を特定するのに適切な交通情報を選択することが可能であり、到達時刻におけるリンクの交通状況を正確に特定することが可能となる。
また、リンクへの到達時刻と現在時刻との差異に基づいて、優先順位を設定するので、リンク毎の到達時刻に応じて交通状況を特定するのに適切な交通情報を選択することが可能であり、到達時刻におけるリンクの交通状況を正確に特定することが可能となる。
また、リンクへの到達時刻と現在時刻との差異が第1基準値(例えば60分)未満である場合に現在交通情報を最も高い優先順位に設定し、第1基準値以上で第2基準値(例えば120分)未満である場合に予測交通情報を最も高い優先順位に設定し、第2基準値以上である場合に統計交通情報を最も高い優先順位に設定するので、リンク毎の到達時刻に応じて交通状況を特定するのに適切な交通情報を選択することが可能であり、到達時刻におけるリンクの交通状況を正確に特定することが可能となる。
また、交通状況に対する地域性(道路事情、交通事情、住民性等)を考慮して地域毎にリンクコストを算出する際に用いるコスト係数を設定するので、リンクが含む渋滞度等の交通状況に基づいて適切なリンクコストを算出することが可能となる。
また、探索コストの算出対象となるリンクが複数の地域に跨る場合には、該リンクの開始点が含まれる地域を、該リンクが含まれる地域として特定するので、探索コストの算出対象となるリンクに対して最も影響のある地域を適切に特定することが可能となる。
As described above in detail, in the navigation device 1, the route search method using the navigation device 1, and the computer program executed by the navigation device 1 according to the present embodiment, each of a plurality of links constituting the route from the departure point to the destination In addition, the region including the link is specified (S22), and the region cost calculation condition in which the element that affects the search cost for each region is associated with the search cost calculation condition for the link including the element is acquired ( S23), the arrival time of the vehicle to the link is predicted (S25), the traffic situation of the link at the arrival time is acquired as an element that affects the search cost (S26), and the identified area is associated with the area. From the starting point to the destination using the search cost calculated based on factors such as local cost calculation conditions and traffic conditions. Since the adaptation path specifying for each search condition (S1-S13), it is possible to calculate an accurate search cost than considering traffic condition of the travel time of each link. In addition, search cost calculation conditions are set for each region in consideration of regional characteristics (road conditions, traffic conditions, inhabitants, etc.) with respect to traffic conditions. It becomes possible to do.
Further, the current traffic information 36 indicating the current traffic situation acquired from the center, the statistical traffic information 37 that is statistical information obtained by statistically analyzing the history of the current traffic information 36, and a predetermined time elapse based on the current traffic information and the statistical traffic information. Since the traffic condition of the link is specified based on the predicted traffic information 38 that predicts the subsequent traffic condition, it is possible to accurately specify the traffic condition of the link at a predetermined time regardless of the passage of time from the current time.
Also, based on the arrival time of the link, a priority order for using the current traffic information 36, the statistical traffic information 37, and the predicted traffic information 38 is set for each link, and the highest priority among the acquired traffic information is set. Since the search cost is calculated using traffic information, it is possible to select the traffic information appropriate for identifying the traffic situation according to the arrival time for each link, and accurately determine the traffic situation of the link at the arrival time. It becomes possible to specify.
In addition, since priority is set based on the difference between the arrival time at the link and the current time, it is possible to select traffic information appropriate for specifying the traffic situation according to the arrival time for each link. Yes, it is possible to accurately identify the traffic situation of the link at the arrival time.
If the difference between the arrival time at the link and the current time is less than a first reference value (for example, 60 minutes), the current traffic information is set to the highest priority, and the second reference value is greater than or equal to the first reference value. The predicted traffic information is set to the highest priority when it is less than (for example, 120 minutes), and the statistical traffic information is set to the highest priority when it is greater than or equal to the second reference value. Accordingly, it is possible to select appropriate traffic information for specifying the traffic situation, and to accurately specify the traffic situation of the link at the arrival time.
In addition, since the cost factor used when calculating the link cost for each region in consideration of the locality (road conditions, traffic conditions, inhabitants, etc.) with respect to the traffic conditions, the traffic conditions such as the congestion level included in the links are set. Based on this, it is possible to calculate an appropriate link cost.
Further, when the link for which the search cost is to be calculated spans a plurality of areas, the area including the start point of the link is specified as the area including the link, so the link for which the search cost is to be calculated It is possible to appropriately identify the most influential areas.

尚、本発明は前記実施形態に限定されるものではなく、本発明の要旨を逸脱しない範囲内で種々の改良、変形が可能であることは勿論である。
例えば、本実施形態では、4種類の探索条件毎に適合経路を特定する構成としているが、2種類、3種類又は5種類以上の探索条件毎に適合経路を特定する構成としても良い。尚、その場合には地域コスト算出条件を探索条件の数に対応させて作成する必要がある。
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 four types of search conditions. However, a configuration in which a compatible route is specified for each of two, three types, or five or more types of search conditions may be used. In this case, it is necessary to create the regional cost calculation conditions corresponding to the number of search conditions.

また、本実施形態では、図2〜図4を用いて特にリンクコストのコスト算出条件を例に挙げて説明したが、交差点コストについてもリンクコストと同様に探索条件毎且つ地域毎にコスト算出条件が設定される。例えば、信号機の多い関東地区や近畿地区では信号機の設置された交差点の交差点コストを他の地区より小さくしたり、交通量の多い関東地区や近畿地区では右折交差点の交差点コストを他の地区より大きくするようにコスト算出条件を設定する。そして、CPU41は、コスト算出対象の交差点の含まれる地域を特定し、特定した地域のコスト算出条件を用いて該交差点の交差点コストを算出する。   Further, in the present embodiment, the cost calculation condition of the link cost is described as an example with reference to FIGS. 2 to 4, but the cost calculation condition for the intersection cost as well as the link cost for each search condition and for each region. Is set. For example, in the Kanto and Kinki areas where there are many traffic lights, the intersection cost of intersections with traffic lights is lower than in other areas, and in the Kanto and Kinki areas where traffic is heavy, the intersection cost of right-turn intersections is higher than in other areas. The cost calculation conditions are set so that Then, the CPU 41 identifies an area including the cost calculation target intersection, and calculates the intersection cost of the intersection using the cost calculation condition of the identified area.

また、交差点コストのコスト算出条件は、探索条件に関わらず同じ条件(即ち地域毎のみで異なる条件)としても良い。また、リンクコストと交差点コストのいずれか一方のコスト算出条件のみを地域毎に変更する構成としても良い。   Further, the cost calculation condition of the intersection cost may be the same condition (that is, a condition that differs only in each region) regardless of the search condition. Moreover, it is good also as a structure which changes only the cost calculation conditions of any one of a link cost and an intersection cost for every area.

また、リンクやノードが位置する地域では無く、ユーザの居住する地域に基づいてコスト算出条件を設定しても良い。更に、リンクやノードが位置する地域に基づくコストの算出条件と、ユーザの居住する地域に基づくコスト算出条件の両方を適用する構成としても良い。その際には、道路事情に基づく地域性と住民性に基づく地域性を考慮することとする。例えば、北海道地区の住民が関東へ旅行した場合には、渋滞度は関東地区のコスト係数を採用し(道路事情による要因)、有料道路は北海道地区のコスト係数を採用する(通行料金に抵抗があるなど住民性の思考)。   Further, the cost calculation condition may be set based on the area where the user resides, not the area where the link or the node is located. Furthermore, it is good also as a structure which applies both the cost calculation conditions based on the area where a link or a node is located, and the cost calculation conditions based on the area where a user lives. In that case, regional characteristics based on road conditions and local characteristics based on inhabitants will be considered. For example, when residents in the Hokkaido region travel to the Kanto region, the cost factor of the Kanto region is adopted as the degree of congestion (factors due to road conditions), and the cost factor of the Hokkaido region is adopted for toll roads (resistance to tolls is resistant) Some people think about it).

また、本実施形態では、リンクを走行するのに必要なリンクコストのみを考慮して探索コストの加算値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.

また、本実施形態では、探索コストの算出対象となるリンクが複数の地域に跨る場合には、該リンクの開始点が含まれる地域を、該リンクが含まれる地域として特定するが、該リンクの終了点が含まれる地域を、該リンクが含まれる地域として特定しても良い。また、リンクが各地域に含まれる長さの割合を比較し、割合が高い地域を該リンクが含まれる地域として特定しても良い。   Further, in the present embodiment, when the link for which the search cost is to be calculated spans a plurality of regions, the region including the start point of the link is specified as the region including the link. A region including the end point may be specified as a region including the link. Moreover, the ratio of the length in which a link is included in each area may be compared, and an area with a high ratio may be specified as an area including the link.

また、本実施形態では、タイムスライスデータを作成する際の交通情報として現在交通情報36、統計交通情報37、予測交通情報38の内のいずれかを用いているが、上記3種類以外の交通情報を用いても良い。また、タイムスライスデータを作成する際の交通情報の優先順位は、図9に示す順位に限られることは無い。例えば、出発時刻から120分以降の時間帯において、統計交通情報37、予測交通情報38、現在交通情報36の順に優先順位を設定しても良い。   In the present embodiment, any one of the current traffic information 36, the statistical traffic information 37, and the predicted traffic information 38 is used as the traffic information when creating the time slice data. May be used. Further, the priority order of traffic information when creating time slice data is not limited to the order shown in FIG. For example, the priority order may be set in the order of statistical traffic information 37, predicted traffic information 38, and current traffic information 36 in a time zone after 120 minutes from the departure time.

また、本発明はナビゲーション装置以外に、経路探索機能を有する装置に対して適用することが可能である。例えば、携帯電話機やスマートフォン等の携帯端末、パーソナルコンピュータ等(以下、携帯端末等という)に適用することも可能である。また、サーバと携帯端末等から構成されるシステムに対しても適用することが可能となる。その場合には、上述した経路探索処理プログラム(図8、図13)の各ステップは、サーバと携帯端末等のいずれが実施する構成としても良い。また、本発明を携帯端末等に適用する場合には、車両以外の移動体、例えば、携帯端末等のユーザや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 above-described route search processing program (FIGS. 8 and 13) 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 (10)

出発地から目的地まで移動体が移動する為の経路の候補を構成するリンクである候補リンクに関するリンク情報を取得するリンク情報取得手段と、
前記リンク情報取得手段により取得した前記リンク情報に基づいて、前記候補リンクへの前記移動体の到達時刻を予測する到達時刻予測手段と、
前記到達時刻予測手段により予測された前記到達時刻に基づいて、該到達時刻における前記候補リンクの交通状況を示す交通情報を取得する交通情報取得手段と、
前記候補リンクが含まれる地域を特定する地域特定手段と、
地域毎に、探索コストに影響を与える交通状況と該交通状況にある前記候補リンクに対する探索コストの算出条件とを対応付けた地域コスト算出条件を取得する算出条件取得手段と、
前記地域特定手段によって特定された地域と該地域に対応付けられた前記地域コスト算出条件と前記交通情報取得手段により取得した前記交通情報とに基づいて算出された前記探索コストを用いて、前記出発地から前記目的地までの前記経路を探索する経路探索手段と、を有することを特徴とする経路探索システム。
Link information acquisition means for acquiring link information related to candidate links, which are links constituting a candidate route for a moving object to move from a departure place to a destination;
Based on the link information acquired by the link information acquisition means, arrival time prediction means for predicting the arrival time of the moving body to the candidate link;
Based on the arrival time predicted by the arrival time prediction means, traffic information acquisition means for acquiring traffic information indicating the traffic status of the candidate link at the arrival time;
A region specifying means for specifying a region including the candidate link;
Calculation condition acquisition means for acquiring a regional cost calculation condition that associates a traffic condition that affects the search cost with a calculation condition of a search cost for the candidate link in the traffic condition for each region;
Using the search cost calculated based on the region specified by the region specifying unit, the region cost calculation condition associated with the region, and the traffic information acquired by the traffic information acquiring unit, the departure Route search means for searching for the route from the ground to the destination.
前記交通情報は、センタから取得した現時点の交通状況を示す現在交通情報と、前記現在交通情報の履歴を統計した統計情報である統計交通情報と、前記現在交通情報と前記統計交通情報に基づいて所定時間経過後の交通状況を予測した予測交通情報とを含み、
前記交通情報取得手段は、前記現在交通情報と前記統計交通情報と前記予測交通情報の少なくとも一以上を前記交通情報として取得することを特徴とする請求項1に記載の経路探索システム。
The traffic information is based on current traffic information indicating the current traffic situation acquired from the center, statistical traffic information that is statistical information obtained by statistically analyzing a history of the current traffic information, the current traffic information, and the statistical traffic information. Including predicted traffic information that predicts traffic conditions after a predetermined time,
The route search system according to claim 1, wherein the traffic information acquisition unit acquires at least one of the current traffic information, the statistical traffic information, and the predicted traffic information as the traffic information.
前記到達時刻予測手段により予測された前記到達時刻に基づいて、前記候補リンク毎に前記現在交通情報と前記統計交通情報と前記予測交通情報の利用に係る優先順位を設定する優先順位設定手段を有し、
前記経路探索手段は、前記交通情報取得手段により取得された前記交通情報の内、最も優先順位の高い前記交通情報を用いて前記探索コストを算出することを特徴とする請求項2に記載の経路探索システム。
Based on the arrival time predicted by the arrival time prediction means, there is a priority setting means for setting a priority order for using the current traffic information, the statistical traffic information, and the predicted traffic information for each candidate link. And
The route according to claim 2, wherein the route search unit calculates the search cost using the traffic information having the highest priority among the traffic information acquired by the traffic information acquisition unit. Search system.
前記優先順位設定手段は、前記到達時刻予測手段により予測された前記到達時刻と現在時刻との差異に基づいて、前記優先順位を設定することを特徴とする請求項3に記載の経路探索システム。   The route search system according to claim 3, wherein the priority order setting unit sets the priority order based on a difference between the arrival time predicted by the arrival time prediction unit and a current time. 前記優先順位設定手段は、
前記到達時刻予測手段により予測された前記到達時刻と現在時刻との差異が第1基準値未満である場合に、前記現在交通情報を最も高い優先順位に設定し、
前記到達時刻予測手段により予測された前記到達時刻と現在時刻との差異が前記第1基準値以上で第2基準値未満である場合に、前記予測交通情報を最も高い優先順位に設定し、
前記到達時刻予測手段により予測された前記到達時刻と現在時刻との差異が前記第2基準値以上である場合に、前記統計交通情報を最も高い優先順位に設定することを特徴とする請求項4に記載の経路探索システム。
The priority order setting means includes:
If the difference between the arrival time predicted by the arrival time prediction means and the current time is less than a first reference value, the current traffic information is set to the highest priority,
When the difference between the arrival time predicted by the arrival time prediction means and the current time is not less than the first reference value and less than the second reference value, the predicted traffic information is set to the highest priority,
5. The statistical traffic information is set to the highest priority when the difference between the arrival time predicted by the arrival time prediction means and the current time is greater than or equal to the second reference value. The route search system described in 1.
前記探索コストは、該候補リンクのリンク長に該候補リンクの交通状況に基づいた係数を乗じることによって算出され、
前記探索コストの算出条件は、交通状況毎の前記係数の値を規定することを特徴とする請求項1乃至請求項5のいずれかに記載の経路探索システム。
The search cost is calculated by multiplying the link length of the candidate link by a coefficient based on the traffic situation of the candidate link,
6. The route search system according to claim 1, wherein the search cost calculation condition defines a value of the coefficient for each traffic situation.
前記地域特定手段は、前記探索コストの算出対象となる前記候補リンクが複数の地域に跨る場合には、該候補リンクの開始点が含まれる地域を、該候補リンクが含まれる地域として特定することを特徴とする請求項1乃至請求項6のいずれかに記載の経路探索システム。   The area specifying means specifies the area including the starting point of the candidate link as the area including the candidate link when the candidate link for which the search cost is to be calculated spans a plurality of areas. The route search system according to any one of claims 1 to 6. 出発地から目的地まで移動体が移動する為の経路の候補を構成するリンクである候補リンクに関するリンク情報を取得するリンク情報取得手段と、
前記リンク情報取得手段により取得した前記リンク情報に基づいて、前記候補リンクへの前記移動体の到達時刻を予測する到達時刻予測手段と、
前記到達時刻予測手段により予測された前記到達時刻に基づいて、該到達時刻における前記候補リンクの交通状況を示す交通情報を取得する交通情報取得手段と、
前記候補リンクが含まれる地域を特定する地域特定手段と、
地域毎に、探索コストに影響を与える交通状況と該交通状況にある前記候補リンクに対する探索コストの算出条件とを対応付けた地域コスト算出条件を取得する算出条件取得手段と、
前記地域特定手段によって特定された地域と該地域に対応付けられた前記地域コスト算出条件と前記交通情報取得手段により取得した前記交通情報とに基づいて算出された前記探索コストを用いて、前記出発地から前記目的地までの前記経路を探索する経路探索手段と、を有することを特徴とする経路探索装置。
Link information acquisition means for acquiring link information related to candidate links, which are links constituting a candidate route for a moving object to move from a departure place to a destination;
Based on the link information acquired by the link information acquisition means, arrival time prediction means for predicting the arrival time of the moving body to the candidate link;
Based on the arrival time predicted by the arrival time prediction means, traffic information acquisition means for acquiring traffic information indicating the traffic status of the candidate link at the arrival time;
A region specifying means for specifying a region including the candidate link;
Calculation condition acquisition means for acquiring a regional cost calculation condition that associates a traffic condition that affects the search cost with a calculation condition of a search cost for the candidate link in the traffic condition for each region;
Using the search cost calculated based on the region specified by the region specifying unit, the region cost calculation condition associated with the region, and the traffic information acquired by the traffic information acquiring unit, the departure And a route search means for searching for the route from the ground to the destination.
出発地から目的地まで移動体が移動する為の経路の候補を構成するリンクである候補リンクに関するリンク情報を取得するリンク情報取得ステップと、
前記リンク情報取得ステップにより取得した前記リンク情報に基づいて、前記候補リンクへの前記移動体の到達時刻を予測する到達時刻予測ステップと、
前記到達時刻予測ステップにより予測された前記到達時刻に基づいて、該到達時刻における前記候補リンクの交通状況を示す交通情報を取得する交通情報取得ステップと、
前記候補リンクが含まれる地域を特定する地域特定ステップと、
地域毎に、探索コストに影響を与える交通状況と該交通状況にある前記候補リンクに対する探索コストの算出条件とを対応付けた地域コスト算出条件を取得する算出条件取得ステップと、
前記地域特定ステップによって特定された地域と該地域に対応付けられた前記地域コスト算出条件と前記交通情報取得ステップにより取得した前記交通情報とに基づいて算出された前記探索コストを用いて、前記出発地から前記目的地までの前記経路を探索する経路探索ステップと、を有することを特徴とする経路探索方法。
A link information acquisition step for acquiring link information related to candidate links, which are links that constitute a route candidate for the moving body to move from the departure place to the destination;
Based on the link information acquired by the link information acquisition step, an arrival time prediction step of predicting the arrival time of the moving body to the candidate link;
Based on the arrival time predicted by the arrival time prediction step, a traffic information acquisition step for acquiring traffic information indicating the traffic situation of the candidate link at the arrival time;
A region specifying step of specifying a region including the candidate link;
A calculation condition acquisition step for acquiring a local cost calculation condition that associates a traffic condition that affects a search cost with a calculation condition of a search cost for the candidate link in the traffic condition for each region;
Using the search cost calculated based on the area specified in the area specifying step, the area cost calculation condition associated with the area, and the traffic information acquired in the traffic information acquiring step, the departure A route search step for searching for the route from the ground to the destination.
コンピュータに、
出発地から目的地まで移動体が移動する為の経路の候補を構成するリンクである候補リンクに関するリンク情報を取得するリンク情報取得機能と、
前記リンク情報取得機能により取得した前記リンク情報に基づいて、前記候補リンクへの前記移動体の到達時刻を予測する到達時刻予測機能と、
前記到達時刻予測機能により予測された前記到達時刻に基づいて、該到達時刻における前記候補リンクの交通状況を示す交通情報を取得する交通情報取得機能と、
前記候補リンクが含まれる地域を特定する地域特定機能と、
地域毎に、探索コストに影響を与える交通状況と該交通状況にある前記候補リンクに対する探索コストの算出条件とを対応付けた地域コスト算出条件を取得する算出条件取得機能と、
前記地域特定機能によって特定された地域と該地域に対応付けられた前記地域コスト算出条件と前記交通情報取得機能により取得した前記交通情報とに基づいて算出された前記探索コストを用いて、前記出発地から前記目的地までの前記経路を探索する経路探索機能と、
を実行させることを特徴とするコンピュータプログラム。
On the computer,
A link information acquisition function for acquiring link information related to candidate links, which are links constituting a route candidate for moving a moving body from a departure place to a destination;
Based on the link information acquired by the link information acquisition function, an arrival time prediction function for predicting the arrival time of the moving body to the candidate link;
Based on the arrival time predicted by the arrival time prediction function, a traffic information acquisition function for acquiring traffic information indicating the traffic situation of the candidate link at the arrival time;
An area specifying function for specifying an area including the candidate link;
For each region, a calculation condition acquisition function for acquiring a local cost calculation condition that associates a traffic condition that affects a search cost with a calculation condition of a search cost for the candidate link in the traffic condition;
Using the search cost calculated based on the area specified by the area specifying function, the area cost calculation condition associated with the area, and the traffic information acquired by the traffic information acquisition function, the departure A route search function for searching the route from the ground to the destination;
A computer program for executing
JP2012219264A 2012-10-01 2012-10-01 Route search system, route search apparatus, route search method, and computer program Pending JP2014071063A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012219264A JP2014071063A (en) 2012-10-01 2012-10-01 Route search system, route search apparatus, route search method, and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012219264A JP2014071063A (en) 2012-10-01 2012-10-01 Route search system, route search apparatus, route search method, and computer program

Publications (1)

Publication Number Publication Date
JP2014071063A true JP2014071063A (en) 2014-04-21

Family

ID=50746382

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012219264A Pending JP2014071063A (en) 2012-10-01 2012-10-01 Route search system, route search apparatus, route search method, and computer program

Country Status (1)

Country Link
JP (1) JP2014071063A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11160091A (en) * 1997-11-28 1999-06-18 Alpine Electron Inc Navigation system
JP2006079383A (en) * 2004-09-10 2006-03-23 Hitachi Ltd Traffic information system and information terminal
JP2006228020A (en) * 2005-02-18 2006-08-31 Denso Corp On-vehicle control device
JP2007263710A (en) * 2006-03-28 2007-10-11 Aisin Aw Co Ltd Route search method and navigation apparatus
JP2009294233A (en) * 2009-09-24 2009-12-17 Aisin Aw Co Ltd Navigation device
JP2010276396A (en) * 2009-05-27 2010-12-09 Clarion Co Ltd Navigation apparatus and route display method of the same

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11160091A (en) * 1997-11-28 1999-06-18 Alpine Electron Inc Navigation system
JP2006079383A (en) * 2004-09-10 2006-03-23 Hitachi Ltd Traffic information system and information terminal
JP2006228020A (en) * 2005-02-18 2006-08-31 Denso Corp On-vehicle control device
JP2007263710A (en) * 2006-03-28 2007-10-11 Aisin Aw Co Ltd Route search method and navigation apparatus
JP2010276396A (en) * 2009-05-27 2010-12-09 Clarion Co Ltd Navigation apparatus and route display method of the same
JP2009294233A (en) * 2009-09-24 2009-12-17 Aisin Aw Co Ltd Navigation device

Similar Documents

Publication Publication Date Title
JP5892004B2 (en) Route search system, route search device, route search method, and computer program
US8694242B2 (en) Traveling information creating device, traveling information creating method and program
US7590488B2 (en) Route condition evaluation method and apparatus for navigation system
JP6172283B2 (en) Route search system, route search method and computer program
JP6679740B2 (en) Route search device, route search system and computer program
KR20060051549A (en) Navigation system
WO2018151005A1 (en) Driving support device and computer program
WO2011046185A1 (en) Vehicle-mounted device, travel characteristic data generation device, and vehicle-mounted information system
JP5673445B2 (en) Posted sentence providing system, posted sentence providing apparatus, posted sentence providing method, and computer program
WO2006070583A1 (en) Route searching device, route searching method, route searching program, and recording medium
US11656085B2 (en) Route searching device and computer program
JP2017083278A (en) Information provision system, information provision method, and computer program
JP2017134251A (en) Map information update system, map information update device and computer program
JP5786567B2 (en) Statistical information providing system, statistical information providing apparatus, statistical information providing method, and computer program
JP2018021887A (en) Route search device and computer program
JP2013003043A (en) Traffic light increase/decrease detection system, traffic light increase/decrease detection apparatus, traffic light increase/decrease detection method and computer program
JP4900104B2 (en) Navigation device
JP2010026803A (en) Traffic jam prediction device, route search device, traffic jam prediction method, route search method, traffic jam prediction program, route search program, and computer-readable recording medium
US20090105936A1 (en) Route guidance apparatus, route guidance method, route guidance program and computer-readable recording medium
JP2016121879A (en) Information providing system, information providing method, and computer program
JP2014071063A (en) Route search system, route search apparatus, route search method, and computer program
JP2010216831A (en) Navigation apparatus and traveling speed information adjustment method
JP5949328B2 (en) Route search system, route search device, route search method, and computer program
JP2019045296A (en) Route search device, route search method and computer program
JP2011247634A (en) Navigation device and its navigation method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150320

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20151217

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20151222

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20160419