JP3517029B2 - In-vehicle route search device - Google Patents

In-vehicle route search device

Info

Publication number
JP3517029B2
JP3517029B2 JP14216995A JP14216995A JP3517029B2 JP 3517029 B2 JP3517029 B2 JP 3517029B2 JP 14216995 A JP14216995 A JP 14216995A JP 14216995 A JP14216995 A JP 14216995A JP 3517029 B2 JP3517029 B2 JP 3517029B2
Authority
JP
Japan
Prior art keywords
road
information
route search
road type
node information
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.)
Expired - Fee Related
Application number
JP14216995A
Other languages
Japanese (ja)
Other versions
JPH08334373A (en
Inventor
高司 野村
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.)
Xanavi Informatics Corp
Original Assignee
Xanavi Informatics Corp
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 Xanavi Informatics Corp filed Critical Xanavi Informatics Corp
Priority to JP14216995A priority Critical patent/JP3517029B2/en
Publication of JPH08334373A publication Critical patent/JPH08334373A/en
Application granted granted Critical
Publication of JP3517029B2 publication Critical patent/JP3517029B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、予め設定した出発地か
ら目的地までの経路について周知のダイクストラ法等を
用いて経路探索を行って推奨ルートを演算し、演算した
推奨ルートを周辺の道路地図とともに表示する車載用経
路探索装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention calculates a recommended route by using a well-known Dijkstra method or the like for a preset route from a starting point to a destination, and calculates the recommended route around the surrounding roads. The present invention relates to a vehicle-mounted route search device displayed together with a map.

【0002】[0002]

【従来の技術】CD−ROM等の地図記憶メモリに記憶
されている地図表示用データやルート探索用データに基
づいて、出発地から目的地まで経路探索を行って推奨ル
ートを演算する車載用経路探索装置が知られている。
2. Description of the Related Art An on-vehicle route for calculating a recommended route by performing a route search from a starting point to a destination based on map display data and route search data stored in a map storage memory such as a CD-ROM. Search devices are known.

【0003】図10は、従来の車載用経路探索装置の推
奨ルート探索処理を示すフローチャートである。図10
のステップS201では、出発地を起点として経路探索
を開始し、徐々に経路探索範囲を広げていく。ステップ
S202では、基準となるノード周辺のルート探索用デ
ータを地図記憶メモリから読み出す。例えば図9におい
て、ノードAからノードBを通ってノードCに至る経路
が推奨ルートの候補として選定された場合には、ノード
C周辺のルート探索用データを読み出す。
FIG. 10 is a flowchart showing a recommended route search process of a conventional vehicle-mounted route search device. Figure 10
In step S201, the route search is started from the departure point and the route search range is gradually expanded. In step S202, the route search data around the reference node is read from the map storage memory. For example, in FIG. 9, when the route from node A to node C to node C is selected as a recommended route candidate, route search data around node C is read.

【0004】ステップS203では、読み出したルート
探索用データのうち、基準となるノードに接続されてい
るすべての隣接ノードを抽出する。図9の場合、基準ノ
ードCに接続されているノードa〜fを抽出する。ステ
ップS204では、抽出したノードa〜fのうち、所定
の条件を満たすノード(例えば、最短時間で到達可能な
ノード)を最終的な隣接ノードとして選択する。ステッ
プS205では、目的地まで経路探索を行ったか否かを
判定し、判定が否定されるとステップS202に戻り、
判定が肯定されると処理を終了する。
In step S203, all the adjacent nodes connected to the reference node are extracted from the read route search data. In the case of FIG. 9, the nodes a to f connected to the reference node C are extracted. In step S204, of the extracted nodes a to f, a node satisfying a predetermined condition (for example, a node reachable in the shortest time) is selected as a final adjacent node. In step S205, it is determined whether or not the route has been searched to the destination. If the determination is negative, the process returns to step S202,
If the determination is positive, the process ends.

【0005】図11は従来の車載用経路探索装置の地図
記憶メモリに格納されているルート探索用データのデー
タ配置図である。図示のように、ルート探索用データは
リンク情報からなり、各リンク情報はメッシュ領域(例
えば16km四方)を単位として分類して配置されてい
る。
FIG. 11 is a data layout diagram of route search data stored in a map storage memory of a conventional vehicle-mounted route search device. As shown in the figure, the route search data is composed of link information, and each link information is classified and arranged in units of mesh areas (for example, 16 km square).

【0006】[0006]

