JPH11257987A - Course selecting method - Google Patents

Course selecting method

Info

Publication number
JPH11257987A
JPH11257987A JP10063571A JP6357198A JPH11257987A JP H11257987 A JPH11257987 A JP H11257987A JP 10063571 A JP10063571 A JP 10063571A JP 6357198 A JP6357198 A JP 6357198A JP H11257987 A JPH11257987 A JP H11257987A
Authority
JP
Japan
Prior art keywords
search
route
map data
points
hierarchy
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP10063571A
Other languages
Japanese (ja)
Other versions
JP3717300B2 (en
Inventor
Makoto Fushimi
真 伏見
Takashi Yagyu
岳志 柳生
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP6357198A priority Critical patent/JP3717300B2/en
Publication of JPH11257987A publication Critical patent/JPH11257987A/en
Application granted granted Critical
Publication of JP3717300B2 publication Critical patent/JP3717300B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a method for selecting a minimum cost course as an optimal course in a short time. SOLUTION: A map storing section 301 stores a map data required for course search and point setting reads out from a recorder 103. A point setting section 302 sets start and goal nodes on a map, respectively, at the current position of a vehicle detected at a position detecting section 201 and a goal inputted by an input device 101. A course searching section 303 performs searching by a known Dijkstra method using start and goal nodes, being set at the point setting section 302 sequentially fro the lowest layer, as search starting points and determines a minimum cost course from a start node to a goal node. A search result data storing section 304 records an intermediate data an course information during search. In parallel with processing at the point setting section 302, a map read parallel processing section 401 reads a map data being used for first search into the map storing section 301.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、経路選出方法に関
し、より特定的には、地図データ上の任意の2地点間の
最適経路を選出する方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a route selection method, and more particularly to a method for selecting an optimum route between two arbitrary points on map data.

【0002】[0002]

【従来の技術】周知のごとく、カーナビゲーションシス
テムは、車両の現在地を検出して表示すると共に、目的
地までの最適経路を自動的に探索し、当該最適経路に沿
って車両を、表示ガイダンスおよび/または音声ガイダ
ンスにより、目的地まで誘導案内してくれるシステムで
ある。このようなカーナビゲーションシステムにおい
て、誘導案内するための実用的な経路を、できるだけ早
く選出することが求められている。そのため、短時間で
経路を探索する方法が盛んに研究および提案されてい
る。
2. Description of the Related Art As is well known, a car navigation system detects and displays the current position of a vehicle, automatically searches for an optimum route to a destination, and displays a vehicle along the optimum route with display guidance and It is a system that provides guidance to the destination by voice guidance. In such a car navigation system, it is required to select a practical route for guidance and guidance as soon as possible. Therefore, a method of searching for a route in a short time has been actively researched and proposed.

【0003】従来、短時間で経路探索を行う技術として
は、例えば特開平4−301515号公報に開示された
階層別探索手法がある。この階層別探索手法は、詳細度
の異なる階層的な地図データを持ち、出発地・目的地周
辺は詳細な地図データで、中間経路はより粗い地図デー
タで探索を行う手法である。このような階層別探索手法
によれば、出発地と目的地との間が遠距離の場合、中間
経路を粗い地図データを使用して探索できるため、全経
路を詳細な地図データで探索する場合に比べて、全体と
して探索時間を短縮化できる。
Conventionally, as a technique for performing a route search in a short time, there is a hierarchical search method disclosed in, for example, JP-A-4-301515. This search method by hierarchy has hierarchical map data with different levels of detail, and a search is performed with detailed map data around the departure point and destination, and with coarser map data for intermediate routes. According to such a hierarchical search method, when the distance between the departure point and the destination is long, the intermediate route can be searched using coarse map data. The search time can be shortened as a whole as compared with.

【0004】さらに、特開平4−301515号公報で
は、各階層の地図データは、それぞれ複数のブロックに
分割されて記録されている。このような構成によれば、
各階層から必要なブロックの地図データのみを読み込む
だけで探索が行えるため、各階層の全地図データを読み
込んで探索する場合に比べて、地図データのアクセス時
間を短縮化することができる。
Further, in Japanese Patent Laid-Open No. Hei 4-301515, map data of each layer is recorded by being divided into a plurality of blocks. According to such a configuration,
Since the search can be performed only by reading only the map data of the necessary blocks from each layer, the access time of the map data can be reduced as compared with the case where all the map data of each layer is read and searched.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、上記従
来の技術では、経路選出時間において大きなウエイトを
占める地図読み込み処理のタイミングの最適化が図られ
ておらず、さらに、探索対象となる地図データを階層順
に全て探索していたので、経路選出時間が比較的長くな
るという問題点があった。
However, in the above-mentioned prior art, the timing of the map reading process occupying a large weight in the route selection time has not been optimized, and the map data to be searched has to be hierarchized. Since all of them were searched in order, there was a problem that the route selection time was relatively long.

【0006】それ故に、本発明の目的は、最短コスト経
路を、短時間で最適経路として提供することができる方
法を提供することである。
Therefore, an object of the present invention is to provide a method capable of providing a shortest cost route as an optimal route in a short time.

【0007】[0007]

【課題を解決するための手段および発明の効果】第1の
発明は、地図データ上の任意の2地点間の最適経路を選
出するための方法であって、地図データ上で探索する2
地点を設定するステップと、2地点が設定されている間
に、経路探索に必要となる範囲の地図データを先読みす
るステップと、先読みされた地図データに基づいて、設
定された2地点間の最適経路を探索するステップとを備
えている。
Means for Solving the Problems and Effects of the Invention The first invention is a method for selecting an optimum route between arbitrary two points on map data, and a method for searching for the optimum route on the map data.
A step of setting a point, a step of pre-reading map data in a range necessary for a route search while two points are set, and an optimum distance between the two set points based on the pre-read map data. Searching for a route.

【0008】上記のように、第1の発明によれば、地点
設定処理と探索に必要な範囲の地図読込処理とを同時に
行うようにしているので、地点設定直後に探索処理を開
始でき、結果として探索時間を短縮することができる。
As described above, according to the first aspect, the point setting processing and the map reading processing in the range necessary for the search are performed simultaneously, so that the search processing can be started immediately after the point setting, and As a result, the search time can be reduced.

【0009】第2の発明は、地図データ上の任意の2地
点間の最適経路を選出するための方法であって、地図デ
ータ上で探索する2地点を設定するステップと、経路探
索に必要となる範囲の地図データを読み込むステップ
と、読み込まれた地図データに基づいて、設定された2
地点間の最適経路を探索するステップとを備え、最適経
路を探索するステップは、設定された2地点間の最適経
路が決定するまで、探索範囲を徐々に広げた経路探索を
繰り返し行い、地図データを読み込むステップは、2地
点が設定されている間に初回の経路探索に必要となる範
囲の地図データを読み込み、最適経路を探索するステッ
プが第n(nは、2以上の自然数)回目の経路探索を行
っている間に、第n+1回目の経路探索に必要な範囲の
地図データを読み込むことを特徴とする。
A second aspect of the present invention is a method for selecting an optimum route between arbitrary two points on map data. The method comprises the steps of: setting two points to be searched on map data; A step of reading map data of a certain range, and setting 2 based on the read map data.
Searching for an optimal route between the points, wherein the step of searching for the optimal route repeatedly performs a route search in which the search range is gradually widened until the optimal route between the two set points is determined, The step of reading the map data in a range necessary for the first route search while the two points are set, and the step of searching for the optimum route are the n-th (n is a natural number of 2 or more) route. During the search, map data in a range necessary for the (n + 1) th route search is read.

【0010】上記のように、第2の発明によれば、設定
された2地点間で範囲を変えた何回かの経路探索を繰り
返して最適経路を探索する場合、次の範囲の経路探索に
必要な地図データを前の範囲の経路探索時に読み込むよ
うにしているので、前の範囲の探索終了直後に次の範囲
の探索処理を開始でき、結果として探索時間を短縮する
ことができる。
As described above, according to the second aspect of the present invention, when the optimum route is searched by repeating the route search several times with the range changed between the two set points, the route search in the next range is performed. Since necessary map data is read at the time of searching for a route in the previous range, the search process for the next range can be started immediately after the search for the previous range is completed, and as a result, the search time can be reduced.

【0011】第3の発明は、階層化された地図データを
用いて、任意の2地点間の最適経路を選出するための方
法であって、地図データ上で探索する2地点を設定する
ステップと、設定された2地点間の位置関係に応じて、
省略可能な探索階層を除外した探索候補階層を決定する
ステップと、地図データに基づいて、設定された2地点
間の最適経路を探索するステップとを備え、最適経路を
探索するステップは、探索範囲が広がるにつれて探索候
補階層間で上位階層への移行処理を行いながら、設定さ
れた2地点間の最適経路を探索することを特徴とする。
A third invention is a method for selecting an optimum route between any two points by using hierarchical map data, comprising the steps of setting two points to be searched on the map data. , According to the set positional relationship between the two points,
A step of determining a search candidate layer excluding an optional search layer; and a step of searching for an optimum route between two set points based on the map data. The search for the optimal route between the two set points is performed while performing the process of shifting to the higher hierarchy between the search candidate hierarchies as the search spreads.

【0012】上記のように、第3の発明によれば、設定
された2地点間の位置関係に応じて省略可能な探索階層
を除外した探索候補階層を設定するようにしているの
で、省略された階層の探索時間を削減でき、結果として
探索時間を短縮することができる。
As described above, according to the third aspect of the present invention, a search candidate hierarchy is set by excluding a search hierarchy that can be omitted in accordance with the set positional relationship between the two points. It is possible to reduce the search time of the hierarchized layer, and as a result, the search time can be reduced.

【0013】第4の発明は、第3の発明に従属する発明
であって、最適経路を探索するステップは、探索候補階
層に含まれているある下位階層から次の上位階層への移
行処理を行うとき、当該次の上位階層へ移行可能な上位
移行地点が予め決められた数以上存在しているか否かを
判断し、上位移行地点が予め決められた数以上存在して
いる場合は、次の上位階層への移行処理を行い、上位移
行地点が予め決められた数よりも少ない場合は、次の上
位階層よりも下位の階層であって、探索候補階層から除
外された階層へ移行することを特徴とする。
A fourth invention is an invention according to the third invention, wherein the step of searching for an optimum route includes a process of shifting from a certain lower hierarchy included in the search candidate hierarchy to the next higher hierarchy. When performing, it is determined whether or not there is a predetermined number or more of upper transition points that can be moved to the next higher hierarchy. If there are more than the predetermined number of upper transition points, the next If the number of upper transition points is less than the predetermined number, the transition to the lower layer than the next upper layer and excluded from the search candidate layers is performed. It is characterized by.

【0014】上記のように、第4の発明によれば、探索
候補階層への上位移行地点数が一定数以下であれば、次
探索候補階層よりも下位階層を次の探索階層とするよう
にしているので、上位移行地点数の不足による遠回り経
路の発生を防ぐことができ、結果として経路品質を向上
することができる。
As described above, according to the fourth aspect, if the number of upper transition points to the search candidate layer is equal to or less than a certain number, a lower layer than the next search candidate layer is set as the next search layer. Therefore, it is possible to prevent the occurrence of a circuitous route due to a shortage of the number of upper transition points, and as a result, it is possible to improve the route quality.

【0015】第5の発明は、階層化された地図データを
用いて、任意の2地点間の最適経路を選出するための方
法であって、地図データ上で探索する2地点を設定する
ステップと、探索範囲が広がるにつれて地図データを下
位階層から上位階層に移行させつつ、設定された2地点
間の最適経路を探索するステップとを備え、最適経路を
探索するステップは、ある1つの階層での探索時におい
て、上位階層へ移行可能な地点数をカウントし、カウン
トされた上位階層に移行可能な地点数が予め決められた
値以上になれば、その階層での探索処理を終了し、上位
階層へ移行することを特徴とする。
A fifth invention is a method for selecting an optimum route between any two points using hierarchical map data, the method comprising the steps of setting two points to be searched on the map data. Searching for an optimal route between two set points while shifting map data from a lower hierarchy to an upper hierarchy as the search range expands. The step of searching for an optimal route is performed in a certain hierarchy. At the time of the search, the number of points that can be moved to the upper layer is counted, and if the counted number of points that can be moved to the upper layer becomes equal to or more than a predetermined value, the search processing in that layer is terminated, and the upper layer The feature is to shift to.

【0016】上記のように、第5の発明によれば、一定
数以上の上位移行地点が確保できた段階で、その階層で
の探索を中止して探索階層を上位階層に移行させるよう
にしているので、最低限の探索範囲で上位階層への移行
が可能となり、経路選出時間を短くすることができる。
As described above, according to the fifth aspect, when a certain number or more of the upper transition points can be secured, the search in that layer is stopped and the search layer is shifted to the upper layer. Therefore, it is possible to move to a higher hierarchy within a minimum search range, and the route selection time can be shortened.

【0017】[0017]

【発明の実施の形態】図1は、本発明の一実施形態に係
るカーナビゲーションシステムの構成を示すブロック図
である。図1において、本実施形態のカーナビゲーショ
ンシステムは、入力装置101と、ロケータ102と、
記録装置103と、通信装置104と、ナビゲーション
装置105と、出力装置106とを備えている。
FIG. 1 is a block diagram showing the configuration of a car navigation system according to one embodiment of the present invention. In FIG. 1, the car navigation system according to the present embodiment includes an input device 101, a locator 102,
A recording device 103, a communication device 104, a navigation device 105, and an output device 106 are provided.

【0018】入力装置101は、リモートコントロー
ラ、タッチセンサ、キーボード、マウス等により、ナビ
ゲーションシステムの機能選択(処理項目変更、地図切
り替え・階層変更等)や地点設定、探索モード選択等を
行う。ロケータ102は、GPS、車速センサ、角速度
センサ、絶対方位センサ等を含み、車両の現在位置を計
算するための各種情報を収集する。記録装置103は、
光ディスク(CD、DVD等)、ハードディスク、大容
量メモリ等で構成され、交差点や道路の接続状況や座標
・形状・属性・規制情報など、道路ネットワークに関す
る情報を記憶している。通信装置104は、FM多重通
信装置/光・電波ビーコン装置等の各種無線通信装置か
らなり、交通情報や地図情報等、各種情報の送受信を行
う。ナビゲーション装置105は、通常、CPUやメモ
リ(プログラムメモリ、ワーキングメモリ)等を含み、
車両の現在位置検出や経路探索/誘導、各種情報(地図
情報、交通情報、周辺情報等)の検索や提供などを行
う。出力装置106は、表示装置(液晶ディスプレイ、
CRTディスプレイ等)やスピーカ等を含み、各種情報
や誘導経路の画像表示や音声案内を行う。
The input device 101 uses a remote controller, a touch sensor, a keyboard, a mouse, and the like to select functions of a navigation system (change processing items, switch maps, change layers, etc.), set points, select search modes, and the like. The locator 102 includes a GPS, a vehicle speed sensor, an angular speed sensor, an absolute direction sensor, and the like, and collects various information for calculating the current position of the vehicle. The recording device 103
It is composed of an optical disk (CD, DVD, etc.), a hard disk, a large-capacity memory, etc., and stores information on a road network, such as intersections and road connection status, coordinates, shapes, attributes, and regulation information. The communication device 104 includes various wireless communication devices such as an FM multiplex communication device and an optical / radio wave beacon device, and transmits and receives various information such as traffic information and map information. The navigation device 105 usually includes a CPU, a memory (a program memory, a working memory), and the like.
It performs current vehicle position detection, route search / guidance, search and provision of various information (map information, traffic information, peripheral information, etc.). The output device 106 is a display device (liquid crystal display,
A CRT display, etc.), a speaker, and the like are provided, and various types of information and image display of guidance routes and voice guidance are performed.

【0019】ここで、記録装置103に記録される地図
データについて説明する。図2は、地図データの一構成
例を示す図である。通常、地図データは大きく分けて2
つの構成要素からなる。第1の構成要素は、交差点に関
する情報であるノードデータである。第2の構成要素
は、交差点をつなぐ道路の情報であるリンクデータであ
る。本実施形態では、上記2つの構成要素が、階層別に
記録されている。図3は、階層別地図データの構成を説
明するための図である。図3では、地図データが、一例
として、階層1〜4の4段階の階層に分けられている。
ここで、階層1が最下位階層であり、階層4が最上位階
層である。さらに、各階層の地図データは、それぞれ複
数のブロックに分割されている。
Here, the map data recorded in the recording device 103 will be described. FIG. 2 is a diagram illustrating a configuration example of the map data. Usually, map data is roughly divided into 2
Consists of three components. The first component is node data that is information about an intersection. The second component is link data that is information of a road connecting the intersection. In the present embodiment, the two components are recorded for each layer. FIG. 3 is a diagram for explaining the configuration of the hierarchical map data. In FIG. 3, the map data is divided into, for example, four levels of levels 1 to 4.
Here, hierarchy 1 is the lowest hierarchy, and hierarchy 4 is the highest hierarchy. Further, the map data of each layer is divided into a plurality of blocks.

【0020】以上のように構成されたカーナビゲーショ
ンシステムについて、以下にその動作を説明する。カー
ナビゲーションシステムの機能としては、経路選出/誘
導機能、現在位置表示機能、情報検索/提供機能等があ
るが、ここでは本発明にとって興味ある経路選出/誘導
機能について述べる。
The operation of the car navigation system configured as described above will be described below. The functions of the car navigation system include a route selection / guidance function, a current position display function, an information search / providing function, and the like. Here, a route selection / guidance function that is of interest to the present invention will be described.

【0021】まず、入力装置101において、ユーザは
出発地および目的地の設定を行う。すなわち、ユーザ
は、入力装置101を操作することにより、出力装置1
06に表示された地図の画像をスクロールさせ、希望す
る地点を出発地および目的地として入力する。なお、ロ
ケータ102を用いて検出した車両の現在位置を出発地
として使用してもよい。
First, in the input device 101, the user sets a departure place and a destination. In other words, the user operates the input device 101 to cause the output device 1 to operate.
The user scrolls the map image displayed at 06 and inputs a desired point as a starting point and a destination. Note that the current position of the vehicle detected using locator 102 may be used as the starting point.

【0022】次に、ナビゲーション装置105は、上記
のようにして設定された出発地や目的地の位置に基づ
き、記録装置103に記憶された最下位階層の地図上の
一番近いノードまたは一番近いリンクに接続するノード
を出発ノードおよび目的ノードとして採用する。さら
に、ナビゲーション装置105は、周知のダイクストラ
法などを用いて最短コスト経路を計算し、求められた経
路をリンク列またはノード列または座標列に変換し、誘
導経路とする。ただし、ナビゲーション装置105は、
出発ノードと目的ノードを探索開始点として、最下位階
層から最短コスト経路を計算し、階層毎に予め決められ
た範囲まで探索を広げても、経路が求まらなかった場合
には、より広範囲にわたり、主要な道路のみが記録され
た、上位階層の地図データを利用して最短コスト経路を
計算する処理を繰り返す。なお、この時、通信装置10
4で得られた交通情報によりリンクコストを変更する等
の手法を用いて、選出する経路を変更するようにしても
よい。ナビゲーション装置105は、このようにして選
出された探索結果に基づいて誘導経路を設定し、ロケー
タ102で検出された位置情報から車両の現在位置を算
出して誘導経路上を目的地まで案内する。
Next, the navigation apparatus 105 determines the nearest node or the nearest node on the map of the lowest hierarchy stored in the recording apparatus 103 based on the positions of the departure place and the destination set as described above. The nodes connected to the close link are adopted as the starting node and the destination node. Further, the navigation device 105 calculates the shortest cost route using a well-known Dijkstra method or the like, converts the obtained route into a link sequence, a node sequence, or a coordinate sequence, and sets it as a guidance route. However, the navigation device 105
Using the departure node and the destination node as search start points, calculate the shortest cost route from the lowest hierarchy and expand the search to a predetermined range for each hierarchy, but if no route is found, a wider range Over, the process of calculating the shortest cost route using the map data of the upper layer in which only the main roads are recorded is repeated. At this time, the communication device 10
The route to be selected may be changed using a method such as changing the link cost based on the traffic information obtained in step 4. The navigation device 105 sets a guidance route based on the search result thus selected, calculates the current position of the vehicle from the position information detected by the locator 102, and guides the vehicle on the guidance route to the destination.

【0023】最後に、出力装置106は、ナビゲーショ
ン装置105からの指示を受け、音声や表示により誘導
情報をユーザに提示する。
Finally, the output device 106 receives an instruction from the navigation device 105 and presents guidance information to the user by voice or display.

【0024】図4は、図1に示すナビゲーション装置1
05の一構成例を示す機能ブロック図である。図4にお
いて、このナビゲーション装置105は、位置検出部2
01と、情報検索・提供部202と、経路選出部203
と、誘導部204とを備えている。
FIG. 4 shows the navigation device 1 shown in FIG.
FIG. 5 is a functional block diagram showing a configuration example of the electronic device 05. In FIG. 4, the navigation device 105 includes a position detection unit 2
01, an information search / providing unit 202, and a route selecting unit 203
And a guiding unit 204.

【0025】位置検出部201は、ロケータ102で検
出した位置情報を基に、記録装置103に記録された地
図データの道路網に対しマップマッチングを行ったり、
入力手段101から入力された車両位置修正情報を用い
て、車両の現在位置を特定する。情報検索・提供部20
2は、位置検出部201で検出された現在地に基づい
て、記録装置103に記録された地図データを出力装置
106に表示したり、入力装置101で入力されたユー
ザの要求に従い、地図の表示範囲や詳細度を変更した
り、通信装置104で得られた交通情報を表示する等の
各種情報の検索や提供を行う。経路選出部203は、必
要となる範囲の地図データを記録装置103から読み込
み、位置検出部201で検出された車両の現在位置や入
力装置101で入力された地点情報に基づいて出発地や
目的地を決定し、交差点通行規制や一方通行規制を考慮
して出発地から目的地間の最小コスト経路を選出する。
さらに、誘導部204は、経路選出部203で選出した
誘導経路に基づいて、記録装置103から取得した地図
データと位置検出部201で検出した車両の現在位置と
から、どちらの方向に進むべきか目的地までの誘導を行
う。さらに、以降では、経路選出処理を行う経路選出部
203に関して詳述する。
The position detecting unit 201 performs map matching on the road network of the map data recorded in the recording device 103 based on the position information detected by the locator 102,
The current position of the vehicle is specified using the vehicle position correction information input from the input means 101. Information search / providing unit 20
2 displays the map data recorded on the recording device 103 on the output device 106 based on the current position detected by the position detection unit 201, or displays the map display range according to the user's request input on the input device 101. It searches and provides various information such as changing the degree of detail and the degree of detail and displaying traffic information obtained by the communication device 104. The route selection unit 203 reads map data in a required range from the recording device 103 and determines a departure point and a destination based on the current position of the vehicle detected by the position detection unit 201 and the point information input by the input device 101. Is determined, and the minimum cost route from the departure point to the destination is selected in consideration of the intersection traffic regulation and the one-way traffic regulation.
Furthermore, based on the guidance route selected by the route selection unit 203, the guidance unit 204 determines in which direction the map data acquired from the recording device 103 and the current position of the vehicle detected by the position detection unit 201 should go. Guide to the destination. Further, hereinafter, the route selection unit 203 that performs the route selection process will be described in detail.

【0026】(1)経路選出部203の第1の構成例 図5は、図4に示す経路選出部203の第1の構成例を
示す機能ブロック図である。図5において、この経路選
出部203は、地図格納部301と、地点設定部302
と、経路探索部303と、探索結果データ格納部304
と、地図読込並行処理部401とを備えている。
(1) First Configuration Example of Route Selection Unit 203 FIG. 5 is a functional block diagram showing a first configuration example of the route selection unit 203 shown in FIG. 5, the route selection unit 203 includes a map storage unit 301 and a point setting unit 302.
, Route search unit 303, search result data storage unit 304
And a map reading parallel processing unit 401.

【0027】地図格納部301は、経路探索や地点設定
に必要な範囲の地図データを、記録装置103から読み
込んで格納する。地点設定部302は、位置検出部20
1で検出された車両の現在位置を出発地に、入力装置1
01で入力した地点を目的地にして、各々に対応する地
図上の出発ノードおよび目的ノードを設定する。経路探
索部303は、公知のダイクストラ法等を用いて、最下
位階層から順に地点設定部302で設定した出発ノード
および目的ノードを探索開始点として探索処理を行い、
出発ノードから目的ノードまでの最小コスト経路を求め
る。探索結果データ格納部304は、探索時の中間デー
タや経路情報を記録する。地図読込並行処理部401
は、地点設定部302および経路探索部303の処理と
並行して、次の探索に用いる範囲の全ての地図ユニット
を地図格納部301に読み込む。
The map storage unit 301 reads map data of a range necessary for route search and point setting from the recording device 103 and stores it. The point setting unit 302 includes the position detection unit 20
The current position of the vehicle detected in step 1
The point input at 01 is set as a destination, and a departure node and a destination node on the map corresponding to each are set. The route search unit 303 performs a search process using the departure node and the destination node set by the point setting unit 302 in order from the lowest layer using a known Dijkstra method or the like as a search start point,
Find the minimum cost path from the departure node to the destination node. The search result data storage unit 304 records intermediate data and route information at the time of search. Map reading parallel processing unit 401
Reads all map units in the range used for the next search into the map storage unit 301 in parallel with the processing of the point setting unit 302 and the route search unit 303.

【0028】上記のように構成された第1の構成例の経
路選出部203について、フローチャートに従って以下
にその動作を詳述する。
The operation of the route selecting unit 203 of the first configuration example configured as described above will be described in detail below with reference to flowcharts.

【0029】図6は、経路選出部203の第1の構成例
における地点設定部302の動作を示すフローチャート
である。まず、図6のステップS601において、地点
設定部302は、記録装置103から最下位階層の地図
データ(より詳細には、出発地(例えば、位置検出部2
01で検出された車両の現在位置)を含むブロックの地
図データ)を読み込んで地図格納部301に格納し、出
発地に一番近いノードを出発ノードとし、到達コスト
(例えば、0)を設定する。次に、ステップS602に
おいて、地点設定部302は、記録装置103から最下
位階層の地図データ(より詳細には、目的地(例えば、
入力装置101によりユーザが入力した地点)を含むブ
ロックの地図データ)を読み込んで地図格納部301に
格納し、目的地に一番近いノードを目的ノードとし、到
達コスト(例えば、0)を設定する。
FIG. 6 is a flowchart showing the operation of the point setting unit 302 in the first configuration example of the route selection unit 203. First, in step S601 of FIG. 6, the point setting unit 302 sends the map data of the lowest hierarchical level (more specifically, the starting point (for example, the position detection unit 2)
The map data of the block including the current position of the vehicle detected at 01 is read and stored in the map storage unit 301, and the node closest to the departure point is set as the departure node, and the arrival cost (for example, 0) is set. . Next, in step S602, the point setting unit 302 sends the lowest level map data (more specifically, the destination (for example,
The map data of the block including the point input by the user via the input device 101) is read and stored in the map storage unit 301, and the node closest to the destination is set as the destination node, and the arrival cost (for example, 0) is set. .

【0030】このとき、地図読込並行処理部401は、
地点設定部302の処理(図6参照)が開始されると同
時に、最下位階層の出発地側探索に必要な範囲の地図デ
ータを、記憶装置103から読み込んで地図格納部30
1に格納する。このとき読み込まれる地図データは、上
記ステップS601において地点設定のために読み込ま
れたブロックの周辺に位置する複数のブロック(例え
ば、地点設定のために読み込まれたブロックを中心とし
て取り囲む8つのブロック)の地図データである。この
ように、探索処理のために複数ブロックの地図データを
必要とするのは、主として、上位階層への移行をより確
実に行えるようにするためである。
At this time, the map reading parallel processing unit 401
At the same time as the processing of the point setting unit 302 (see FIG. 6) is started, map data in a range necessary for searching for the departure point side of the lowest hierarchy is read from the storage device 103 and is stored in the map storage unit 30.
1 is stored. The map data read at this time includes a plurality of blocks (for example, eight blocks surrounding the block read for point setting) positioned around the block read for point setting in step S601. It is map data. As described above, the reason that a plurality of blocks of map data are required for the search processing is mainly to make it possible to more reliably move to the upper hierarchy.

【0031】次に、経路探索部303で最小コスト経路
を求める経路探索処理を実行する。図7は、経路選出部
203の第1の構成例における経路探索部303の経路
探索処理の動作を示すフローチャートである。
Next, the route search unit 303 executes a route search process for finding the minimum cost route. FIG. 7 is a flowchart illustrating the operation of the route search process of the route search unit 303 in the first configuration example of the route selection unit 203.

【0032】まず、図7のステップS701において、
経路探索部303は、出発ノードを出発地側候補状態と
し、目的ノードを目的地側候補状態とし、それぞれを探
索結果データ格納部304に格納する。次に、経路探索
部303は、最初の探索階層として、最下位階層を設定
する(ステップS702)。
First, in step S701 of FIG.
The route search unit 303 stores the departure node in the departure place side candidate state and the destination node in the destination side candidate state, and stores them in the search result data storage unit 304. Next, the route search unit 303 sets the lowest hierarchy as the first search hierarchy (step S702).

【0033】次に、経路探索部303は、必要となる地
図データが地図格納部301に読み込まれていなければ
記憶装置103から読み込み、出発地側候補状態ノード
を起点として公知のダイクストラ法を用いて、中間デー
タを探索結果データ格納部304に記憶させながら、一
定エリア内の出発地側探索処理を行う(ステップS70
3)。次に、経路探索部303は、ステップS703に
おける一定エリア内の探索処理中に、目的地側候補状態
ノードへの最短コスト経路が確定したか否かを判断する
(ステップS704)。目的地側候補状態ノードへの最
短コスト経路が確定した場合、経路探索部303は、経
路が求められたものとして出発地側探索処理を終了して
ステップS711に進み、探索結果データ格納部304
に記憶された探索結果から経路を構成する。一方、目的
地側候補状態ノードへの最短コスト経路が確定していな
い場合、経路探索部303は、ステップS705の処理
を実行する。
Next, if the necessary map data has not been read into the map storage unit 301, the route search unit 303 reads it from the storage device 103 and uses the known Dijkstra method with the departure place side candidate state node as a starting point. While the intermediate data is stored in the search result data storage unit 304, a departure point side search process in a certain area is performed (step S70).
3). Next, the route search unit 303 determines whether or not the shortest cost route to the destination-side candidate state node has been determined during the search processing in the fixed area in step S703 (step S704). When the shortest-cost route to the destination-side candidate state node is determined, the route search unit 303 ends the departure-side search process assuming that the route has been determined, proceeds to step S711, and stores the search result data storage unit 304
Is constructed from the search results stored in. On the other hand, when the shortest cost route to the destination side candidate state node has not been determined, the route search unit 303 executes the process of step S705.

【0034】上記ステップS705において、経路探索
部303は、必要となる地図データが地図格納部301
に読み込まれていなければ記憶装置103から読み込
み、目的地側候補状態ノードを起点として公知のダイク
ストラ法を用いて、中間データを探索結果データ格納部
304に記憶させながら、一定エリア内の目的地側探索
処理を行う。次に、経路探索部303は、ステップS7
05における一定エリア内の探索処理中に、出発地側探
索終了ノードへの最短コスト経路が確定したか否かを判
断する(ステップS706)。出発地側探索終了ノード
への最短コスト経路が確定した場合、経路探索部303
は、経路が求められたものとして目的地側探索処理を終
了してステップS711に進み、探索結果データ格納部
304に記憶された探索結果から経路を構成する。一
方、出発地側探索終了ノードへの最短コスト経路が確定
していない場合、経路探索部303は、ステップS70
7の処理を実行する。
In step S705, the route search unit 303 stores the necessary map data in the map storage unit 301.
If it is not read in from the storage device 103, the intermediate data is stored in the search result data storage unit 304 using the known Dijkstra method with the destination side candidate state node as a starting point, Perform search processing. Next, the route search unit 303 determines in step S7
It is determined whether or not the shortest cost route to the departure point side search end node is determined during the search processing in the fixed area in 05 (step S706). When the shortest cost route to the departure place side search end node is determined, the route search unit 303
Terminates the destination side search processing assuming that a route has been determined, proceeds to step S711, and forms a route from the search results stored in the search result data storage unit 304. On the other hand, when the shortest-cost route to the departure place side search end node is not determined, the route search unit 303 proceeds to step S70.
7 is executed.

【0035】上記ステップS707において、経路探索
部303は、探索階層が最上位階層であるか否かを判断
する。このとき、探索階層が最上位階層であれば、経路
探索部303は、探索失敗と判断し(ステップS71
0)、経路探索処理を終了する。一方、探索階層が最上
位階層でなければ、経路探索部303は、出発地側探索
エリアの外周に位置する探索済みノードであって上位階
層にも記録されているノード(以降、出発地側上位移行
ノードと呼ぶ)を出発地側候補状態に、目的地側探索エ
リアの外周に位置する探索済みノードであって上位階層
にも記録されているノード(以降、目的地側上位移行ノ
ードと呼ぶ)を目的地側候補状態にする(ステップS7
08)。次に、経路探索部303は、探索階層を一つ上
の階層に移行し(ステップS709)、ステップS70
3の処理に戻る。以降、経路が求められるまで、経路探
索部303は、ステップS703〜S709の処理を繰
り返す。
In step S707, the route search unit 303 determines whether the search hierarchy is the highest hierarchy. At this time, if the search hierarchy is the highest hierarchy, the route search unit 303 determines that the search has failed (step S71).
0), the route search process ends. On the other hand, if the search hierarchy is not the highest hierarchy, the route search unit 303 searches for a node that is a searched node located on the outer circumference of the departure place side search area and is also recorded in the upper hierarchy (hereinafter, the departure place upper hierarchy). A transition node is referred to as a departure-side candidate state, and a searched node located on the outer periphery of the destination-side search area and also recorded in the upper hierarchy (hereinafter, referred to as a destination-side higher transition node) To the destination side candidate state (step S7)
08). Next, the route search unit 303 shifts the search hierarchy to the next higher hierarchy (step S709), and proceeds to step S70.
The process returns to step 3. Thereafter, the route search unit 303 repeats the processing of steps S703 to S709 until a route is obtained.

【0036】上述した第1の構成例によれば、従来と比
べて次のように探索時間を削減することができる。図8
は、従来の経路選出部203の処理タイミングを示すタ
イミングチャートである。また、図9は、本発明におけ
る経路選出部203の第1の構成例における処理タイミ
ングを示すタイミングチャートである。従来は、図8に
示すように、地点設定処理が終わった後に、最下位階層
である階層1の出発地側探索用地図データの読込処理を
実行していた。これに対し、本発明における経路選出部
203の第1の構成例では、地図読込並行処理部401
を追加することにより、図9に示すように、地点設定部
302で実行される地点設定処理と、地図読込並行処理
部401で実行される出発地側探索用地図データ(最下
位階層である階層1の地図データ)の読込処理とを同時
に行うようにしている。これによって、地点設定部30
2の地点設定処理の直後に経路探索部302の探索処理
を開始できるため、結果として探索時間を短縮すること
ができる。
According to the above-described first configuration example, the search time can be reduced as follows in comparison with the related art. FIG.
9 is a timing chart showing the processing timing of the conventional route selection unit 203. FIG. 9 is a timing chart showing processing timing in the first configuration example of the route selection unit 203 in the present invention. Conventionally, as shown in FIG. 8, after the point setting process has been completed, a process of reading the departure point side search map data of layer 1 which is the lowest layer has been executed. On the other hand, in the first configuration example of the route selection unit 203 in the present invention, the map reading parallel processing unit 401
As shown in FIG. 9, the point setting process executed by the point setting unit 302 and the departure point side search map data executed by the map reading parallel processing unit 401 (hierarchy at the lowest level) And (1) the map data). Thereby, the point setting unit 30
Since the search processing of the route search unit 302 can be started immediately after the second point setting processing, the search time can be shortened as a result.

【0037】なお、上記第1の構成例では、地点設定処
理302と地図読込並行処理部401とが並列的に動作
する必要があるため、地点設定処理302と地図読込並
行処理部401とを異なるCPUによって実現するよう
にしても良いし、地図読込並行処理部401をCPUの
動作とは独立して機能する回路ブロック(例えば、DM
A転送装置)で構成するようにしても良い。
In the first configuration example, since the point setting process 302 and the map reading parallel processing unit 401 need to operate in parallel, the point setting process 302 and the map reading parallel processing unit 401 are different. The map reading parallel processing unit 401 may be realized by a CPU, or a circuit block (for example, DM) that functions independently of the operation of the CPU.
A transfer device).

【0038】(2)経路選出部203の第2の構成例 図10は、図4に示す経路選出部203の第2の構成例
を示す機能ブロック図である。図10において、この経
路選出部203は、第1地図格納部501と、第2地図
格納部502と、地点設定部302と、経路探索部30
3と、探索結果データ格納部304と、地図読込並行処
理部401とを備えている。
(2) Second Configuration Example of the Route Selection Unit 203 FIG. 10 is a functional block diagram showing a second configuration example of the route selection unit 203 shown in FIG. 10, the route selection unit 203 includes a first map storage unit 501, a second map storage unit 502, a point setting unit 302, and a route search unit 30.
3, a search result data storage unit 304, and a map reading parallel processing unit 401.

【0039】第1および第2地図格納部501および5
02は、経路探索や地点設定に必要な範囲の地図データ
を記録装置103から読み込んで格納する。地点設定部
302は、位置検出部201で検出された車両の現在位
置を出発地に、入力装置101で入力した地点を目的地
にして、各々に対応する地図上の出発ノードおよび目的
ノードを設定する。経路探索部303は、公知のダイク
ストラ法等を用いて、最下位階層から順に地点設定部3
02で設定した出発ノードおよび目的ノードを探索開始
点として探索処理を行い、出発ノードから目的ノードま
での最小コスト経路を求める。探索結果データ格納部3
04は、探索時の中間データや経路情報を記録する。地
図読込並行処理部401は、地点設定部302および経
路探索部303の処理と並行して、次の探索に用いる範
囲の全ての地図ユニットを第1地図格納部501または
第2地図格納部502に読み込む。
First and second map storage units 501 and 5
In step 02, map data in a range necessary for route search and point setting is read from the recording device 103 and stored. The point setting unit 302 sets a departure node and a destination node on a map corresponding to each of the current position of the vehicle detected by the position detection unit 201 as a departure point and a point input by the input device 101 as a destination. I do. The route search unit 303 uses the known Dijkstra method or the like to sequentially set the point setting unit 3 from the lowest hierarchy.
A search process is performed using the departure node and the target node set in 02 as search start points, and a minimum cost path from the departure node to the target node is obtained. Search result data storage 3
04 records intermediate data and route information at the time of search. The map reading parallel processing unit 401 stores all map units in the range used for the next search in the first map storage unit 501 or the second map storage unit 502 in parallel with the processing of the point setting unit 302 and the route search unit 303. Read.

【0040】上記のように構成された第2の構成例の経
路選出部203について、以下にその動作を詳述する。
第1の構成例との違いは、地図格納部301が第1地図
格納部501と第2地図格納部502の2つになったこ
とと、地図読込並行処理部401の処理だけであるの
で、異なる部分のみ説明する。
The operation of the route selecting section 203 of the second configuration example configured as described above will be described in detail below.
The difference from the first configuration example is that the map storage unit 301 has two parts, the first map storage unit 501 and the second map storage unit 502, and only the processing of the map reading parallel processing unit 401 is performed. Only different parts will be described.

【0041】地図読込並行処理部401は、地点設定処
理302の処理が開始されると同時に、最下位階層の出
発地側探索に必要な範囲の地図データを、記憶装置10
3から第1地図格納部501に読み込む。その後、経路
探索部303が第1地図格納部501に読み込まれた地
図データを用いて、階層1の出発地側探索処理を実行す
ると同時に、最下位階層の目的地側探索に必要な範囲の
地図データを、記憶装置103から第2地図格納部50
2に読み込む。このように、地図読込並行処理部401
は、2重化された地図格納部を順次切り替えながら、経
路探索が終了するまで、次の探索処理に必要な地図デー
タを先読みしていく。
The map reading / parallel processing unit 401 simultaneously stores the map data of the range necessary for the search for the starting point side of the lowest hierarchy at the same time as the start of the point setting processing 302.
3 to the first map storage unit 501. After that, the route search unit 303 executes the departure point side search processing of the layer 1 using the map data read into the first map storage unit 501, and at the same time, the map of the range necessary for the destination search of the lowest layer. Data is stored in the second map storage unit 50 from the storage device 103.
Read into 2. Thus, the map reading parallel processing unit 401
Reads the map data necessary for the next search processing in advance while completing the route search while sequentially switching the duplicated map storage units.

【0042】図11は、経路選出部203の第2の構成
例における処理タイミングを示すタイミングチャートで
ある。以上のように、第2の構成例によれば、地図格納
部を2重化し、地図読込並行処理部401を追加するこ
とにより、図11に示すように、地点設定部302およ
び経路探索部303で行われる処理と並行して、経路探
索部303で行われる次の探索処理に必要な地図データ
を先読みすることができる。その結果、1区間の探索終
了直後に次の区間の探索処理を開始できるため、結果と
して探索時間を短縮することができる。
FIG. 11 is a timing chart showing the processing timing in the second configuration example of the route selection unit 203. As described above, according to the second configuration example, the map storage unit is duplicated, and the map reading parallel processing unit 401 is added, so that the point setting unit 302 and the route search unit 303 as shown in FIG. The map data necessary for the next search process performed by the route search unit 303 can be prefetched in parallel with the process performed in step (1). As a result, the search processing for the next section can be started immediately after the search for one section is completed, and as a result, the search time can be reduced.

【0043】なお、上記第2の構成例では、地点設定部
302および経路探索部303と、地図読込並行処理部
401とが並列的に動作する必要がある。そのため、地
図読込並行処理部401を、地点設定部302および経
路探索部303と異なるCPUによって実現するように
しても良いし、地図読込並行処理部401を、CPUの
動作とは独立して機能する回路ブロック(例えば、DM
A転送装置)で構成するようにしても良い。
In the second configuration example, the point setting unit 302, the route search unit 303, and the map reading parallel processing unit 401 need to operate in parallel. Therefore, the map reading parallel processing unit 401 may be realized by a CPU different from the point setting unit 302 and the route search unit 303, or the map reading parallel processing unit 401 functions independently of the operation of the CPU. Circuit block (for example, DM
A transfer device).

【0044】(3)経路選出部203の第3の構成例 図12は、図4に示す経路選出部203の第3の構成例
を示す機能ブロック図である。図12において、この経
路選出部203は、地図格納部301と、地点設定部3
02と、経路探索部303と、探索結果データ格納部3
04と、探索階層判定部601とを備えている。
(3) Third Configuration Example of Route Selection Unit 203 FIG. 12 is a functional block diagram showing a third configuration example of the route selection unit 203 shown in FIG. 12, the route selection unit 203 includes a map storage unit 301 and a point setting unit 3
02, the route search unit 303, and the search result data storage unit 3
04 and a search hierarchy determination unit 601.

【0045】地図格納部301は、経路探索や地点設定
に必要な範囲の地図データを記録装置103から読み込
んで格納する。地点設定部302は、位置検出部201
で検出された車両の現在位置を出発地に、入力装置10
1で入力した地点を目的地にして、各々に対応する地図
上の出発ノードおよび目的ノードを設定する。探索階層
判定部601は、地点設定部302で設定された出発ノ
ードおよび目的ノードから、探索を行う階層を決定す
る。経路探索部303は、公知のダイクストラ法等を用
いて、探索階層判定部601で決定した探索階層に対し
て最下位階層から順に、地点設定部302で設定した出
発ノードおよび目的ノードを探索開始点として探索処理
を行い、出発ノードから目的ノードまでの最小コスト経
路を求める。探索結果データ格納部304は、探索時の
中間データや経路情報を記録する。
The map storage section 301 reads map data of a range necessary for route search and point setting from the recording device 103 and stores it. The point setting unit 302 includes a position detection unit 201
The current position of the vehicle detected by
The departure node and the destination node on the map corresponding to each of the points input in step 1 are set as destinations. The search hierarchy determination unit 601 determines a hierarchy to be searched from the departure node and the destination node set by the point setting unit 302. Using a known Dijkstra method or the like, the route search unit 303 searches the search hierarchy determined by the search hierarchy determination unit 601 in order from the lowest hierarchy to the departure node and destination node set by the point setting unit 302, and sets the search start point. And a minimum cost route from the departure node to the destination node is obtained. The search result data storage unit 304 records intermediate data and route information at the time of search.

【0046】上記のように構成された第3の構成例の経
路選出部203について、以下にその動作を詳述する。
第1の構成例との違いは、地図読込並行処理部401が
なくなっていることと、探索階層判定部601での処理
と、経路探索部303の処理の一部だけであるので、異
なる部分のみ説明する。
The operation of the route selecting section 203 of the third configuration example configured as described above will be described in detail below.
The difference from the first configuration example is that the map reading parallel processing unit 401 is eliminated, and the processing in the search hierarchy determination unit 601 and only part of the processing in the route search unit 303 are different. explain.

【0047】探索階層判定部601では、地点設定部3
02で設定された出発ノードおよび目的ノードから、探
索を行う階層を決定する。その際、出発ノードと目的ノ
ード間の距離により、探索を行う最上位階層を設定し、
その階層数が一定階層数(例えば、4階層)以上であれ
ば、最下位階層と上記最上位階層を除く中間階層を省略
することにより、探索対象階層を一定階層数(例えば、
3階層)以下に抑える。図13は、階層3が省略される
場合の概念図である。この図13の例では、出発ノード
と目的ノード間の距離から、階層4まで探索が行われる
と判断し、中間階層である階層3を省略するようにして
いる。なお、省略される中間階層は、バランス良く一定
間隔で設定するのが好ましい。
In the search hierarchy determining section 601, the point setting section 3
From the departure node and the destination node set in 02, a hierarchy to be searched is determined. At that time, the highest hierarchy to be searched is set according to the distance between the departure node and the destination node,
If the number of layers is equal to or greater than a certain number of layers (for example, four layers), the search target layer is set to a certain number of layers (for example,
(3 layers) or less. FIG. 13 is a conceptual diagram when the layer 3 is omitted. In the example of FIG. 13, it is determined from the distance between the departure node and the destination node that the search is performed up to the layer 4, and the layer 3 which is the intermediate layer is omitted. In addition, it is preferable that the omitted middle layers be set at regular intervals in a well-balanced manner.

【0048】さらに、経路探索部303での経路探索処
理について、フローチャートに従って以下にその動作を
詳述する。図14は、経路選出部203の第3の構成例
における経路探索部303の経路探索処理を示すフロー
チャートである。本フローチャートは、図7に示した経
路選出部203の第1の構成例における経路探索部30
3(図5参照)の経路探索処理のフローチャートとほぼ
同じであるため、異なる部分のみ説明する。
Further, the operation of the route search processing in the route search unit 303 will be described in detail below with reference to flowcharts. FIG. 14 is a flowchart illustrating a route search process of the route search unit 303 in the third configuration example of the route selection unit 203. This flowchart is based on the route search unit 30 in the first configuration example of the route selection unit 203 shown in FIG.
3 (see FIG. 5), which is almost the same as the flowchart of the route search process, and therefore only different portions will be described.

【0049】本フローチャートが、経路選出部203の
第1の構成例における経路探索部303の経路探索処理
のフローチャート(図7)と異なる点は、ステップS1
901〜S1907(図7のステップS701〜S70
7に相当)の後に、ステップS1912〜S1915の
処理が追加された点である。ステップS1901〜S1
907の処理により、現在の探索階層の探索処理が終了
し、かつ、経路が求められなかったとき、経路探索部3
03は、ステップS1912において、探索階層判定部
601の判定結果に従い、一つ上の階層は省略可能か否
かを判断する。もし、省略可能でなければ、経路探索部
303は、ステップS1908(図7のステップS70
8に相当)に進み、第1の構成例で説明したように一つ
上の階層を探索階層として、探索処理を続行する。ステ
ップS1912において、省略可能と判断した場合、経
路探索部303は、ステップS1913に進み、出発地
側探索エリアの外周に位置する探索済みノードであっ
て、探索階層判定部601で決定された次探索候補階層
にも記録されたノードを(出発地側上位階層移行ノー
ド)出発地側候補状態に、目的地側探索エリアの外周に
位置する探索済みノードであって、探索階層判定部60
1で決定された次探索候補階層にも記録されたノード
(目的地側上位階層移行ノード)を目的地側候補状態に
設定する。次に、経路探索部303は、次探索候補階層
に移行したノード(出発地側上位階層移行ノードおよび
目的地側上位階層移行ノード)が、特定個数(例えば8
個)以上存在するかどうかを判定する(ステップS19
14)。特定個数以上存在していなければ、経路探索部
303は、ステップS1908に戻り、一つ上の上位階
層を省略せずに、探索処理を続行する。一方、次探索候
補階層に移行したノードが特定個数以上存在していれ
ば、経路探索部303は、ステップS1915に進み、
探索階層を次探索候補階層に移行させ、探索処理を続行
する。
This flowchart differs from the flowchart (FIG. 7) of the route search process of the route search unit 303 in the first configuration example of the route selection unit 203 in FIG.
901 to S1907 (steps S701 to S70 in FIG. 7)
7) is added after step S1912). Steps S1901 to S1
When the search processing of the current search hierarchy ends by the processing of 907 and no route is found, the route search unit 3
In step S1912, in step S1912, it is determined whether the next higher layer can be omitted according to the determination result of the search layer determining unit 601. If the omission is not possible, the route search unit 303 proceeds to step S1908 (step S70 in FIG. 7).
8), and as described in the first configuration example, the search processing is continued with the immediately higher layer as the search layer. If it is determined in step S1912 that the search can be omitted, the process proceeds to step S1913, where the route search unit 303 determines the next search that is a searched node located on the outer periphery of the departure place side search area and determined by the search hierarchy determination unit 601. The node recorded in the candidate hierarchy is also referred to as a (starting-point-side upper-layer transition node) departure-side candidate state, and is a searched node located on the outer periphery of the destination-side search area.
The node (destination upper-layer shift node) recorded also in the next search candidate hierarchy determined in 1 is set to the destination-side candidate state. Next, the route search unit 303 determines that the number of nodes (departure-side upper-layer transfer node and destination-side upper-layer transfer node) that have shifted to the next search candidate layer is a specific number (for example, 8
(Step S19).
14). If not, the route search unit 303 returns to step S1908, and continues the search process without omitting the next higher layer. On the other hand, if the specified number or more nodes have moved to the next search candidate hierarchy, the route search unit 303 proceeds to step S1915,
The search hierarchy is shifted to the next search candidate hierarchy, and the search process is continued.

【0050】以上のように、第3の構成例によれば、探
索階層判定部601を追加し、探索対象となる最下位階
層と最上位階層とを除いた中間階層の探索を省略するこ
とにより、省略された階層の探索時間を削減するように
しているので、結果として探索時間を短縮することがで
きる。
As described above, according to the third configuration example, the search hierarchy judging unit 601 is added, and the search of the middle hierarchy excluding the lowest hierarchy and the highest hierarchy to be searched is omitted. Since the search time of the omitted hierarchy is reduced, the search time can be shortened as a result.

【0051】また、経路探索部303において、探索階
層判定部601で決定された次探索候補階層への上位階
層移行ノード数が一定数以下であれば、次探索候補階層
よりも下位階層を次の探索階層とすることにより、上位
階層移行ノード数の不足により生ずる遠回り経路の発生
を防ぐことができ、結果として経路品質を向上すること
ができる。
In the route search section 303, if the number of nodes shifted to the next search candidate hierarchy determined by the search hierarchy determination section 601 is not more than a certain number, the lower hierarchy than the next search candidate hierarchy is shifted to the next search hierarchy. By using the search hierarchy, it is possible to prevent the occurrence of a circuitous route caused by the shortage of the number of nodes shifted to the upper hierarchy, and as a result, it is possible to improve the route quality.

【0052】なお、第3の構成例では、探索開始前に省
略可能な階層を決定していたが、1つの階層の探索が終
了した後に、全ての上位階層について上位移行地点数を
チェックし、各階層毎に決められた一定数以上の上位移
行地点が存在する上位階層の内、一番上位の階層に移行
するようにしてもよい。また、その際、探索対象となる
最上位階層を、出発地と目的地との位置関係に従って決
定していても良い。
In the third configuration example, the hierarchy that can be omitted is determined before the search is started. However, after the search of one hierarchy is completed, the number of upper transition points is checked for all the upper hierarchies. It is also possible to make a transition to the uppermost tier among upper tiers in which a certain number or more of higher tiers determined for each tier exist. At this time, the highest hierarchy to be searched may be determined according to the positional relationship between the departure place and the destination.

【0053】なお、以上説明した第1〜第3の構成例で
は、現在の探索階層で経路が求まらない場合、一定エリ
ア内の探索が終わった後に上位階層に移行するようにし
ているが、一定エリア内の探索が終了していなくても、
一定数以上の上位階層移行ノードが確保できた段階で、
探索を中止して上位階層に移行するようにしても良い。
こうすることにより、最低限の探索範囲で探索階層を上
位階層へ移行できるため、経路選出時間を短くすること
ができる。
In the first to third configuration examples described above, when a route cannot be obtained in the current search hierarchy, the search is shifted to the upper hierarchy after the search in a certain area is completed. , Even if the search within a certain area has not been completed,
When a certain number of higher-level transition nodes have been secured,
The search may be stopped to shift to a higher hierarchy.
By doing so, the search hierarchy can be shifted to the upper hierarchy within the minimum search range, so that the route selection time can be shortened.

【0054】さらに、以上説明した第1〜第3の構成例
は、ハードウェアとして構成しても、マイクロコンピュ
ータのマルチタスクなどのプログラム処理によって構成
しても良い。また、ロケータ102は、車両の現在位置
が検出できる機能を有していればどのような構成でも良
い。また、入力装置101は、出力装置106に表示さ
れた地図の画像をスクロールさせることで位置を指定す
るようにしているが、予め記憶した緯度経度を選択する
方法で位置を指定するようにしても良い。また、地点設
定部302は、出発地をユーザが入力する位置によって
設定しても良い。さらに、出発地・目的地にそれぞれ一
番近いノードを出発ノードまたは目的ノードとしている
が、一番近いリンク上の点にしても良いし、複数の地点
を設定するようにしても良い。また、探索手法としてこ
こではダイクストラ法を例に挙げたが、リンク毎のコス
ト情報を基に2地点間の最短コスト経路を求める方法で
あれば、どのような方法を用いても良い。また、出力装
置106において、表示や音声により誘導を行うことと
したが、例えば自動操縦部を付加し、選出した経路を自
動車の操縦系に与えるようにしても良い。さらに、上記
実施の形態で説明した構成を組み合わせて使用してもか
まわない。
Further, the first to third configuration examples described above may be configured as hardware or may be configured by a program processing such as multitasking of a microcomputer. Locator 102 may have any configuration as long as it has a function of detecting the current position of the vehicle. The input device 101 specifies the position by scrolling the image of the map displayed on the output device 106. However, the input device 101 may specify the position by selecting a previously stored latitude and longitude. good. Further, the point setting unit 302 may set the departure place according to the position input by the user. Further, the nodes closest to the departure place and the destination, respectively, are set as the departure node or the destination node. However, the nodes may be the points on the closest link, or a plurality of points may be set. Although the Dijkstra method has been described as an example of the search method, any method may be used as long as the method finds the shortest cost route between two points based on the cost information for each link. In the output device 106, guidance is provided by display or voice. However, for example, an automatic control unit may be added to provide the selected route to the control system of the vehicle. Further, the configurations described in the above embodiments may be used in combination.

【0055】また、本発明は、プログラムによって実現
し、これをフロッピーディスク等の記録媒体に記録して
移送することにより、独立した他のコンピュータ・シス
テムで容易に実施することができる。この場合、記録媒
体は、フロッピーディスクに限らず、光ディスク、IC
カード、ROMカセット等、プログラムを記録できるも
のであればどのような媒体であっても良い。
Further, the present invention is realized by a program, and is recorded on a recording medium such as a floppy disk and transferred, whereby it can be easily implemented by another independent computer system. In this case, the recording medium is not limited to a floppy disk,
Any medium, such as a card or a ROM cassette, capable of recording a program may be used.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の一実施形態に係るカーナビゲーション
システムの構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a car navigation system according to one embodiment of the present invention.

【図2】地図データの一構成例を示す図である。FIG. 2 is a diagram illustrating a configuration example of map data.

【図3】階層別地図データの構成を説明するための図で
ある。
FIG. 3 is a diagram illustrating a configuration of hierarchical map data.

【図4】図1に示すナビゲーション装置105の構成例
を示す機能ブロック図である。
FIG. 4 is a functional block diagram showing a configuration example of a navigation device 105 shown in FIG.

【図5】図4に示す経路選出部203の第1の構成例を
示す機能ブロック図である。
FIG. 5 is a functional block diagram illustrating a first configuration example of a route selection unit 203 illustrated in FIG. 4;

【図6】経路選出部203の第1の構成例における地点
設定部302の動作を示すフローチャートである。
FIG. 6 is a flowchart illustrating an operation of a point setting unit 302 in the first configuration example of the route selection unit 203.

【図7】経路選出部203の第1の構成例における経路
探索部303の動作を示すフローチャートである。
FIG. 7 is a flowchart illustrating an operation of the route search unit 303 in the first configuration example of the route selection unit 203;

【図8】従来のカーナビゲーションシステムにおける探
索処理動作と地図読込動作との処理タイミングを示すタ
イミングチャートである。
FIG. 8 is a timing chart showing processing timings of a search processing operation and a map reading operation in a conventional car navigation system.

【図9】経路選出部203の第1の構成例における探索
処理動作と地図読込動作との処理タイミングを示すタイ
ミングチャートである。
FIG. 9 is a timing chart showing processing timings of a search processing operation and a map reading operation in the first configuration example of the route selection unit 203;

【図10】図4に示す経路選出部203の第2の構成例
を示す機能ブロック図である。
FIG. 10 is a functional block diagram illustrating a second configuration example of the route selection unit 203 illustrated in FIG. 4;

【図11】経路選出部203の第2の構成例における探
索処理動作と地図読込動作との処理タイミングを示すタ
イミングチャートである。
FIG. 11 is a timing chart showing processing timings of a search processing operation and a map reading operation in a second configuration example of the route selection unit 203;

【図12】図4に示す経路選出部203の第3の構成例
を示す機能ブロック図である。
12 is a functional block diagram showing a third configuration example of the route selection unit 203 shown in FIG.

【図13】経路選出部203の第3の構成例において、
階層3が省略される場合の概念図である。
FIG. 13 shows a third configuration example of the route selection unit 203.
It is a conceptual diagram when the hierarchy 3 is omitted.

【図14】経路選出部203の第3の構成例における経
路探索部303の経路探索処理を示すフローチャートで
ある。
FIG. 14 is a flowchart showing a route search process of a route search unit 303 in a third configuration example of the route selection unit 203.

【符号の説明】[Explanation of symbols]

101 入力装置 102 ロケータ 103 記録装置 104 通信装置 105 ナビゲーション装置 106 出力装置 201 位置検出部 202 情報検索・提供部 203 経路選出部 204 誘導部 301 地図格納部 302 地点設定部 303 経路探索部 304 探索結果データ格納部 401 地図読込並行処理部 501 第1地図格納部 502 第2地図格納部 601 探索階層判定部 Reference Signs List 101 input device 102 locator 103 recording device 104 communication device 105 navigation device 106 output device 201 position detecting unit 202 information searching / providing unit 203 route selecting unit 204 guiding unit 301 map storing unit 302 point setting unit 303 route searching unit 304 search result data Storage unit 401 Map reading parallel processing unit 501 First map storage unit 502 Second map storage unit 601 Search hierarchy determination unit

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 地図データ上の任意の2地点間の最適経
路を選出するための方法であって、 前記地図データ上で探索する2地点を設定するステップ
と、 前記2地点が設定されている間に、経路探索に必要とな
る範囲の地図データを先読みするステップと、 前記先読みされた地図データに基づいて、前記設定され
た2地点間の最適経路を探索するステップとを備える、
経路選出方法。
1. A method for selecting an optimum route between two arbitrary points on map data, comprising the steps of: setting two points to be searched on the map data; and setting the two points. A step of prefetching map data in a range necessary for a route search, and a step of searching for an optimal route between the set two points based on the prefetched map data,
Route selection method.
【請求項2】 地図データ上の任意の2地点間の最適経
路を選出するための方法であって、 前記地図データ上で探索する2地点を設定するステップ
と、 経路探索に必要となる範囲の地図データを読み込むステ
ップと、 前記読み込まれた地図データに基づいて、前記設定され
た2地点間の最適経路を探索するステップとを備え、 前記最適経路を探索するステップは、前記設定された2
地点間の最適経路が決定するまで、探索範囲を徐々に広
げた経路探索を繰り返し行い、 前記地図データを読み込むステップは、前記2地点が設
定されている間に初回の経路探索に必要となる範囲の地
図データを読み込み、前記最適経路を探索するステップ
が第n(nは、2以上の自然数)回目の経路探索を行っ
ている間に、第n+1回目の経路探索に必要な範囲の地
図データを読み込むことを特徴とする、経路選出方法。
2. A method for selecting an optimal route between two arbitrary points on map data, comprising: setting two points to be searched on the map data; A step of reading map data; and a step of searching for the optimum route between the two set points based on the read map data. The step of searching for the optimum route includes:
Until the optimum route between the points is determined, the route search with the search range gradually expanded is repeatedly performed, and the step of reading the map data is performed in a range necessary for the first route search while the two points are set. While the step of reading the map data and searching for the optimal route is performing the n-th (n is a natural number of 2 or more) route searches, the map data in the range necessary for the (n + 1) -th route search is A route selection method characterized by reading.
【請求項3】 階層化された地図データを用いて、任意
の2地点間の最適経路を選出するための方法であって、 前記地図データ上で探索する2地点を設定するステップ
と、 前記設定された2地点間の位置関係に応じて、省略可能
な探索階層を除外した探索候補階層を決定するステップ
と、 前記地図データに基づいて、前記設定された2地点間の
最適経路を探索するステップとを備え、 前記最適経路を探索するステップは、探索範囲が広がる
につれて前記探索候補階層間で上位階層への移行処理を
行いながら、前記設定された2地点間の最適経路を探索
することを特徴とする、経路選出方法。
3. A method for selecting an optimum route between any two points using hierarchical map data, the method comprising: setting two points to be searched on the map data; Determining a search candidate hierarchy excluding an omissible search hierarchy according to the determined positional relationship between the two locations; and searching for the optimal route between the set two locations based on the map data. The step of searching for the optimum route includes searching for the optimum route between the two set points while performing a process of shifting to a higher hierarchy between the search candidate hierarchies as the search range becomes wider. The route selection method.
【請求項4】 前記最適経路を探索するステップは、 前記探索候補階層に含まれているある下位階層から次の
上位階層への移行処理を行うとき、当該次の上位階層へ
移行可能な上位移行地点が予め決められた数以上存在し
ているか否かを判断し、 前記上位移行地点が予め決められた数以上存在している
場合は、前記次の上位階層への移行処理を行い、 前記上位移行地点が予め決められた数よりも少ない場合
は、前記次の上位階層よりも下位の階層であって、前記
探索候補階層から除外された階層へ移行することを特徴
とする、請求項3に記載の経路選出方法。
4. The step of searching for the optimum route, wherein, when performing a process of shifting from a certain lower hierarchy included in the search candidate hierarchy to the next upper hierarchy, an upper migration capable of shifting to the next upper hierarchy It is determined whether or not the points are present in a predetermined number or more. If the upper transition points are present in a predetermined number or more, the transition processing to the next higher hierarchy is performed. The method according to claim 3, wherein when the number of transition points is smaller than a predetermined number, a transition is made to a layer lower than the next upper layer and excluded from the search candidate layer. 5. The route selection method described.
【請求項5】 階層化された地図データを用いて、任意
の2地点間の最適経路を選出するための方法であって、 前記地図データ上で探索する2地点を設定するステップ
と、 探索範囲が広がるにつれて前記地図データを下位階層か
ら上位階層に移行させつつ、前記設定された2地点間の
最適経路を探索するステップとを備え、 前記最適経路を探索するステップは、 ある1つの階層での探索時において、上位階層へ移行可
能な地点数をカウントし、 前記カウントされた上位階層に移行可能な地点数が予め
決められた値以上になれば、その階層での探索処理を終
了し、上位階層へ移行することを特徴とする、経路選出
方法。
5. A method for selecting an optimum route between any two points using hierarchical map data, comprising: setting two points to be searched on the map data; Searching for an optimal route between the set two points while shifting the map data from a lower hierarchy to an upper hierarchy as the map spreads, wherein the step of searching for the optimal route comprises: At the time of the search, the number of points that can be moved to the upper layer is counted, and if the counted number of points that can be moved to the upper layer is equal to or greater than a predetermined value, the search process in that layer is terminated, A route selection method characterized by shifting to a hierarchy.
JP6357198A 1998-03-13 1998-03-13 Route selection method Expired - Fee Related JP3717300B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6357198A JP3717300B2 (en) 1998-03-13 1998-03-13 Route selection method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6357198A JP3717300B2 (en) 1998-03-13 1998-03-13 Route selection method

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2005188475A Division JP3910203B2 (en) 2005-06-28 2005-06-28 Route selection method

Publications (2)

Publication Number Publication Date
JPH11257987A true JPH11257987A (en) 1999-09-24
JP3717300B2 JP3717300B2 (en) 2005-11-16

Family

ID=13233081

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6357198A Expired - Fee Related JP3717300B2 (en) 1998-03-13 1998-03-13 Route selection method

Country Status (1)

Country Link
JP (1) JP3717300B2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003088189A1 (en) * 2002-03-29 2003-10-23 Matsushita Electric Industrial Co., Ltd. Map matching method, map matching device, database for shape matching, and shape matching device
JP2004125537A (en) * 2002-09-30 2004-04-22 Matsushita Electric Ind Co Ltd Map matching method and device
JP2008292416A (en) * 2007-05-28 2008-12-04 Funai Electric Co Ltd Navigation device
DE102009045039A1 (en) 2008-10-16 2010-04-22 Aisin AW Co., Ltd., Anjo-shi Navigation device and program
JP2014160490A (en) * 2004-03-23 2014-09-04 Google Inc Generating and serving tiles in digital mapping system
EP2075537B1 (en) * 2007-12-25 2019-03-20 Aisin Aw Co., Ltd. Navigation apparatus and program
CN115790637A (en) * 2023-02-02 2023-03-14 北京铭海博纳科技发展有限公司 Road optimizing method

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102610090A (en) * 2012-03-06 2012-07-25 张忠义 Parking space management method for urban road parking

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04362987A (en) * 1991-03-19 1992-12-15 Matsushita Electric Ind Co Ltd Path selection device
JPH08128843A (en) * 1994-11-01 1996-05-21 Fujitsu Ten Ltd Path searching device
JPH08136276A (en) * 1994-11-11 1996-05-31 Matsushita Electric Ind Co Ltd Course selection system
JPH08292058A (en) * 1995-04-21 1996-11-05 Matsushita Electric Ind Co Ltd Route searching device
JPH0996537A (en) * 1995-09-29 1997-04-08 Matsushita Electric Ind Co Ltd Path searching device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04362987A (en) * 1991-03-19 1992-12-15 Matsushita Electric Ind Co Ltd Path selection device
JPH08128843A (en) * 1994-11-01 1996-05-21 Fujitsu Ten Ltd Path searching device
JPH08136276A (en) * 1994-11-11 1996-05-31 Matsushita Electric Ind Co Ltd Course selection system
JPH08292058A (en) * 1995-04-21 1996-11-05 Matsushita Electric Ind Co Ltd Route searching device
JPH0996537A (en) * 1995-09-29 1997-04-08 Matsushita Electric Ind Co Ltd Path searching device

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003088189A1 (en) * 2002-03-29 2003-10-23 Matsushita Electric Industrial Co., Ltd. Map matching method, map matching device, database for shape matching, and shape matching device
US7657372B2 (en) 2002-03-29 2010-02-02 Panasonic Corporation Map matching method, map matching device, database for shape matching, and shape matching device
JP2004125537A (en) * 2002-09-30 2004-04-22 Matsushita Electric Ind Co Ltd Map matching method and device
JP2014160490A (en) * 2004-03-23 2014-09-04 Google Inc Generating and serving tiles in digital mapping system
JP2008292416A (en) * 2007-05-28 2008-12-04 Funai Electric Co Ltd Navigation device
EP2075537B1 (en) * 2007-12-25 2019-03-20 Aisin Aw Co., Ltd. Navigation apparatus and program
DE102009045039A1 (en) 2008-10-16 2010-04-22 Aisin AW Co., Ltd., Anjo-shi Navigation device and program
JP2010096603A (en) * 2008-10-16 2010-04-30 Aisin Aw Co Ltd Navigation apparatus and program
US8219313B2 (en) 2008-10-16 2012-07-10 Aisin Aw Co., Ltd. Navigation device and program
CN115790637A (en) * 2023-02-02 2023-03-14 北京铭海博纳科技发展有限公司 Road optimizing method

Also Published As

Publication number Publication date
JP3717300B2 (en) 2005-11-16

Similar Documents

Publication Publication Date Title
US5274387A (en) Navigation apparatus for vehicles
EP1531320B1 (en) Recording medium for map data having stored composite intersection traffic regulations
US20020052689A1 (en) Navigation apparatus
JPH109884A (en) Path guidance apparatus and path finding method for vehicle
US20060293845A1 (en) Vehicle navigation system and method of generating updated map data for vehicle navigation system
JPH09184734A (en) Path selection method and system
JP2002310699A (en) Mobile navigation device and mobile navigation method
JP3750323B2 (en) Vehicle navigation device and storage medium storing program thereof
KR20080113953A (en) Method and system for finding nearest neighbors based on vboronoi diagram
US20080040032A1 (en) System for searching intersections and method thereof
JP3717300B2 (en) Route selection method
JP3838315B2 (en) Navigation device and recording medium
JP4145199B2 (en) Destination patrol route search method and navigation system
JP3789306B2 (en) Route search method
JP3910203B2 (en) Route selection method
JP3171574B2 (en) Route selection method
JP3270383B2 (en) Route selection method and system
JP3871833B2 (en) Navigation device
JPH11325935A (en) Course searching unit
JP2890001B2 (en) Vehicle travel guidance device
JPH02201600A (en) Route-planning method based on buckets and navigation system fitted with route-planning apparatus practicing said method
JP3447483B2 (en) Route search device
JP2001153671A (en) Navigation device and method and recording medium storing navigation software
JP3461660B2 (en) Route search device
JP2002156238A (en) Navigation apparatus

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20041021

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20041021

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20041029

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20041129

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20041227

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050215

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20050510

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050628

A911 Transfer of reconsideration by examiner before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20050705

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20050830

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050830

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080909

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090909

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090909

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100909

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees