JP3860392B2 - Route search device - Google Patents

Route search device Download PDF

Info

Publication number
JP3860392B2
JP3860392B2 JP2000144784A JP2000144784A JP3860392B2 JP 3860392 B2 JP3860392 B2 JP 3860392B2 JP 2000144784 A JP2000144784 A JP 2000144784A JP 2000144784 A JP2000144784 A JP 2000144784A JP 3860392 B2 JP3860392 B2 JP 3860392B2
Authority
JP
Japan
Prior art keywords
intersection
search
route
adjacent
point
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
JP2000144784A
Other languages
Japanese (ja)
Other versions
JP2001324343A (en
JP2001324343A5 (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.)
Alpine Electronics Inc
Original Assignee
Alpine Electronics Inc
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 Alpine Electronics Inc filed Critical Alpine Electronics Inc
Priority to JP2000144784A priority Critical patent/JP3860392B2/en
Publication of JP2001324343A publication Critical patent/JP2001324343A/en
Publication of JP2001324343A5 publication Critical patent/JP2001324343A5/en
Application granted granted Critical
Publication of JP3860392B2 publication Critical patent/JP3860392B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は経路探索装置に係わり、特に、探索開始点から順次探索枝を延ばして目的地までの経路を探索する経路探索装置に関する。
【0002】
【従来の技術】
車載用ナビゲーション装置は、出発地点から目的地点までのコスト最小の経路、例えば最短距離を辿るような経路を探索し、画面に該経路を表示して運転者の走行案内をする(経路誘導機能)。この経路誘導機能によれば、実際の運転に際して、誘導経路を特定の色で太く表示するなど他の道路と識別可能に表示して、運転者が目的地まで容易に到着できるようになっている。車両が走行する経路を道路地図データから検索する方法として、ダイクストラ法が知られている。ダイクストラ法は出発地と目的地を結ぶ直線を半径とする領域、あるいは該領域より大きめの領域内に存在する全交差点を考慮して出発地から目的地迄の最短経路を探索するものである。
【0003】
図7はダイクストラ法の概略説明図で、道路を直線、交差点を直線の交点としてグラフ化したものであり、各交差点間の距離は既知で、Psは出発点(自車位置)、Pdは目的地である。ダイクストラ法では、出発地Psに隣接する1次交差点A1〜A4を求め、各1次交差点A1〜A4に対応させて0次の交差点(出発点)及び出発点からの距離を記憶する。ついで、各1次交差点A1〜A4について2次交差点Bijを求め、各2次交差点に対応させて1次交差点及び出発点からの距離を求める。例えば、1次交差点A2については3つの2次交差点B11,B12,B13が求まり、各2次交差点B11,B12,B13に対応させて、
11:1次交差点A2と出発点からの距離d11 12:1次交差点A2と出発点からの距離d12 13:1次交差点A2と出発点からの距離d13 ・・(a)
を記憶する。
【0004】
又、1次交差点A3について3つの2次交差点B21,B22,B23が求まり、各2次交差点B21,B22,B23に対応させて、
21:1次交差点A3と出発点からの距離d21 ・・(b)
22:1次交差点A3と出発点からの距離d22 23:1次交差点A3と出発点からの距離d23を記憶し、他の1次交差点A1,A4についても同様に2次交差点を求めて所定のデータを記憶する。ところで、交差点B13とB21は同一の交差点である。このように、デ−タを記憶すべき交差点が重複すると、出発点からの距離d13とd21の大小を比較し、小さい方のデータのみを記憶する。たとえば、d13>d21であれば、交差点B13(=B21)のデータとして(b)のデータが最終的に記憶される。
以後、同様に、各2次交差点について3次交差点Cijを求め、各3次交差点に対応させて2次交差点及び出発点からの距離を求めて記憶し、一般に各第i次交差点について第(i+1)次交差点を求め、各第(i+1)次交差点に対応させて第i次交差点と出発点からの累計距離を求めて記憶してゆけば、最終的に目的点Pdに到達する。尚、出発点及び目的点の双方からダイクストラ法により検索し、双方からの検索経路が互いにリンクした時点で検索を停止し、双方の検索経路を接続して出発点から目的点までの経路とすることもできる。
【0005】
以上では、ダイクストラ法により、階層構造を有しない地図データを用いて経路探索する場合であるが、階層構造を有する地図データを用いて経路探索することもできる。図8を参照して説明すると、まず、▲1▼下層の交差点ネットリストを用いて、出発点Psから上層起点Ps′までを結ぶ最適な第1経路PT1及び目的点Pdから上層終点Pd′までを結ぶ最適な第2経路PT2をそれぞれダイクストラ法により求め、しかる後、▲2▼上層の交差点ネットリストを用いて、上層起点Ps′から上層終点Pd′までを結ぶ最適な第3経路PT3をダイクストラ法により求め、▲3▼これら第1経路→第3経路→第2経路を順に結合して出発点から目的点までの最適経路とする。
【0006】
【発明が解決しようとする課題】
以上のように階層構造の道路ネットワークを用いてルート探索を行う場合、まず両地点Ps,Pdから伸ばされる探索枝が連結し合う上層レベルを決定し、両地点が含まれる最下層から上層の交差点まで探索枝を伸ばし、ついで、上層で探索枝を両方から伸ばしあい、接触した探索枝から両地点までのリンクの並びを最適ルートとする。かかる経路探索において、(1) 最下層から上層までの探索では、いかに少ない計算量で広範囲に探索枝を伸ばして有効な上層への交差点を探すかが重要なポイントであり、又、(2) 上層での探索では、同様に少ない計算量で両地点からの探索枝を接触させるかが重要なポイントとなる。
しかし、従来のダイクストラ法で探索枝を伸ばしていくと、アルゴリズムの性質上、探索開始地点に近いエリアほど密(びっしり)に、離れるほど疎(ぱらぱら)に計算され、探索される範囲は探索開始点を中心にグラデーション状にじわじわとゆっくり広がっていく。つまり従来の純粋なダイクストラ法によるルート探索では上記のポイントが解決されない問題がある。
以上から本発明の目的は、経路探索に要する計算量を減らし、探索時間を短縮することができる経路探索装置を提供することである。
【0007】
【課題を解決するための手段】
本発明では、(1) 探索開始点から目的点あるいはその近傍点までの直線距離をA、探索開始点から着目交差点を介してそれに隣接する交差点までの累計距離をD、探索開始点から該隣接交差点までの直線距離をBとするとき、隣接交差点までのコストCを次式
C=D+k(A−B)
により求め(kは係数)、(2) 隣接交差点までの経路のうちコストが最小の経路及び該コストを隣接交差点に対応させて保存し、同様に着目交差点に隣接する他の交差点に対応させて経路及びコストを保存し、(3) 以後保存した各隣接交差点を着目交差点とし探索枝を延ばして目的点までの経路を探索する。
【0008】
【発明の実施の形態】
(A)本発明の原理
図1は本発明の原理説明図である。探索開始点Psから目的点Pdあるいはその近傍点までの直線距離をA、探索開始点Psから着目交差点Piを介してそれに隣接する交差点Pn1までの累計距離をD、探索開始点Psから該隣接交差点Pn1までの直線距離をBとするとき、隣接交差点Pn1までのコストCを次式
C=D+k(A−B)
により求める(kは係数)。ついで、隣接交差点Pn1までの経路のうちコストが最小の経路及び該コストを隣接交差点Pn1に対応させて保存し、同様に他の隣接交差点Pn2,..に対応させて経路及びコストを保存する。以後、保存した各隣接交差点Pn1,Pn2,,..を着目交差点とし探索枝を延ばして目的点までの経路を探索する。
以上のようにすれば、着目交差点が探索開始地点から離れて探索範囲円の円周に近づくほどk(A−B)が小さくなる為、探索枝が円周方向へぐいぐい伸びるようになり、経路探索速度が向上する。
【0009】
(B)ナビゲーション装置の構成
図2は本発明を実現するナビゲーション装置の構成図であり、11は道路地図を記憶するDVD(地図データ記憶部)である。地図データは、(1) ノ−ドテーブルNDTB、道路リストRDLT、交差点構成ノ−ドリストCRLT、交差点ネットリストCRNLからなる道路レイヤと、(2) 地図上のオブジェクトを表示するための背景レイヤと、(3) 市町村名や国道名などを表示するための文字レイヤなどから構成されている。地図データに含まれる道路レイヤは図3に示すデータ構造を有している。このうち、道路リストRDLTは該当道路リンクの属性情報を与えるもので、リンク上の全ノ−ド数、リンクを構成する各ノ−ド、道路の種別(国道、高速道路、幅員、その他の別)等のデータより構成されている。交差点ノ−ド構成リストCRLTは地図上の各交差点毎に、該交差点に連結する各リンクの他端ノ−ド(交差点構成ノ−ドという)の集合を示すものである。ノ−ドテ−ブルNDTBは地図上の全ノ−ドのリストであり、ノ−ド毎に▲1▼位置情報(経度、緯度)、▲2▼該ノ−ドが交差点であるか否かの交差点識別フラグ、▲3▼交差点であれば交差点データを指し、交差点でなければ該ノ−ドが属する道路リンクを指すポインタ、▲4▼該交差点が含まれる地図の図葉番号/ユニットコ−ド/ユニットにおける交差点シ−ケンシャル番号等で構成されている。▲4▼の情報が交差点ネットリストCRNLに対するポインタとなる。
【0010】
交差点ネットリストCRNLは図4に示すように、交差点毎に
(1) 該交差点が含まれる地図の図葉番号
(2) ユニットコ−ド
(3) ユニットにおける交差点シ−ケンシャル番号以上、交差点ID
(4) 交差点構成ノ−ド数
(5) 上層ノード存在フラグ/上層交差点シーケンス番号、
(6) 各隣接交差点のシ−ケンシャル番号
(7) 各隣接交差点までの距離
(8) 各隣接交差点までの道路の属性(道路種別、幅員)
等を有し、経路探索処理において用いられる。尚、交差点ネットリストには上層用と下層用がある。
【0011】
交差点ネットリストCRNLにおける(5) の上層ノード存在フラグは、図5に示すように下層での交差点CPB1の存在する道路RDが上層でも道路データで表現されており、かつ、交差点CPB1が上層で交差点CPAとして登録されている場合に「1」が立てられ、その他の場合は「0」とされる(図5のCPB2、CPB3の場合)。又、上層交差点シーケンシャル番号は、下層での交差点と同一の交差点について、上層で交差点ネットリストが作成されている場合に、該上層での交差点シーケンシャル番号を示すものである。
【0012】
図2の戻り、12は自動車の現在地に応じた地図や自動車位置マ−ク、誘導経路等を描画するディスプレイ装置(CRT)、13は走行中の自動車の走行距離と方位に基づいて現在地を算出する現在地検出部である。現在地検出部13は、図示しないが、自動車の進行方位を検出する方位センサや走行距離を検出する車速センサ、方位や走行距離に基づいて自動車の現在地(経度、緯度)を算出する位置計算用CPUを有している。
14は地図検索キー、地図スクロ−ルキー、経路探索キー、メニューキー等を備えたリモコンなどの操作部、15はナビゲーション制御装置であり、地図データに基づき車両現在地周辺の地図画像を発生すると共に、誘導経路を探索し、誘導経路画像や自動車位置マ−クを発生する。
ナビゲーション制御装置15において、15aは現在地データに基づき、現在地周辺で画面表示範囲より広い範囲の地図データ(例えば9画面分の地図データ)をDVD 11から読出し、該地図データに基づいてドットイメ−ジの地図画像を発生する地図画像描画部である。
【0013】
15bは誘導経路探索処理により得られた出発地から目的地までの誘導経路データに基づいて誘導経路画像を発生する誘導経路描画部、15cは地図画像及び誘導経路画像を記憶するビデオRAMである。地図画像描画部15aはディスプレイ画面の表示範囲がビデオRAM 15cの画像範囲を越えないように、自動車の走行に従って、随時、ビデオRAM 15cを書き替え、また誘導経路描画部15bも自動車の走行に応じて誘導経路画像を発生してビデオRAM 15cに記憶するようになっている。
【0014】
15dは車両現在地がディスプレイ画面の固定点に位置するようにビデオRAM 15cから1画面分の地図画像を読み出す読出制御部であり、読出し位置は地図画像描画部15aから指示される。15eはディスプレイ画面の固定点に自動車位置マ−クを表示するための自動車位置マ−ク発生部、15fは経路探索部であり、経路探索時に出発地と目的地が入力されると地図データに含まれる道路レイヤ情報に基づいて、出発地から目的地迄の最短経路を誘導経路として算出する。15gは出発地から目的地迄の誘導経路を構成するノ−ドを順次記憶する誘導経路記憶部である。15hは合成部であり、ビデオRAM15c、自動車位置マ−ク発生部15eからそれぞれ読出された地図画像及び誘導経路画像、自動車位置マ−ク画像、その他メニュー画像を適宜合成してCRT12に出力して表示する。
【0015】
(C)経路探索処理
図6は本発明の経路探索処理のフローである。本発明はダイクストラ法の探索手順を変形した亜流であり、ダイクストラ法の確実な最短経路を求める機能を弱め(放棄し)、広範囲に探索枝を広げる事に主眼を置いている。予め探索開始点を中心にした円(探索範囲円)を設定する(ステップ100)。ただし、探索範囲円の半径Aは探索開始点Ps(図1参照)と目的点Pdあるいはその近傍点を結ぶ直線距離とする。目的点は例えば下層と上層を連結する交差点である。
【0016】
ついで、経路探索部15fは、検索次数iを0にし(0→i、ステップ101)、第i次交差点に隣接する交差点が存在するかを下層交差点ネットリストCRNL(図4)を参照して調べる(ステップ102)。0次交差点は出発点Psである。
第i次交差点Piに隣接する交差点が存在すれば、出発点Psから第i次交差点Piを経由して隣接交差点Pn1までの累計距離Dを計算する(ステップ103)。出発点から第i次交差点までの距離d1は後述するように、該第i次交差点に対応させて記憶部15f-1に記憶してあり、また第i次交差点Piから隣接交差点 Pn1までの距離d2は交差点ネットリストに記憶してあるから、次式
1+d2→D
により出発点Psから隣接交差点Pn1までの累計距離Dが求まる。
【0017】
ついで、出発点Psから隣接交差点Pn1までの直線距離Bを計算し(ステップ104)、次式
C=D+k(A−B)
(kは係数)によりコストCを演算する(ステップ105)。kは(A−B)のコストに対する影響
(効果)を調整する係数であり、kの大小により(A−B)の効果に強弱を与えることができ、計算された探索経路の品質と探索時間のバランスを調節することができる。
ついで、隣接交差点Pn1の検索次数が(i+1)かチェックし(ステップ106)、(i+1)でなければ、隣接交差点に対応させて、以下のデータ
(1) 現在着目している第i次交差点のシ−ケンシャル番号、
(2) 出発点から当該隣接交差点までのトータルコストC、
(3) 出発点から当該隣接交差点までの累計距離D、
(4) 当該隣接交差点の検索次数としての(i+1)
を記憶部15f-1に記憶し(ステップ107)、以後、ステップ102に戻り、着目している第i次交差点に隣接する交差点が、なお残存するか調べて以降の処理を繰り返す。
【0018】
一方、ステップ106において、隣接交差点の次数が(i+1)の場合には、換言すれば、該隣接交差点が別の第i次交差点に隣接する交差点として参照されていれば(ステップ107で既に上記(1)〜(4) のデータが記憶されていれば)、該隣接交差点に対応して記憶してある出発点からのトータルコストC′とステップ105で求めたコストCの大小を比較する(ステップ108)。
C<C′であれば、当該隣接交差点Pn1に対応して記憶部15f-1に記憶してある、第i次交差点のシ−ケンシャル番号を現在着目している第i次交差点のシ−ケンシャル番号で置き換えると共に、コストC′及び累計距離D′をC,Dで書き替え(C→C′,D→D′,ステップ109)、以後、ステップ102に戻り、着目している第i次交差点に隣接する交差点が、なお残存するか調べて以降の処理を繰り返す。又、C≧C′の場合には、当該隣接交差点に対応して記憶部15f-1に記憶してある内容を変更せずステップ102に戻る。
【0019】
ステップ102において、着目している第i次交差点に隣接する交差点が存在しなくなれば、別の第i次交差点が存在するか調べ(ステップ110)、存在すれば、該別の第i次交差点を新たに第i次交差点として(ステップ111)、ステップ102以降の処理を繰り返す。
ステップ110において、別の第i次交差点が存在しなければ、目的点Pdに到達したかチェックし、換言すれば第(i+1)次の交差点に目的点が含まれているかチェックし(ステップ112)、含まれていなければ検索次数を1つ歩進し(i+1→i,ステップ113)、ステップ102以降の処理を繰り返す。しかし、目的点に到達すれば、▲1▼目的点Pd→目的点(m次の交差点とする)に対応させて記憶してある(m−1)次の交差点→▲3▼該(m−1)次の交差点に対応させて記憶してある(m−2)次の交差点→・・・→▲4▼2次の交差点に対応させて記憶してある1次交差点→▲5▼該1次交差点に対応させて記憶してある0次の交差点(出発点)を順次接続してコストの小さい経路を決定し(ステップ114)、経路処理を終了する。
【0020】
本発明によれば、着目交差点が探索開始地点から離れて探索範囲円の円周に近づくほどk(A−B)が小さくなる為、探索枝が円周方向へぐいぐい伸びるようになり、経路探索速度が向上する。
以上、本発明を実施例により説明したが、本発明は請求の範囲に記載した本発明の主旨に従い種々の変形が可能であり、本発明はこれらを排除するものではない。
【0021】
【発明の効果】
以上本発明によれば、k(A−B)をコストに含めたから、着目交差点が探索開始地点から離れて探索範囲円の円周に近づくほどk(A−B)が小さくなり、この結果、探索枝が円周方向へぐいぐい伸びるようになり、経路探索に要する計算量が減り、経路探索時間が短縮する。
【図面の簡単な説明】
【図1】本発明の経路探索の原理説明図である。
【図2】本発明を実現するナビゲーション装置の構成図である。
【図3】道路レイヤ説明図である。
【図4】交差点ネットリスト説明図である。
【図5】上層ノード存在フラグ、上層道路識別データの説明図である。
【図6】本発明の経路探索処理である。
【図7】ダイクストラ法の説明図である。
【図8】階層構造を有する地図データを用いた経路探索法の説明図である。
【符号の説明】
Ps・・探索開始点
Pd・・目的点
Pi・・着目交差点
Pn1,Pn2・・隣接交差点
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a route search device , and more particularly to a route search device that searches for a route to a destination by sequentially extending search branches from a search start point.
[0002]
[Prior art]
The in-vehicle navigation device searches for a route with the lowest cost from the departure point to the destination point, for example, a route that follows the shortest distance, and displays the route on the screen to guide the driver (route guidance function). . According to this route guidance function, during actual driving, the guidance route is displayed in a specific color so as to be distinguishable from other roads so that the driver can easily reach the destination. . The Dijkstra method is known as a method for retrieving a route on which a vehicle travels from road map data. The Dijkstra method searches for the shortest route from the departure point to the destination in consideration of all intersections existing in a region having a radius of a straight line connecting the departure point and the destination, or a region larger than the region.
[0003]
FIG. 7 is a schematic explanatory diagram of the Dijkstra method. The road is a straight line and the intersection is a straight line intersection. The distance between the intersections is known, Ps is the starting point (vehicle position), and Pd is the target. It is the earth. In the Dijkstra method, primary intersections A 1 to A 4 adjacent to the departure point Ps are obtained, and zeroth-order intersections (departure points) and distances from the departure points are stored in correspondence with the primary intersections A 1 to A 4. To do. Next, a secondary intersection Bij is obtained for each of the primary intersections A 1 to A 4 , and a distance from the primary intersection and the departure point is obtained in correspondence with each secondary intersection. For example, for the primary intersection A 2 , three secondary intersections B 11 , B 12 , B 13 are obtained, and corresponding to each secondary intersection B 11 , B 12 , B 13 ,
B 11 : Distance from primary intersection A 2 and departure point d 11 B 12 : Distance from primary intersection A 2 and departure point d 12 B 13 : Distance from primary intersection A 2 and departure point d 13 .. (a)
Remember.
[0004]
In addition, three secondary intersections B 21 , B 22 , B 23 are obtained for the primary intersection A 3 , and corresponding to each secondary intersection B 21 , B 22 , B 23 ,
B 21 : Distance from primary intersection A 3 and departure point d 21 .. (b)
B 22 : Distance from primary intersection A 3 and departure point d 22 B 23 : Stores primary intersection A 3 and distance d 23 from departure point, and similarly for other primary intersections A 1 and A 4 A secondary intersection is obtained and predetermined data is stored. By the way, the intersections B 13 and B 21 are the same intersection. In this way, when the intersection where data should be stored overlaps, the distances d 13 and d 21 from the starting point are compared, and only the smaller data is stored. For example, if d 13 > d 21 , the data of (b) is finally stored as the data of the intersection B 13 (= B 21 ).
Thereafter, similarly, a tertiary intersection Cij is obtained for each secondary intersection, and the distance from the secondary intersection and the starting point is obtained and stored in correspondence with each tertiary intersection. +1) If the next intersection is obtained, and the accumulated distance from the i-th intersection and the starting point is obtained and stored in correspondence with each (i + 1) -th intersection, the destination point Pd is finally reached. . The search is performed by Dijkstra method from both the starting point and the destination point, the search is stopped when the search paths from both sides are linked to each other, and both search paths are connected to form a path from the starting point to the destination point. You can also.
[0005]
The above is a case where a route search is performed using map data having no hierarchical structure by the Dijkstra method, but a route search can also be performed using map data having a hierarchical structure. Referring to FIG. 8, first, using (1) the lower intersection netlist, the optimum first route PT1 connecting the starting point Ps to the upper starting point Ps 'and the destination point Pd to the upper end point Pd'. The optimal second route PT2 connecting the upper layer starting point Ps 'and the upper layer end point Pd' using the upper layer intersection netlist (2) is then obtained by the Dijkstra method. (3) These first route → third route → second route are combined in order to obtain an optimum route from the starting point to the destination point.
[0006]
[Problems to be solved by the invention]
When a route search is performed using a hierarchical road network as described above, first, an upper layer level where search branches extending from both points Ps and Pd are connected is determined, and an intersection from the lowest layer including both points to an upper layer is determined. The search branch is extended to the top, then the search branch is extended from both sides in the upper layer, and the arrangement of links from the contacted search branch to both points is set as the optimum route. In such a route search, (1) in the search from the lowest layer to the upper layer, it is important to search for an effective upper layer by extending the search branch over a wide range with a small amount of calculation, and (2) In the search in the upper layer, the important point is to contact the search branches from both points with a small amount of calculation.
However, when the search branch is extended by the conventional Dijkstra method, due to the nature of the algorithm, the area closer to the search start point is calculated more densely and the further away it is, the more sparsely calculated, the search range starts the search It gradually spreads slowly in a gradation around the point. That is, there is a problem that the above point cannot be solved by the route search by the conventional pure Dijkstra method.
Accordingly, an object of the present invention is to provide a route search apparatus that can reduce the amount of calculation required for route search and shorten the search time.
[0007]
[Means for Solving the Problems]
In the present invention, (1) A is the straight line distance from the search start point to the target point or its neighboring points, D is the cumulative distance from the search start point to the adjacent intersection through the target intersection, and the search start point to the adjacent point When the straight line distance to the intersection is B, the cost C to the adjacent intersection is expressed by the following formula C = D + k (A−B)
(K is a coefficient), (2) Save the route with the lowest cost among the routes to the adjacent intersection and the cost corresponding to the adjacent intersection, and similarly correspond to the other intersection adjacent to the target intersection Save the route and cost. (3) After that, use each saved neighboring intersection as the target intersection and extend the search branch to search the route to the destination point.
[0008]
DETAILED DESCRIPTION OF THE INVENTION
(A) Principle of the Present Invention FIG. 1 is an explanatory diagram of the principle of the present invention. A is the straight line distance from the search start point Ps to the target point Pd or its neighbors, D is the cumulative distance from the search start point Ps to the adjacent intersection Pn 1 through the target intersection Pi, and the search start point Ps to the adjacent point. Assuming that the straight line distance to the intersection Pn 1 is B, the cost C to the adjacent intersection Pn 1 is expressed by the following formula C = D + k (AB)
(K is a coefficient). Next, the route with the lowest cost among the routes up to the adjacent intersection Pn 1 and the cost are stored in correspondence with the adjacent intersection Pn 1 , and the route and cost are similarly stored in correspondence with the other adjacent intersections Pn 2 ,. save. Thereafter, the stored adjacent intersections Pn 1 , Pn 2 ,... Are used as intersections of interest, the search branch is extended, and a route to the destination point is searched.
By doing so, k (AB) decreases as the intersection of interest moves away from the search start point and approaches the circumference of the search range circle, so that the search branch extends in the circumferential direction. Search speed is improved.
[0009]
(B) Configuration of Navigation Device FIG. 2 is a configuration diagram of a navigation device for realizing the present invention, and 11 is a DVD (map data storage unit) for storing a road map. The map data includes (1) a road layer composed of a node table NDTB, a road list RDLT, an intersection configuration node list CRLT, and an intersection netlist CRNL, and (2) a background layer for displaying objects on the map, (3) Consists of character layers for displaying municipality names and national highway names. The road layer included in the map data has a data structure shown in FIG. Of these, the road list RDLT gives attribute information of the corresponding road link. The total number of nodes on the link, each node constituting the link, and the type of road (national road, highway, width, etc.) ) And the like. The intersection node configuration list CRLT shows, for each intersection on the map, a set of other end nodes (referred to as intersection configuration nodes) of each link connected to the intersection. The node table NDTB is a list of all the nodes on the map. For each node, (1) location information (longitude, latitude), and (2) whether the node is an intersection. Intersection identification flag, (3) If an intersection, indicates intersection data, if not an intersection, a pointer indicating a road link to which the node belongs, (4) Map number / unit code of the map including the intersection It is composed of the intersection sequential number in the unit. The information of (4) becomes a pointer to the intersection netlist CRNL.
[0010]
As shown in Figure 4, the intersection netlist CRNL
(1) Map number of the map containing the intersection
(2) Unit code
(3) Intersection ID greater than or equal to the intersection sequential number in the unit
(4) Number of intersection nodes
(5) Upper-layer node presence flag / upper-layer intersection sequence number,
(6) Sequential number of each adjacent intersection
(7) Distance to each adjacent intersection
(8) Road attributes to each adjacent intersection (road type, width)
Etc., and is used in the route search process. The intersection netlist has an upper layer and a lower layer.
[0011]
As shown in FIG. 5, the upper-layer node presence flag (5) in the intersection netlist CRNL indicates that the road RD where the intersection CP B1 exists in the lower layer is also represented by road data in the upper layer, and the intersection CP B1 is the upper layer. in "1" is raised when that is registered as the intersection CP a, otherwise (if the CP B2, CP B3 in FIG. 5) to be "0". The upper-layer intersection sequential number indicates the intersection sequential number in the upper layer when an intersection netlist is created in the upper layer for the same intersection as the intersection in the lower layer.
[0012]
Returning to FIG. 2, 12 is a display device (CRT) that draws a map, a vehicle position mark, a guidance route, etc. according to the current location of the vehicle, and 13 calculates the current location based on the travel distance and direction of the traveling vehicle. This is a current location detection unit. Although not shown, the current location detection unit 13 is an orientation sensor that detects the traveling direction of the vehicle, a vehicle speed sensor that detects the travel distance, and a CPU for position calculation that calculates the current location (longitude, latitude) of the vehicle based on the orientation and travel distance. have.
14 is an operation unit such as a remote controller having a map search key, a map scroll key, a route search key, a menu key, and the like, and 15 is a navigation control device, which generates a map image around the current vehicle location based on map data, A guide route is searched, and a guide route image and a car position mark are generated.
In the navigation control device 15, 15 a reads out map data (for example, map data for 9 screens) in a range wider than the screen display range around the current location from the DVD 11 based on the current location data, and generates a dot image based on the map data. It is a map image drawing part which generates a map image.
[0013]
15b is a guide route drawing unit for generating a guide route image based on guide route data from the starting point to the destination obtained by the guide route search process, and 15c is a video RAM for storing the map image and the guide route image. The map image drawing unit 15a rewrites the video RAM 15c at any time according to the driving of the vehicle so that the display range of the display screen does not exceed the image range of the video RAM 15c, and the guide route drawing unit 15b also responds to the driving of the vehicle. Thus, a guide route image is generated and stored in the video RAM 15c.
[0014]
A reading control unit 15d reads a map image for one screen from the video RAM 15c so that the current vehicle position is located at a fixed point on the display screen. The reading position is instructed from the map image drawing unit 15a. 15e is a vehicle position mark generating unit for displaying a vehicle position mark at a fixed point on the display screen, and 15f is a route search unit. When a departure point and a destination are input during a route search, map data is displayed. Based on the included road layer information, the shortest route from the departure point to the destination is calculated as the guidance route. A guidance route storage unit 15g sequentially stores nodes constituting a guidance route from the departure point to the destination. Reference numeral 15h denotes a synthesizing unit, which appropriately synthesizes the map image, the guide route image, the car position mark image, and other menu images read from the video RAM 15c and the car position mark generating part 15e, respectively, and outputs them to the CRT 12. indicate.
[0015]
(C) Route Search Processing FIG. 6 is a flow of route search processing according to the present invention. The present invention is a modified version of the search procedure of the Dijkstra method, and focuses on widening the search branch over a wide range by weakening (abandoning) the function for obtaining a reliable shortest path of the Dijkstra method. A circle centering on the search start point (search range circle) is set in advance (step 100). However, the radius A of the search range circle is a linear distance connecting the search start point Ps (see FIG. 1) and the target point Pd or its neighboring points. The destination point is, for example, an intersection that connects the lower layer and the upper layer.
[0016]
Next, the route search unit 15f sets the search order i to 0 (0 → i, step 101), and checks whether there is an intersection adjacent to the i-th intersection with reference to the lower-level intersection netlist CRNL (FIG. 4). (Step 102). The zeroth intersection is the starting point Ps.
If there is an intersection adjacent to the i-th intersection Pi, the cumulative distance D from the starting point Ps to the adjacent intersection Pn 1 via the i-th intersection Pi is calculated (step 103). As will be described later, the distance d 1 from the starting point to the i-th intersection is stored in the storage unit 15f-1 in correspondence with the i-th intersection, and from the i-th intersection Pi to the adjacent intersection Pn 1 since the distance d 2 are stored in the intersection network list, the following equation d 1 + d 2 → D
Thus, the cumulative distance D from the starting point Ps to the adjacent intersection Pn 1 is obtained.
[0017]
Next, a straight line distance B from the starting point Ps to the adjacent intersection Pn 1 is calculated (step 104), and the following formula C = D + k (AB)
The cost C is calculated based on (k is a coefficient) (step 105). k is a coefficient for adjusting the influence (effect) on the cost of (AB), and the effect of (AB) can be influenced by the magnitude of k, and the calculated quality of the search route and the search time are calculated. Can be adjusted.
Next, it is checked whether the search order of the adjacent intersection Pn 1 is (i + 1) (step 106). If it is not (i + 1), the following data is associated with the adjacent intersection.
(1) Sequential number of the i-th intersection that is currently focused on,
(2) Total cost C from the starting point to the adjacent intersection,
(3) Cumulative distance D from the starting point to the adjacent intersection,
(4) (i + 1) as the search order of the adjacent intersection
Is stored in the storage unit 15f-1 (step 107), and thereafter, the process returns to step 102 to check whether or not the intersection adjacent to the focused i-th intersection still remains and the subsequent processing is repeated.
[0018]
On the other hand, if the degree of the adjacent intersection is (i + 1) in step 106, in other words, if the adjacent intersection is referred to as an intersection adjacent to another i-th intersection (step 107 has already If the data of (1) to (4) is stored), the total cost C ′ from the starting point stored corresponding to the adjacent intersection is compared with the cost C obtained in step 105. (Step 108).
If C <C ′, the sequential number of the i-th intersection that is currently focused on the sequential number of the i-th intersection stored in the storage unit 15f-1 corresponding to the adjacent intersection Pn 1 is stored. In addition to the replacement with the sequential number, the cost C ′ and the cumulative distance D ′ are rewritten with C and D (C → C ′, D → D ′, step 109). Thereafter, the process returns to step 102 to focus on the i-th order. It is checked whether an intersection adjacent to the intersection still remains, and the subsequent processing is repeated. If C ≧ C ′, the process returns to step 102 without changing the contents stored in the storage unit 15f-1 corresponding to the adjacent intersection.
[0019]
In step 102, if there is no intersection adjacent to the i-th intersection of interest, it is checked whether another i-th intersection exists (step 110). If it exists, the other i-th intersection is determined. As a new i-th intersection (step 111), the processing after step 102 is repeated.
In step 110, if another i-th intersection does not exist, it is checked whether the destination point Pd has been reached, in other words, whether the destination point is included in the (i + 1) -th intersection (step 112) If it is not included, the search order is incremented by 1 (i + 1 → i, step 113), and the processing after step 102 is repeated. However, when the destination point is reached, (1) the destination point Pd → the destination point (assumed to be the m-th order intersection) and (m−1) the next intersection point → 3) the (m− 1) Stored in correspondence with the next intersection (m-2) Next intersection →... → (4) Primary intersection stored in correspondence with the secondary intersection → (5) The 1 The zeroth-order intersections (departure points) stored in correspondence with the next intersection are sequentially connected to determine a route with a low cost (step 114), and the route processing is terminated.
[0020]
According to the present invention, k (AB) decreases as the intersection of interest moves away from the search start point and approaches the circumference of the search range circle, so that the search branch extends in the circumferential direction. Increases speed.
The present invention has been described with reference to the embodiments. However, the present invention can be variously modified in accordance with the gist of the present invention described in the claims, and the present invention does not exclude these.
[0021]
【The invention's effect】
As described above, according to the present invention, since k (AB) is included in the cost, k (AB) becomes smaller as the intersection of interest moves away from the search start point and approaches the circumference of the search range circle. The search branches are greatly extended in the circumferential direction, the amount of calculation required for the route search is reduced, and the route search time is shortened.
[Brief description of the drawings]
FIG. 1 is a diagram illustrating the principle of route search according to the present invention.
FIG. 2 is a configuration diagram of a navigation device for realizing the present invention.
FIG. 3 is an explanatory diagram of a road layer.
FIG. 4 is an explanatory diagram of an intersection netlist.
FIG. 5 is an explanatory diagram of an upper layer node presence flag and upper layer road identification data.
FIG. 6 shows route search processing according to the present invention.
FIG. 7 is an explanatory diagram of the Dijkstra method.
FIG. 8 is an explanatory diagram of a route search method using map data having a hierarchical structure.
[Explanation of symbols]
Ps ··· Search start point Pd · · Destination point Pi · · Intersection of interest Pn 1 , Pn 2 · · Adjacent intersection

Claims (1)

探索開始点から順次探索枝を延ばして目的点までの経路を探索する経路探索装置において、
着目交差点を介してそれに隣接する交差点までの経路のうちコストが最小の経路及び該コストを該隣接交差点に対応させて保存する記憶部、
探索開始点から目的点あるいはその近傍点までの直線距離をA、探索開始点から着目交差点を介してそれに隣接する交差点までの累計距離をD、探索開始点から該隣接交差点までの直線距離をBとするとき、隣接交差点までのコストCを次式
C=D+k(A−B) (kは係数)
により算出し、該隣接交差点までの経路のうちコストが最小の経路及び該コストを前記記憶部に該隣接交差点に対応させて保存し、同様に着目交差点に隣接する他の交差点に対応させて経路及びコストを前記記憶部に保存し、以後保存した各隣接交差点を着目交差点とし探索枝を延ばして目的点までの経路を探索する経路探索部、
を備えたことを特徴とする経路探索装置。
In a route search device that searches for a route from a search start point to a target point by sequentially extending search branches,
A storage unit that stores a route with the lowest cost among the routes from the target intersection to the adjacent intersection, and stores the cost in association with the adjacent intersection;
A is the linear distance from the search start point to the target point or its neighboring points, A is the cumulative distance from the search start point to the adjacent intersection through the target intersection, and B is the linear distance from the search start point to the adjacent intersection. , The cost C to the adjacent intersection is expressed by the following equation: C = D + k (AB) (k is a coefficient)
And the route with the lowest cost among the routes to the adjacent intersection and the cost are stored in the storage unit in association with the adjacent intersection, and similarly the route in correspondence with another intersection adjacent to the target intersection And a cost search unit that saves the cost in the storage unit, and searches for a route to the destination point by extending the search branch using each of the stored adjacent intersections as a target intersection.
A route search device comprising:
JP2000144784A 2000-05-17 2000-05-17 Route search device Expired - Fee Related JP3860392B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000144784A JP3860392B2 (en) 2000-05-17 2000-05-17 Route search device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000144784A JP3860392B2 (en) 2000-05-17 2000-05-17 Route search device

Publications (3)

Publication Number Publication Date
JP2001324343A JP2001324343A (en) 2001-11-22
JP2001324343A5 JP2001324343A5 (en) 2005-06-09
JP3860392B2 true JP3860392B2 (en) 2006-12-20

Family

ID=18651385

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000144784A Expired - Fee Related JP3860392B2 (en) 2000-05-17 2000-05-17 Route search device

Country Status (1)

Country Link
JP (1) JP3860392B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101755247B (en) * 2007-07-18 2012-03-21 丰田自动车株式会社 Route planning device and method, cost evaluation device and mobile body

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4978494B2 (en) 2008-02-07 2012-07-18 トヨタ自動車株式会社 Autonomous mobile body and control method thereof
CN102782600B (en) 2009-11-27 2015-06-24 丰田自动车株式会社 Autonomous moving object and control method
JP5906837B2 (en) * 2012-03-12 2016-04-20 富士通株式会社 Route search method, route search device, and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101755247B (en) * 2007-07-18 2012-03-21 丰田自动车株式会社 Route planning device and method, cost evaluation device and mobile body

Also Published As

Publication number Publication date
JP2001324343A (en) 2001-11-22

Similar Documents

Publication Publication Date Title
JP4255950B2 (en) Navigation device
JPH0935183A (en) Dynamic route searching method and navigation device
JP2004340725A (en) Navigation device
JP3860392B2 (en) Route search device
JP3349839B2 (en) Car navigation system
JP4372526B2 (en) Navigation device and guidance method for surrounding facilities
JP2002206938A (en) Method of searching route
JPH112535A (en) On board navigation system
JP5652165B2 (en) Map data used for route search of route search device and route search device
JP2796199B2 (en) Route search method
JP2004177137A (en) Navigation system
JP5322080B2 (en) Map information display device and map information display method
JP2005300168A (en) Navigation system and map display method
JP3166590B2 (en) Route search display device
JP2752126B2 (en) Navigation device
JP2928404B2 (en) Road name display method for navigation device
JP4008746B2 (en) Navigation device
JP2798828B2 (en) In-vehicle navigator
JP4198781B2 (en) Route search device
JP3069202B2 (en) Route search method
JP2725900B2 (en) Route search method
JPH09257505A (en) Route guiding method of on-vehicle navigation system
JP2892881B2 (en) In-vehicle navigator guidance route search method
JP3892727B2 (en) Map information creation method and creation device
JPH04319987A (en) Route search method

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040907

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040907

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060620

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060803

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: 20060919

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20060921

R150 Certificate of patent or registration of utility model

Ref document number: 3860392

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20100929

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20100929

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20110929

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20120929

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20120929

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20130929

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20130929

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20140929

Year of fee payment: 8

LAPS Cancellation because of no payment of annual fees