【発明が解決しようとする課題】従来の車載用経路探索
装置では、図10のステップS203のように、基準と
なるノードに隣接されるリンク情報をすべて抽出し、抽
出したリンク情報中の道路種別情報等に基づいて隣接ノ
ードを選択していた。すなわち、従来は、個々のノード
に接続されるすべてのノードを考慮に入れて経路探索演
算を行っており、例えば演算の途中で推奨ルートの候補
として国道が選択された場合でも、国道以外の道路種別
の道路も含めて経路探索を行っていた。このため、一般
道路や細道路など明らかに経路探索の対象となりえない
道路であっても、いったんは各道路を推奨ルートの候補
として選択しなければならず、経路探索に要する演算時
間が長くなるという問題があった。
In the conventional vehicle-mounted route search device, as in step S203 of FIG. 10, all link information adjacent to the reference node is extracted, and the road type in the extracted link information is extracted. The adjacent node was selected based on the information. That is, conventionally, the route search calculation is performed in consideration of all the nodes connected to the individual nodes. For example, even when a national road is selected as a recommended route candidate in the middle of the calculation, a road other than the national road is selected. The route was searched including the types of roads. Therefore, even for roads such as ordinary roads and narrow roads that cannot be clearly targeted for route search, each road must be selected once as a recommended route candidate, and the calculation time required for route search becomes long. There was a problem.

【0007】本発明の目的は、推奨ルートを演算精度を
維持しつつ短時間で演算できる車載用経路探索装置を提
供することにある。
An object of the present invention is to provide an in-vehicle route search device capable of calculating a recommended route in a short time while maintaining the calculation accuracy.

【0008】[0008]

【課題を解決するための手段】実施例を示す図1に対応
づけて本発明を説明すると、請求項1の発明は、経路探
索に必要なノードに関する情報(ノード情報)を記憶す
る道路地図記憶手段7と、この道路地図記憶手段7に記
憶されているノード情報に基づいて、設定された車両位
置から目的地まで経路探索を行って推奨ルートを演算す
る推奨ルート演算手段とを備えた車載用経路探索装置に
適用され、道路地図記憶手段7には、(1) ノード情
報として、少なくとも第1および第2の道路種別の2つ
の道路に関する情報が記憶され、(2) 第1の道路種
別は第2の道路種別より高い優先順位を有しており、
(3) ノード情報のうち、第1の道路種別の道路と第
2の道路種別の道路とが交差する交差点のノード情報
は、優先順位が高い第1の道路種別のノード情報として
記憶されることにより、上記目的は達成される。請求項
2に記載の発明は、経路探索に必要なノードに関する情
報(ノード情報)を記憶する道路地図記憶手段7と、こ
の道路地図記憶手段7に記憶されているノード情報に基
づいて、設定された車両位置から目的地まで経路探索を
行って推奨ルートを演算する推奨ルート演算手段とを備
えた車載用経路探索装置に適用され、道路地図記憶手段
7には、(1) ノード情報として、少なくとも第1お
よび第2の道路種別の2つの道路に関する情報が記憶さ
れ、(2) 第1の道路種別は第2の道路種別より高い
優先順位を有しており、(3) ノード情報のうち、第
1の道路種別の道路と第2の道路種別の道路とが交差す
る交差点のノード情報は、優先順位が高い第1の道路種
別のノード情報として記憶され、(4) ノード情報
は、各道路種別毎に割り当てたメモリ領域に記憶される
ことにより、上記目的は達成される。請求項3に記載の
発明は、経路探索に必要なノードに関する情報(ノード
情報)を記憶する道路地図記憶手段7と、この道路地図
記憶手段7に記憶されているノード情報に基づいて、設
定された車両位置から目的地まで経路探索を行って推奨
ルートを演算する推奨ルート演算手段とを備えた車載用
経路探索装置に適用され、道路地図記憶手段7には、
(1) ノード情報が地理的に複数の領域に分けられた
各領域について記憶され、(2) ノード情報として、
少なくとも第1および第2の道路種別の2つの道路に関
する情報が記憶され、(3) 第1の道路種別は第2の
道路種別より高い優先順位を有しており、(4)ノード
情報のうち、第1の道路種別の道路と第2の道路種別の
道路とが交差する交差点のノード情報は、優先順位が高
い第1の道路種別のノード情報として記憶されることに
より、上記目的は達成される。請求項4に記載の発明
は、請求項1〜3のいずれかの項に記載の車載用経路探
索装置において、推奨ルートの演算途中に推奨ルートの
道路種別を決定し、決定された道路種別に関連するノー
ド情報に基づいて推奨ルートを演算するように推奨ルー
ト演算手段を構成するものである。
When describing the present invention in association with Figure 1 showing an embodiment [SUMMARY OF], a first aspect of the invention, a road map for storing information (node information) about the node required ROUTE SEARCH On-vehicle equipped with a storage means 7 and a recommended route calculation means for calculating a recommended route by performing a route search from a set vehicle position to a destination based on the node information stored in the road map storage means 7. It is applied to a route search device, and the road map storage means 7 stores (1) node information.
As a report, at least two of the first and second road types
Information about the roads of the first road type is stored (2)
Another has a higher priority than the second road type,
(3) Of the node information, the first road type road and the first road type
Node information of the intersection where the roads of 2 road types intersect
Is the node information of the first road type with high priority.
By being stored , the above object is achieved. The invention according to claim 2 provides information on nodes required for route search.
Road map storage means 7 for storing information (node information), and
Based on the node information stored in the road map storage means 7 of
Based on this, route search from the set vehicle position to the destination
Equipped with recommended route calculation means to go and calculate the recommended route
It is applied to the in-vehicle route search device and is a road map storage means.
7 includes (1) at least the first node information as node information.
And information about two roads of the second road type is stored.
(2) The first road type is higher than the second road type
It has a priority, and (3) of the node information,
The road of the first road type and the road of the second road type intersect
The node information of the intersection is the first road type with high priority.
Stored as separate node information, (4) node information
Is stored in the memory area allocated for each road type
Thereby, the above object is achieved. The invention according to claim 3 is the information (node
Information), a road map storage means 7, and this road map.
Based on the node information stored in the storage means 7,
Recommended by conducting a route search from a fixed vehicle position to the destination
For vehicles equipped with recommended route calculation means for calculating routes
It is applied to a route search device, and the road map storage means 7
(1) Node information is geographically divided into multiple areas
It is stored for each area, and (2) as node information,
At least two roads of the first and second road types
Information is stored, and (3) the first road type is the second
It has a higher priority than the road type, and (4) node
Of the information, the roads of the first road type and the roads of the second road type
The node information of intersections that intersect with roads has a high priority.
To be stored as node information for the first road type
Therefore, the above object is achieved. The invention according to claim 4
Is a vehicle-mounted route search according to any one of claims 1 to 3.
In the search equipment, the recommended route is calculated during the calculation of the recommended route.
Determines the road type, and
Recommended route to calculate the recommended route based on the route information.
It constitutes a computing unit.

【0009】[0009]

【作用】請求項1に記載の発明では、ノード情報のう
ち、第1の道路種別の道路と第2の道路種別の道路とが
交差する交差点のノード情報は、優先順位が高い第1の
道路種別のノード情報として記憶される。請求項2に記
載の発明では、ノード情報は、各道路種別毎に割り当て
たメモリ領域に記憶される。請求項3に記載の発明で
は、ノード情報が地理的に複数の領域に分けられた各領
域について記憶される。請求項4に記載の発明では、
奨ルートを演算している途中で推奨ルートの道路種別を
決定し、決定した道路種別に関連するノード情報(例え
ば、決定した道路種別と同一の道路種別のノード情報)
だけを用いて経路探索を行う。
In the invention described in claim 1, the node information
Then, the road of the first road type and the road of the second road type are
The node information of the intersecting intersections is the information of the first
It is stored as road type node information. In the invention according to claim 2, the node information is assigned for each road type.
Stored in the memory area. According to the invention of claim 3, the node information is geographically divided into a plurality of areas.
Memorized about the area. In the invention according to claim 4, the road type of the recommended route is determined while the recommended route is being calculated, and the node information related to the determined road type (for example, the node of the same road type as the determined road type) is determined. information)
Use only to perform route search.

【0010】なお、本発明の構成を説明する上記課題を
解決するための手段と作用の項では、本発明を分かり易
くするために実施例の図を用いたが、これにより本発明
が実施例に限定されるものではない。
Incidentally, in the section of means and action for solving the above problems for explaining the constitution of the present invention, the drawings of the embodiments are used for the purpose of making the present invention easy to understand. It is not limited to.

【0011】[0011]

【実施例】図1は本発明による車載用経路探索装置の一
実施例のブロック図である。図1において、1は車両の
現在地を検出する現在地検出装置であり、例えば車両の
進行方位を検出する方位センサや車速を検出する車速セ
ンサやGPS(Global Positioning System)衛星から
のGPS信号を検出するGPSセンサ等から成る。
1 is a block diagram of an embodiment of a vehicle-mounted route search device according to the present invention. In FIG. 1, reference numeral 1 denotes a current position detection device for detecting the current position of the vehicle, for example, a direction sensor for detecting the traveling direction of the vehicle, a vehicle speed sensor for detecting the vehicle speed, and a GPS signal from a GPS (Global Positioning System) satellite. It is composed of a GPS sensor and the like.

【0012】2は装置全体を制御する制御回路であり、
マイクロプロセッサおよびその周辺回路から成る。3は
車両の目的地等を入力する入力装置、4は現在地検出装
置1により検出された車両位置情報等を格納するDRA
M、5は表示装置6に表示するための画像データを格納
する画像メモリであり、画像メモリ5に格納された画像
データは適宜読み出されて表示装置6に表示される。
Reference numeral 2 is a control circuit for controlling the entire apparatus,
It consists of a microprocessor and its peripheral circuits. Reference numeral 3 is an input device for inputting a destination of the vehicle, and 4 is a DRA for storing vehicle position information detected by the current position detection device 1.
M and 5 are image memories for storing image data to be displayed on the display device 6, and the image data stored in the image memory 5 are appropriately read and displayed on the display device 6.

【0013】7は、道路地図表示、経路探索およびマッ
プマッチング等を行うための種々のデータを格納する地
図記憶メモリであり、例えばCD−ROM装置や磁気記
録装置等で構成される。地図記憶メモリ7には、道路形
状に関する情報から成る地図表示用データと、道路形状
とは直接関係しない分岐点情報や交差点情報などから成
るルート探索用データとが格納されている。地図表示用
データは主に表示装置6に道路地図を表示する際に用い
られ、ルート探索用データは主に推奨経路を演算する際
に用いられる。
Reference numeral 7 is a map storage memory for storing various data for performing road map display, route search, map matching, etc., and is composed of, for example, a CD-ROM device or a magnetic recording device. The map storage memory 7 stores map display data composed of information about road shapes and route search data composed of branch point information and intersection information not directly related to road shapes. The map display data is mainly used when the road map is displayed on the display device 6, and the route search data is mainly used when the recommended route is calculated.

【0014】図2はルート探索用データのデータ構成図
である。図示のように、道路を表現する最小単位である
リンクの接続点(ノード)ごとに、他のノードとの接続
関係を示すノード情報が格納されている。各ノード情報
はそれぞれ、自ノード情報と隣接ノード情報とからな
り、自ノード情報の中にはノードの位置座標が格納され
ている。一方、隣接ノード情報には、図示のように、隣
接ノード番号と、自ノードから隣接ノードに至るまでの
リンク番号と、そのリンクのリンクコストと、そのリン
クの交通規制情報とが格納されている。また、各ノード
情報は、リンクの接続順に格納されており、格納されて
いる順番によって自ノードのノード番号を把握できるよ
うにしている。このため、自ノードのノード番号を格納
する必要がなく、メモリ容量を削減できる。
FIG. 2 is a data structure diagram of route search data. As shown in the figure, node information indicating a connection relationship with another node is stored for each connection point (node) of a link, which is the minimum unit for expressing a road. Each piece of node information consists of own node information and adjacent node information, and the position coordinates of the node are stored in the own node information. On the other hand, in the adjacent node information, as shown in the figure, the adjacent node number, the link number from the own node to the adjacent node, the link cost of the link, and the traffic regulation information of the link are stored. . Also, each node information is stored in the link connection order, and the node number of the own node can be grasped by the stored order. Therefore, it is not necessary to store the node number of the own node, and the memory capacity can be reduced.

【0015】図3は地図記憶メモリ7内部におけるルー
ト探索用データのデータ配置図である。図示のように、
ルート探索用データを構成する各ノード情報はメッシュ
領域(例えば16km四方)を単位として分類され、か
つ各単位に属するノード情報は道路種別に応じて分類さ
れている。道路種別には例えば図4の6種類があり、各
道路種別には優先順位が付けられている。図4では、上
の欄ほど優先順位が高いことを示している。
FIG. 3 is a data layout diagram of route search data in the map storage memory 7. As shown,
Each piece of node information forming the route search data is classified in units of a mesh area (for example, 16 km square), and the node information belonging to each unit is classified according to the road type. There are, for example, six types of roads in FIG. 4, and each road type is given a priority. In FIG. 4, the higher the column, the higher the priority.

【0016】また、異なる複数の道路種別の道路が交差
する地点のノードについては、最も上位の道路種別に合
わせて管理することで、ノード情報を重複して地図記憶
メモリ7に格納しないようにする。例えば、国道と一般
道路とが交差するノードは国道上のノードとして管理す
る。以下では、地図記憶メモリ7内部のルート探索用デ
ータのデータ配置領域を、道路種別に対応づけて、有料
・高速道データ領域、国道データ領域、県道データ領
域、主要地方道データ領域、一般道データ領域およびフ
ェリーデータ領域と呼ぶ。
The nodes at the points where the roads of different road types intersect are managed according to the highest road type so that the node information is not stored in the map storage memory 7 in duplicate. . For example, a node where a national road and a general road intersect is managed as a node on the national road. In the following, the data placement area of the route search data in the map storage memory 7 is associated with the road type, and the toll / highway data area, national road data area, prefectural road data area, main local road data area, general road data Area and ferry data area.

【0017】図5は高速道路、国道、主要地方道および
一般道路が互いに近接している道路地図の一例である。
図5の場合、ノードn1,n2に関するノード情報は高
速・有料道路データ領域に、ノードn3,n4,n5,
n6,n7,n9に関するノード情報は国道データ領域
に、ノードn8は主要地方道データ領域に、ノードs
1,s2,s3は一般道路データ領域にそれぞれ配置さ
れる。
FIG. 5 is an example of a road map in which highways, national roads, main local roads and general roads are close to each other.
In the case of FIG. 5, the node information regarding the nodes n1 and n2 is stored in the highway / toll road data area in the nodes n3, n4, n5.
The node information regarding n6, n7, and n9 is in the national road data area, the node n8 is in the main local road data area, and the node s
1, s2, s3 are arranged in the general road data area, respectively.

【0018】図6は制御回路2が行うメイン処理の概要
を示すフローチャートである。図6のステップS1で
は、現在地検出装置1を用いて車両位置を検出し、検出
した車両位置の近くにある経路探索の可能な経路上に経
路探索の開始点を設定する。ステップS2では、使用者
が入力装置3により入力した目的地情報を取り込み、目
的地の近くにある経路探索の可能な道路上に経路探索の
終了点を設定する。
FIG. 6 is a flow chart showing an outline of the main processing performed by the control circuit 2. In step S1 of FIG. 6, the vehicle position is detected by using the current position detection device 1, and a start point of the route search is set on a route searchable route near the detected vehicle position. In step S2, the destination information input by the user with the input device 3 is fetched, and the end point of the route search is set on the road where the route search is possible near the destination.

【0019】ステップS3では、後述する推奨ルート探
索処理を行って、ステップS1,S2によって設定した
開始点から終了点に至るまでの推奨ルートを演算する。
ステップS4では、図7に詳細を示す地図描画処理を行
い、表示装置6に表示すべきデータを画像メモリ5に格
納する。まず、図7のステップS21では、車両位置の
周囲の地図表示用データを地図記憶メモリ7から読み出
す。次に、ステップS22では、読み込んだ地図表示用
データの一部を画像メモリ5に描画(格納)する。ステ
ップS23では、図6のステップS3で演算した推奨ル
ートを表示するのに必要なデータを画像メモリ5に重ね
て描画(格納)する。
In step S3, a recommended route search process, which will be described later, is performed to calculate a recommended route from the start point to the end point set in steps S1 and S2.
In step S4, the map drawing process shown in detail in FIG. 7 is performed, and the data to be displayed on the display device 6 is stored in the image memory 5. First, in step S21 of FIG. 7, map display data around the vehicle position is read from the map storage memory 7. Next, in step S22, a part of the read map display data is drawn (stored) in the image memory 5. In step S23, the data necessary for displaying the recommended route calculated in step S3 of FIG. 6 is drawn (stored) in the image memory 5 in an overlapping manner.

【0020】図7のステップS23の処理が終了すると
図6のステップS5に進み、画像メモリ5に格納されて
いるデータを読み出し、表示装置6に推奨ルートおよび
その周辺の道路地図を表示する。
When the process of step S23 of FIG. 7 is completed, the process proceeds to step S5 of FIG. 6, the data stored in the image memory 5 is read, and the recommended route and the road map around it are displayed.

【0021】図8は図6のステップS3の推奨ルート探
索処理の詳細フローチャートである。図8のステップS
101では、図6のステップS1で設定した開始点を起
点として周知のダイクストラ法等により経路探索を開始
する。ステップS102では、途中までの経路探索結果
に基づいて推奨ルートの道路種別を決定する。例えば、
図9において、ノードAを経路探索の開始点として経路
探索を開始し、ノードA,B,Cを通過する国道が推奨
ルートの候補として選択された場合には、推奨ルートの
道路種別を国道とする。
FIG. 8 is a detailed flowchart of the recommended route search process in step S3 of FIG. Step S of FIG.
In 101, a route search is started by the well-known Dijkstra method or the like with the starting point set in step S1 of FIG. 6 as a starting point. In step S102, the road type of the recommended route is determined based on the route search result up to the middle. For example,
In FIG. 9, when the route search is started with the node A as the starting point of the route search and a national road passing through the nodes A, B, and C is selected as a recommended route candidate, the road type of the recommended route is the national road. To do.

【0022】ステップS103では、ステップS102
で決定した道路種別に関連するノード情報を地図記憶メ
モリ7から読み出す。ステップS104では、ステップ
S103で読み出したノード情報の中から選択の候補と
なりうるノード情報を抽出する処理を行う。例えば図9
において、ノードCまで経路探索が終了している場合に
は、ノードCに隣接するノードで、かつ国道上にあるノ
ードb,d,fに関するノード情報を抽出する。
In step S103, step S102
The node information related to the road type determined in step 1 is read from the map storage memory 7. In step S104, a process of extracting node information that can be a candidate for selection is performed from the node information read in step S103. For example, in FIG.
When the route search is completed up to the node C, the node information regarding the nodes b, d, and f that are adjacent to the node C and on the national road is extracted.

【0023】ステップS105では、ステップS104
で抽出したノード情報を用いて推奨ルート上の隣接ノー
ドを選択する。例えば、図9の場合、目的地方向にある
ノードbを隣接ノードとして選択する。ステップS10
6では、目的地(経路探索終了点)まで経路探索を行っ
たか否かを判定し、判定が肯定されるとリターンし、判
定が否定されるとステップS103に戻る。
In step S105, step S104
An adjacent node on the recommended route is selected using the node information extracted in. For example, in the case of FIG. 9, the node b in the destination direction is selected as the adjacent node. Step S10
In 6, it is determined whether or not the route search is performed up to the destination (route search end point). If the determination is affirmative, the process returns, and if the determination is negative, the process returns to step S103.

【0024】このように、本実施例では、経路探索演算
に利用可能なノード情報を道路種別ごとに分類して地図
記憶メモリ7に格納しておく。出発地および目的地が設
定されると、出発地(経路探索開始点)を起点として経
路探索演算を開始し、徐々に経路探索範囲を広げてい
く。経路探索の途中で推奨ルートの道路種別が定まる
と、以後は、定まった道路種別に対応するノード情報の
みを用いて経路探索を行う。これにより、複数の異なる
道路種別の道路が交差する交差点においては、特定の道
路種別のノード情報だけを用いて経路探索を行うことが
でき、従来に比べて経路探索に要する時間を大幅に短縮
できる。
As described above, in this embodiment, the node information that can be used for the route search calculation is classified according to the road type and stored in the map storage memory 7. When the departure place and the destination are set, the route search calculation is started with the departure place (route search start point) as the starting point, and the route search range is gradually expanded. When the road type of the recommended route is determined during the route search, thereafter, the route search is performed using only the node information corresponding to the determined road type. As a result, at an intersection where a plurality of roads of different road types intersect, a route search can be performed using only node information of a specific road type, and the time required for the route search can be significantly shortened compared to the related art. .

【0025】上述した実施例では、経路探索演算に利用
可能なノード情報を道路種別ごとに分類して地図記憶メ
モリ7に格納する例を説明したが、道路地図表示に用い
る地図表示用データを道路種別ごとに分類して格納して
もよい。また、道路種別の種類や優先順位は上記実施例
に限定されない。
In the above-described embodiment, the example in which the node information that can be used for the route search calculation is classified according to the road type and stored in the map storage memory 7 is described. You may classify and store for every classification. Further, the types of road types and the priorities are not limited to those in the above embodiment.

【0026】上述した実施例では、経路探索の途中で推
奨ルートの道路種別が決定されると、決定された道路種
別と同一の道路種別のノード情報を読み出しているが、
同一の道路種別のノード情報だけを読み出すのではな
く、決定された道路種別に近いノード情報を合わせて読
み出してもよい。例えば、決定された道路種別が国道の
場合には、国道と県道に関するノード情報を読み出して
経路探索を行ってもよい。
In the above-mentioned embodiment, when the road type of the recommended route is determined during the route search, the node information of the same road type as the determined road type is read.
Instead of reading only the node information of the same road type, node information close to the determined road type may be read together. For example, when the determined road type is a national road, the route search may be performed by reading the node information about the national road and the prefectural road.

【0027】以上の実施例において、地図記憶メモリ7
は道路地図記憶手段に、図8のフローチャートは推奨ル
ート演算手段に、図8のステップS102は道路種別決
定手段に、図8のステップS103〜S106は最終ル
ート演算手段に、それぞれ対応する。
In the above embodiment, the map storage memory 7
8 corresponds to the road map storage means, the flowchart of FIG. 8 corresponds to the recommended route calculation means, step S102 of FIG. 8 corresponds to the road type determination means, and steps S103 to S106 of FIG. 8 correspond to the final route calculation means.

【0028】[0028]

【発明の効果】以上詳細に説明したように、請求項1〜
の発明によれば、ノード情報を道路種別ごとに分類し
て重複しないように記憶するため、経路探索に必要な道
路種別のノード情報だけを読み出すことができ、推奨ル
ートの演算時間を短縮できる。また、異なる複数の道路
種別の道路が交差する地点については、最も優先順位の
高い道路種別に対応づけてノード情報を記憶するため、
ノード情報が重複して記憶されることはなく、メモリ容
量を削減できる。請求項4に記載の発明によれば、推奨
ルートの演算の途中で推奨ルートの道路種別が決定され
ると、以後は決定された道路種別に関連するノード情報
だけを対象として経路探索を行うため、経路探索範囲を
演算精度に影響を与えないように限定でき、推奨ルート
の演算時間を短縮できる。
As described in detail above, the first to third aspects are described .
According to the third aspect of the invention, since the node information is classified for each road type and stored so as not to be duplicated, only the node information of the road type necessary for the route search can be read, and the calculation time of the recommended route can be shortened. . In addition, for points at which roads of different road types intersect, node information is stored in association with the road type having the highest priority.
The node information is not redundantly stored and the memory capacity can be reduced . According to the invention described in claim 4, when the road type of the recommended route is determined during the calculation of the recommended route, the route search is thereafter performed only on the node information related to the determined road type. The route search range can be limited so as not to affect the calculation accuracy, and the recommended route calculation time can be shortened.

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

【図1】本発明による車載用経路探索装置の一実施例の
ブロック図。
FIG. 1 is a block diagram of an embodiment of an in-vehicle route search device according to the present invention.

【図2】ルート探索用データのデータ構成図。FIG. 2 is a data configuration diagram of route search data.

【図3】地図記憶メモリ内部におけるルート探索用デー
タのデータ配置図。
FIG. 3 is a data layout diagram of route search data in a map storage memory.

【図4】道路種別を優先順位をつけて分類した図。FIG. 4 is a diagram in which road types are classified according to priorities.

【図5】高速道路、国道、主要地方道および一般道路が
近接している道路地図の例を示す図。
FIG. 5 is a diagram showing an example of a road map in which highways, national roads, main local roads, and general roads are close to each other.

【図6】制御回路が行うメイン処理の概要を示すフロー
チャート。
FIG. 6 is a flowchart showing an outline of main processing performed by a control circuit.

【図7】図6のステップS4の地図描画処理の詳細フロ
ーチャート。
7 is a detailed flowchart of the map drawing process in step S4 of FIG.

【図8】図6のステップS3の推奨ルート探索処理の詳
細フローチャート。
FIG. 8 is a detailed flowchart of a recommended route search process in step S3 of FIG.

【図9】ノードAからノードBを通過してノードCに至
る経路が推奨ルートの候補として選択された例を示す
図。
FIG. 9 is a diagram showing an example in which a route from node A to node C to node C is selected as a recommended route candidate.

【図10】従来の推奨ルート探索処理の詳細フローチャ
ート。
FIG. 10 is a detailed flowchart of a conventional recommended route search process.

【図11】従来の地図記憶メモリに格納されているルー
ト探索用データのデータ配置図。
FIG. 11 is a data layout diagram of route search data stored in a conventional map storage memory.

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

1 現在地検出装置 2 制御回路 3 入力装置 4 DRAM 5 画像メモリ 6 表示装置 7 地図記憶メモリ 1 Current location detector 2 control circuit 3 input devices 4 DRAM 5 image memory 6 Display device 7 map memory

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G01C 21/00 G08G 1/0969 G09B 29/10 ─────────────────────────────────────────────────── ─── Continuation of the front page (58) Fields surveyed (Int.Cl. 7 , DB name) G01C 21/00 G08G 1/0969 G09B 29/10

Claims (4)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】路探索に必要なノードに関する情報(ノ
ード情報)を記憶する道路地図記憶手段と、 この道路地図記憶手段に記憶されている前記ノード情報
に基づいて、設定された車両位置から目的地まで経路探
索を行って推奨ルートを演算する推奨ルート演算手段と
を備えた車載用経路探索装置において、 前記道路地図記憶手段には、 (1) 前記ノード情報として、少なくとも第1および
第2の道路種別の2つの道路に関する情報が記憶され、 (2) 第1の道路種別は第2の道路種別より高い優先
順位を有しており、 (3) 前記ノード情報のうち、第1の道路種別の道路
と第2の道路種別の道路とが交差する交差点のノード情
報は、優先順位が高い第1の道路種別のノード情報とし
て記憶される ことを特徴とする車載用経路探索装置。
1. A information about nodes necessary ROUTE SEARCH (Roh
Based on the road map storage means that stores the road information) and the node information stored in the road map storage means, it is recommended to perform a route search from the set vehicle position to the destination and calculate a recommended route. In the vehicle-mounted route search device including route calculation means, the road map storage means includes (1) at least first and second node information as the node information.
Information about two roads of the second road type is stored, and (2) the first road type has a higher priority than the second road type.
It has a rank, (3) of the node information, the first road type road
Information of the intersection where the road and the road of the second road type intersect
The information is the node information of the first road type with high priority.
An in-vehicle route search device characterized in that it is stored in memory .
【請求項2】経路探索に必要なノードに関する情報(ノ
ード情報)を記憶する道路地図記憶手段と、 この道路地図記憶手段に記憶されている前記ノード情報
に基づいて、設定された車両位置から目的地まで経路探
索を行って推奨ルートを演算する推奨ルート演算手段と
を備えた車載用経路探索装置において、 前記道路地図記憶手段には、 (1) 前記ノード情報として、少なくとも第1および
第2の道路種別の2つの道路に関する情報が記憶され、 (2) 第1の道路種別は第2の道路種別より高い優先
順位を有しており、 (3) 前記ノード情報のうち、第1の道路種別の道路
と第2の道路種別の道路とが交差する交差点のノード情
報は、優先順位が高い第1の道路種別のノード情報とし
て記憶され、 (4) 前記ノード情報は、各道路種別毎に割り当てた
メモリ領域に記憶される ことを特徴とする車載用経路探
索装置。
2. Information (node) necessary for a route search
Map information), and the node information stored in the road map storage means.
Route search from the set vehicle position to the destination based on
With the recommended route calculation means to search for and calculate the recommended route
In the vehicle-mounted route search device including : (1) at least a first and
Information about two roads of the second road type is stored, and (2) the first road type has a higher priority than the second road type.
It has a rank, (3) of the node information, the first road type road
Information of the intersection where the road and the road of the second road type intersect
The information is the node information of the first road type with high priority.
Stored Te, (4) the node information assigned to each road type
An in-vehicle route search device characterized by being stored in a memory area .
【請求項3】経路探索に必要なノードに関する情報(ノ
ード情報)を記憶する道路地図記憶手段と、 この道路地図記憶手段に記憶されている前記ノード情報
に基づいて、設定された車両位置から目的地まで経路探
索を行って推奨ルートを演算する推奨ルート演算手段と
を備えた車載用経路探索装置において、 前記道路地図記憶手段には、 (1) 前記ノード情報が地理的に複数の領域に分けら
れた各領域について記憶され、 (2) 前記ノード情報として、少なくとも第1および
第2の道路種別の2つの道路に関する情報が記憶され、 (3) 第1の道路種別は第2の道路種別より高い優先
順位を有しており、 (4) 前記ノード情報のうち、第1の道路種別の道路
と第2の道路種別の道路とが交差する交差点のノード情
報は、優先順位が高い第1の道路種別のノード情報とし
て記憶される ことを特徴とする車載用経路探索装置。
3. Information (node information required for route search )
Map information), and the node information stored in the road map storage means.
Route search from the set vehicle position to the destination based on
With the recommended route calculation means to search for and calculate the recommended route
In the in-vehicle route search device including : (1) the node information is geographically divided into a plurality of areas.
Stored for each area, (2) As the node information, at least the first and
Information about two roads of the second road type is stored, and (3) the first road type has a higher priority than the second road type.
It has a rank, (4) of the node information, the first road type road
Information of the intersection where the road and the road of the second road type intersect
The information is the node information of the first road type with high priority.
An in-vehicle route search device characterized in that it is stored in memory .
【請求項4】請求項1〜3のいずれかの項に記載の車載4. The vehicle-mounted device according to any one of claims 1 to 3.
用経路探索装置において、In the route search device for 前記推奨ルート演算手段は、The recommended route calculation means is 推奨ルートの演算途中に推奨ルートの道路種別を決定Determine the road type of the recommended route during the calculation of the recommended route
し、Then 前記決定された道路種別に関連する前記ノード情報に基Based on the node information related to the determined road type
づいて推奨ルートを演算することを特徴とする車載用経Based on the vehicle route, the recommended route is calculated based on
路探索装置。Road search device.
JP14216995A 1995-06-08 1995-06-08 In-vehicle route search device Expired - Fee Related JP3517029B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP14216995A JP3517029B2 (en) 1995-06-08 1995-06-08 In-vehicle route search device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP14216995A JP3517029B2 (en) 1995-06-08 1995-06-08 In-vehicle route search device

Publications (2)

Publication Number Publication Date
JPH08334373A JPH08334373A (en) 1996-12-17
JP3517029B2 true JP3517029B2 (en) 2004-04-05

Family

ID=15308967

Family Applications (1)

Application Number Title Priority Date Filing Date
JP14216995A Expired - Fee Related JP3517029B2 (en) 1995-06-08 1995-06-08 In-vehicle route search device

Country Status (1)

Country Link
JP (1) JP3517029B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6307270B2 (en) * 2013-12-26 2018-04-04 株式会社ゼンリン Route search device

Also Published As

Publication number Publication date
JPH08334373A (en) 1996-12-17

Similar Documents

Publication Publication Date Title
JP2826079B2 (en) In-vehicle map database device
JP3496464B2 (en) Map acquisition system, map acquisition device, and navigation device equipped with map acquisition device
JPH10187033A (en) Map database device
JP3412164B2 (en) Route display device
JPH0553501A (en) Optimum course determining method using course table
JP3085054B2 (en) Route calculation device
JP3517029B2 (en) In-vehicle route search device
JP3502230B2 (en) Navigation device
JP2964832B2 (en) Road map display device
JP2902209B2 (en) Route search method
JP3450069B2 (en) Car navigation system
JPH0612594A (en) Navigation device equipped with route calculating function
JP3429923B2 (en) Car navigation system
JP2806149B2 (en) Navigation device with route calculation function
JP3406449B2 (en) In-vehicle navigation device and guidance route search method
JP2601943B2 (en) Optimal route calculation device
JPH07103773A (en) Method and device for path calculation
JPH07174575A (en) Route guidance apparatus for vehicle-mounting
JP3221183B2 (en) Navigation device with route calculation function
JP4198781B2 (en) Route search device
JP3869055B2 (en) Route search device
JP3464561B2 (en) In-vehicle map display device
JP2902208B2 (en) Route search method
JP3884091B2 (en) In-vehicle route search device and recommended route display method
JPH07272194A (en) Navigation device with return route calculating function

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20040106

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040122

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20120130

Year of fee payment: 8

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

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

Free format text: PAYMENT UNTIL: 20120130

Year of fee payment: 8

R371 Transfer withdrawn

Free format text: JAPANESE INTERMEDIATE CODE: R371

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

Free format text: PAYMENT UNTIL: 20120130

Year of fee payment: 8

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20120130

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20130130

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20140130

Year of fee payment: 10

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees