JP2004177318A - Navigation apparatus, update method of route searching data and update program for route searching data - Google Patents

Navigation apparatus, update method of route searching data and update program for route searching data Download PDF

Info

Publication number
JP2004177318A
JP2004177318A JP2002345454A JP2002345454A JP2004177318A JP 2004177318 A JP2004177318 A JP 2004177318A JP 2002345454 A JP2002345454 A JP 2002345454A JP 2002345454 A JP2002345454 A JP 2002345454A JP 2004177318 A JP2004177318 A JP 2004177318A
Authority
JP
Japan
Prior art keywords
route
route search
level
search data
road
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
JP2002345454A
Other languages
Japanese (ja)
Other versions
JP4028362B2 (en
Inventor
Satoshi Matsuzaki
聡 松崎
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 JP2002345454A priority Critical patent/JP4028362B2/en
Publication of JP2004177318A publication Critical patent/JP2004177318A/en
Application granted granted Critical
Publication of JP4028362B2 publication Critical patent/JP4028362B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a navigation apparatus capable of performing route calculation which reflects a road a user frequently travels in a learned result. <P>SOLUTION: The navigation system 100 capable of performing route search to a destination has a memory part 2 for storing data for route search which are hierarchized from a lower level having more information of a road network to a higher level having less information of the road network and a control part 11 for reflecting information of the road on the upper level data for route search in the case that a road corresponding to a route stored in the memory part 2 exists in data for route search of the lower level but does not exist in data for route search of the upper level. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明はナビゲーション装置、経路探索用データ更新方法、及び経路探索用データ更新プログラムに関し、より詳細には、道路網の情報量の多い下位レベルから道路網の情報量の少ない上位レベルに階層化された経路探索用のデータを用いる技術に関する。
【0002】
【従来の技術】
一般に、車載用のナビゲーション装置は、自車の現在位置を検出し、その近傍の地図データをCD、DVD等のデータ記憶媒体から読み出して画面上に表示する。また、画面上には自車位置を示す車両位置マークが表示されており、この車両位置マークを中心に自車の進行にしたがって近傍の地図がスクロールされ、常時自車位置周辺の地図情報がわかるようになっている。
【0003】
また、最近の車載用ナビゲーション装置のほとんどには、利用者が所望の目的地に向かって道路を間違うことなく走行できるようにした経路探索・誘導機能が搭載されている。この経路探索・誘導機能によれば、地図データを用いて出発地から目的地までを結ぶ最もコストの小さな経路が横型探索(BFS)法やダイクストラ法等のシミュレーションを行うことによって探索され、探索された経路に基づいて経路誘導が行われる。このような経路誘導において、従来では、例えば、日本全国すべてのデータを検索することは膨大な計算量となってしまうことから、階層化構造の地図データを用いて、高速に経路探索を行う手法が提案されている。
【0004】
図10は、従来の階層化構造の地図データを用いた経路探索について説明するための図である。なお、図10において、上位レベル(上位階層)、中位レベル(中位階層)、下位レベル(下位階層)の3つの階層を有する階層化構造の地図データを示している。図10に示すように、階層化構造の地図データは、下位レベルの地図データほど、より小さな領域に分割した図葉が設定される。これらの各図葉に対応する地図データには、高速道路や国道に加えて一般道や都道府県道等を含む多数の道路を対象とした詳細な道路情報が含まれる。
【0005】
また、上位レベルの地図データほど、より大きな領域に分割した図葉が設定される。出発地や目的地の周辺については、より詳細な道路情報を含む下位レベルの地図データを用いて、中位レベルの地図データにも共通に含まれている国道等に至るまでの経路が探索される。
【0006】
次に、中位レベルの地図データを用いて、上位レベルの地図データにも共通に含まれている国道や高速道路等に至るまでの経路が探索される。上位レベルの地図データに含まれる道路に至るまでの経路が探索されると、上位レベルの地図データを用いて、主要道路を探索対象として経路探索が行われる。このようにして、全体の検索量を減らして出発地から目的地まで高速な経路探索を可能としている。
【0007】
また、従来のナビゲーションには、ドライバーがよく通る道路を学習(記録)し、ルート計算時にその道路がルートとして選択され易くする機能が提案されている(特許文献1)。この特許文献1のナビゲーション装置は、自車が走行した不案内地域の経路を記憶する記憶手段とを備え、記憶された走行経路を読み出し、目的地入力手段で入力された目的地までの経路を探索する際に記憶された経路を探索候補と格上げして探索手段で探索するようにしたので、自車が走行した不案内地域の経路を記憶することができ、記憶された不案内地域の経路を探索候補にすることができるというものである。
【0008】
【特許文献1】
特開2000−205884号公報
【発明が解決しようとする課題】
しかしながら、特許文献1のナビゲーション装置は、自車が走行した不案内地域の経路を記憶することができ、記憶された不案内地域の経路を探索候補にすることができるというものであるが、この探索には、上述した階層化構造の地図データは用いられていないため、高速に経路を検索することができないという問題がある。
【0009】
また、階層化構造の地図データを用いる従来のナビゲーション装置に、学習機能を適用しても、次のような問題が生じてしまう。図11は、下位レベル及び上位レベルの2階層の階層化構造の地図データを説明するための図である。図11(a)は、上位レベルにおける階層化構造の地図データを説明するための図である。また、図11(b)は、下位レベルにおける階層化構造の地図データを説明するための図である。なお、図11では、説明の便宜のため図10とは異なり、2階層の階層化構造の地図データを例にとって説明する。図11(a)に示すように、上位レベルの階層化構造の地図データでは、道路Aと、道路Bだけが示されている。一方、図11(b)に示すように、下位レベルの階層化構造の地図データには、道路Aと、道路Bと、更に詳細に、道路Aと道路Bとを結ぶ道路Cが示されている。
【0010】
また、図12は、階層化構造の地図データに学習機能を適用し、これを用いて経路探索を行う場合の問題点を説明するための図である。図12(a)は、学習機能を説明するための図である。また、図12(b)は、上位レベルの階層化構造の地図データと学習機能との関係を説明するための図である。図12(a)に示すように、ドライバーが道路Cを良く使うことによって、ナビゲーション装置は、a→b→c→dの経路をユーザが良く使い経路であるとして学習したとする。
【0011】
しかし、下位レベルの階層化構造のデータには、道路Cが定義されているため、ナビゲーション装置は、a→b→c→dをユーザが良く通る道路として記憶することができるが、図11(b)に示すように上位レベルの階層化構造の地図データには、図11(a)に示す道路Cが定義されていないため、たとえ経路を探索したとしても、ユーザが良く通る道路Cがルートとして選ばれることはない。すなわち、ドライバーがよく通る道路を学習しても、この道路が上位レベルの階層化構造の地図データに含まれていなければ、遠距離離探索などでは、その道路がルートとして選ばれることはないという問題がある。
【0012】
そこで、本発明は上記従来技術の問題点を解決し、ユーザが良く通る道路を学習結果に反映させたルート計算ができるナビゲーション装置、経路探索用データ更新方法、及び経路探索用データ更新プログラムを提供することを目的とする。
【0013】
【課題を解決するための手段】
上述した課題を解決するために、請求項1記載のナビゲーション装置は、目的地までの経路を探索できるナビゲーション装置において、道路網の情報量の多い下位レベルから道路網の情報量の少ない上位レベルに階層化された経路探索用のデータを記憶する第1の記憶部と、自車が走行する経路を第2の記憶部に記憶し、該第2の記憶部に記憶された前記経路に対応する道路が、前記第1の記憶部に記憶される前記下位レベルの経路探索用データに存在するが前記上位レベルの経路探索用データには存在しない場合に、該道路に関する情報を、前記上位レベルの経路探索用データに反映させる制御部と、を有することを特徴とする。
【0014】
請求項1記載の発明によれば、制御部は、第2の記憶部に記憶された経路に対応する道路が、第1の記憶部に記憶された下位レベルの経路探索用データに存在するが、上位レベルの経路探索用データには存在しない場合に、この道路を上位レベルの経路探索用データに反映させるようにしたので、上位レベルの経路探索用データに自車が良く通る道路が登録される。これにより、学習結果を確実に反映させたルート計算を行うことができる。
【0015】
また、請求項2記載のナビゲーション装置は、請求項1記載のナビゲーション装置において、前記制御部は、自車が1回走行した経路を、前記第2の記憶部に記憶することを特徴とする。請求項2記載のナビゲーション装置によれば、制御部は、自車が1回走行した経路を第2の記憶部に記憶するようにしたので、上位レベルの経路探索用データに自車が通った経路が登録される。これにより、学習結果を確実に反映させたルート計算を行うことができる。
【0016】
また、請求項3記載のナビゲーション装置は、請求項1記載のナビゲーション装置において、前記制御部は、自車に誘導した経路から外れて走行した経路を、前記第2の記憶部に記憶することを特徴とする。請求項3記載のナビゲーション装置によれば、制御部は、自車に誘導中した経路から外れて走行した経路を、第2の記憶部に記憶するようにしたので、上位レベルの経路探索用データにこの経路が登録される。これにより、学習結果を確実に反映させたルート計算を行うことができる。
【0017】
また、請求項4記載のナビゲーション装置は、請求項1から3のいずれか一項記載のナビゲーション装置において、前記制御部は、自車が前記経路を通行した回数を計測し、計測した該回数が所定の回数を超えた場合に前記第2の記憶部に前記経路を記憶することを特徴とする。請求項4記載のナビゲーション装置によれば、自車が前記経路を通行した回数を計測し、計測した該回数が所定回数を超えた場合に前記第2の記憶部に前記経路を記憶するようにしたので、自車がよく通行する経路だけが上位レベルの経路探索用データに登録される。これにより、学習結果を確実に反映させたルート計算を行うことができる。
【0018】
また、請求項5記載の経路探索用データ更新方法は、道路網の情報量の多い下位レベルから道路網の情報量の少ない上位レベルに階層化された経路探索用のデータを更新する経路探索用データ更新方法であって、自車が走行する経路を記憶部に記憶する第1の段階と、前記第1の段階により記憶された経路に対応する道路が、前記下位レベルの経路探索用データに存在するが前記上位レベルの経路探索用データに存在しない場合に、該道路に関する情報を、前記上位レベルの経路探索用データに反映させる第2の段階と、有することを特徴とする。
【0019】
請求項5記載の経路探索用データ更新方法によれば、制御部は、自車が走行した経路に対応する道路が、下位レベルの経路探索用データに存在するが、上位レベルの経路探索用データには存在しない場合に、この道路を上位レベルの経路探索用データに反映させるようにしたので、上位レベルの経路探索用データに自車が良く通る道路が登録される。これにより、学習結果を確実に反映させたルート計算を行うことができる。
【0020】
また、請求項6記載の経路探索用データ更新方法は、請求項5記載の経路探索用データ更新方法において、前記第1の段階は、自車が1回走行した経路を、前記記憶部に記憶することを特徴とする。請求項6記載の経路探索用データ更新方法によれば、自車が1回走行した経路を記憶部に記憶するようにしたので、この経路に対応した道路が上位レベルの経路探索用データに自車が通った経路が登録される。これにより、学習結果を確実に反映させたルート計算を行うことができる。
【0021】
また、請求項7記載の経路探索データ更新方法は、請求項5記載の経路探索データ更新方法において、前記第1の段階は、自車に誘導した経路から外れて走行した経路を、前記記憶部に記憶することを特徴とする。請求項7記載の経路探索用データ更新方法によれば、自車に誘導中した経路から外れて走行した経路を、記憶部に記憶するようにしたので、この経路に対応した道路が上位レベルの経路探索用データにこの経路が登録される。これにより、学習結果を確実に反映させたルート計算を行うことができる。
【0022】
また、請求項8経路探索用データ更新方法は、請求項5から7のいずれか一項記載の経路探索用データ更新方法において、前記第1の段階は、自車が走行した経路の走行回数を計測し、計測した該走行回数が所定の回数を超えた場合に前記記憶部に前記経路を記憶することを特徴とする。請求項8記載の経路探索用データ更新方法によれば、自車が前記経路を通行した回数を計測し、計測した該回数が所定回数を超えた場合に前記記憶部に前記経路を記憶するようにしたので、自車がよく通行する経路だけが上位レベルの経路探索用データに登録される。これにより、学習結果を確実に反映させたルート計算を行うことができる。
【0023】
また、請求項9記載の経路探索用データ更新方法は、請求項5から8のいずれか一項記載の経路探索用データ更新方法において、前記第2の段階は、前記上位レベルに反映される道路が接続される道路にノードを追加して分断する第3の段階と、第3の段階により追加した前記ノードに、追加する道路に対応するリンクを接続する第4の段階と、を含むことを特徴とする。
【0024】
請求項9記載の経路探索用データ更新方法によれば、前記第2の段階において、前記上位レベルに反映される道路が接続される道路にノードを追加して分断し、追加した前記ノードに、追加する道路に対応するリンクを接続するようにしたので、実際に経路に対応する道路が、上位レベルの経路探索用データに登録され、これにより、学習結果を確実に反映させたルート計算を行うことができる。
【0025】
また、請求項10記載の経路探索用データ更新プログラムは、道路網の情報量の多い下位レベルから道路網の情報量の少ない上位レベルに階層化された経路探索用のデータを更新するためにコンピュータを、自車が走行する経路を記憶部に記憶する第1の手段と、前記第1の手段により記憶された経路に対応する道路が、前記下位レベルの経路探索用データに存在するが前記上位レベルの経路探索用データに存在しない場合に、該道路に関する情報を、前記上位レベルの経路探索用データに反映させる第2の手段として機能させる。
【0026】
請求項10記載の経路探索用データ更新プログラムによれば、自車が走行する経路に対応する道路が、下位レベルの経路探索用データに存在するが、上位レベルの経路探索用データには存在しない場合に、この道路を上位レベルの経路探索用データに反映させるようにしたので、上位レベルの経路探索用データに自車が良く通る道路が登録される。これにより、学習結果を確実に反映させたルート計算を行うことができる。
【0027】
【発明の実施の形態】
以下、本発明を適用した一実施形態のナビゲーション装置について、図面を参照しながら説明する。なお、本実施の形態では、図11に示したものと同様に説明の便宜のため、下位レベル及び上位レベルの2階層の階層化構造の地図データを用いて説明する。
【0028】
図1は、本実施の形態に係るナビゲーション装置のブロック図である。図1に示すように、ナビゲーション装置100は、ナビゲーションコントローラ1と、記憶部2と、ディスク読取装置3と、リモートコントロール(リモコン)ユニット4と、GPS受信機5と、自律航法センサ6と、ディスプレイ装置7とを有する。ナビゲーションコントローラ1は、ナビゲーション装置100全体を制御する。
【0029】
記憶部2は、上述した階層化構造の地図データと、経路探索用データ等が記録されている。ここで、経路探索用データとは、階層化構造の地図データに対応し、道路網の情報量の多い下位レベルから道路網の情報量の少ない上位レベルに階層化されたデータをいうものとする。また、この記憶部2は、書き込みが可能に構成され、例えば、ハードディスクなどを用いることができる。なお、この記憶部2は、DVD−RW(DVD Rewritable)などの着脱可能なものを用いることもできる。
【0030】
ディスク読取装置3は、記憶部2に記録された地図データと、経路探索用データを読み出す。リモコンユニット4は、利用者が各種の指示を入力する操作部である。このリモコンユニット4は、経路探索指示を与えるための探索キー、経路誘導モードの設定に用いる経路誘導モードキー、目的地入力キー、上下左右のカーソルキー、地図の縮小/拡大キー、表示画面上のカーソル位置にある項目の確定を行う設定キー等の各種操作キーを備えており、キーの操作状態に応じた赤外線信号をナビゲーションコントローラ1に向けて送信する。
【0031】
GPS受信機5および自律航法センサ6は、自車位置と自車方位の検出を行う。このGPS受信機5は、複数のGPS衛星から送られてくる電波を受信して、3次元測位処理あるいは2次元測位処理を行って車両の絶対位置および方位を計算し、これらを測位時刻とともに出力する。また、自律航法センサ6は、車両回転角度を相対方位として検出する振動ジャイロ等の角度センサと、所定走行距離毎に1個のパルスを出力する距離センサとを備えており、車両の相対位置および方位を計算する。
【0032】
ディスプレイ装置7は、地図画像や誘導経路等を表示する。このディスプレイ装置7は、ナビゲーションコントローラ1から出力される描画データに基づいて、自車周辺の地図画像を車両位置マークや出発地マーク、目的地マーク等とともに表示したり、この地図上に誘導経路等を表示したりする。
【0033】
次に、ナビゲーションコントローラ1について説明する。図1に示すように、ナビゲーションコントローラ1は、データバッファ10と、制御部11と、地図描画部12と、VRAM13と、画像合成部14と、車両位置計算部15と、経路探索処理部16と、誘導経路メモリ17と、誘導経路描画部18と、マーク画像描画部19と、リモコン制御部20と、カーソル位置計算部21と、操作画面発生部22とを有する。データバッファ10は、ディスク読取装置3によって記憶部2から読み出された階層化構造の地図データを一時的に格納するものである。
【0034】
制御部11は、経路探索用データを最適に調整するなどの他に以下の機能を有する。ここでの調整とは、下位レベルにしか存在しない道路を上位レベルに反映することをいう。この制御部11は、車両位置計算部15によって自車位置が算出されると、この自車位置を含む所定範囲の地図データの読み出し要求をディスク読取装置3に出力する。
【0035】
また、制御部11は、経路探索処理部16からの要求に応じて、経路探索を行うために必要な階層化構造の地図データの読み出し要求をディスク読取装置3に出力する。また、制御部11は、車両位置計算部15によって算出された自車位置に基づいて、自車が走行した経路を記憶部2に記憶する。また、制御部11は、記憶部2に記憶された経路に対応する道路が、記憶部2に記憶される下位レベルの経路探索用データに存在するが上位レベルの経路探索用データには存在しない場合に、この道路を、上位レベルの経路探索用データに反映させるために、上位レベルの経路探索用データを書き換える。
【0036】
また、制御部11は、自車が1回走行した経路を、記憶部11に記憶するようにしてもよい。また、制御部11は、ナビゲーション装置により自車のユーザに誘導した経路から外れて走行した経路だけを、記憶部2に記憶するようにしてもよい。さらに、制御部11は、経路を記憶部2に記憶する際に、自車が経路を通行した回数を計測し、計測した該回数が所定回数を超えた場合に記憶部2に経路を記憶するようにしてもよい。また、制御部11は、経路探索用データ更新プログラムを記憶部11より読み込んで、経路探索用データを更新する処理を実行する。
【0037】
地図描画部12は、データバッファ10に格納された地図データに含まれる描画ユニットに基づいて、表示に必要な地図描画データを作成する。作成された地図描画データはVRAM13に格納される。画像合成部14は、VRAM13から読み出した地図描画データや、誘導経路描画部18、マーク画像描画部19、操作画面発生部22のそれぞれから出力される描画データを重ねて画像合成を行い、合成描画データをディスプレイ装置7に出力する。
【0038】
車両位置計算部15は、GPS受信機5および自律航法センサ6の各検出データに基づいて自車位置を計算するとともに、計算した自車位置が地図データの道路上にない場合には、自車位置を修正するマップマッチング処理を行う。また、車両位置計算部15は、計算した自車位置を制御部11に出力する。経路探索処理部16は、あらかじめ設定された目的地と出発地との間を所定の条件下で結ぶ走行経路を探索する。
【0039】
例えば、距離最短、時間最短等の各種の条件下で、コストが最小となる走行経路が誘導経路として設定される。経路探索の代表的な手法としては、ダイクストラ法や横型探索法が知られている。このようにして経路探索処理部16によって設定された誘導経路は、出発地から目的地までのノードの集合として表されて誘導経路メモリ17に記憶される。
【0040】
誘導経路描画部18は、経路探索処理部16によって設定されて誘導経路メモリ17に記憶された誘導経路データの中から、その時点でVRAM13に描画された地図エリアに含まれるものを選び出し、誘導経路を地図画像上に重ねて表示するための誘導経路描画データを作成する。マーク画像描画部19は、マップマッチング処理された後の自車位置に車両位置マークを発生したり、所定形状を有するカーソルマークを発生するための描画データを作成する。
【0041】
次に、上述した、記憶部2に記憶された経路探索用データについて説明する。図2は、経路探索用データに含まれる各種テーブルの内容を示す図である。なお、以下では、道路上の任意の2点間を結ぶ線をリンクといい、2本以上のリンクを結ぶ隣接点をノードといい、交差点がノードに、道路がリンクにそれぞれ対応する。図2(A)に示すように、経路探索用データは、各図葉に対応した経路計算データフレームA、B、C、D、……を含んでいる。
【0042】
また、各経路計算データフレームは、図2(B)に示すように、a.着目している図葉に含まれる各ノードについての基本情報を含むノードデータフレーム、b.着目している図葉に含まれる各リンクについての基本情報を含むリンクデータフレーム、c.着目している図葉に含まれる各リンクのコスト情報を含むリンクコストデータフレーム、d.経路計算データフレームに含まれるノードで、上位階層にも共通に存在するものについての対応情報を示す上位レベルノード対応データフレーム、e.経路計算データフレームに含まれる規制情報を含む通行コードデータフレーム、f.経路計算データフレームに含まれるノードの座標情報を含むノード座標データフレーム、などを含んでいる。
【0043】
次に、制御部11の動作について説明する。上述したように、制御部11は、記憶部2に記憶された経路に対応する道路が、記憶部2に記憶される下位レベルの経路探索用データに存在するが上位レベルの経路探索用データには存在しない場合に、この道路に関する道路情報を、上位レベルの経路探索用データに反映させるために、上位レベルの経路探索用データの書き換えを行い、上位レベルの経路探索用データに反映させて、ユーザが良く通る道路を学習結果に確実な反映させたルート計算を行う。
【0044】
次に、図9を用いて、この制御部11の経路探索用データの更新動作を説明する。図9は、制御部11の経路探索用データの更新動作を説明するための図である。ステップS101において、制御部11は、上位レベルの検索用データに反映させる道路を特定する。ステップS102において、制御部11は、上位レベルの経路探索用データに反映させる道路が接続される上位レベルの道路に、ノードを追加して分断する。ステップS103において、制御部11は、分断したノード間にリンクを接続して格上げ対象となる道路を上位レベルの経路探索用データに追加する。ステップS104において、制御部11は、対象となる経路探索用データが最上位の経路探索用データかどうかを判断する。
【0045】
ステップ104において、制御部11は、対象となる経路探索用データが最上位の経路探索用データであると判断した場合には、処理を終了する。一方、ステップ104において、制御部11は、対象となる経路探索用データが最上位の経路探索用データでないと判断した場合には、ステップS102に戻り、対象となる経路探索用データが最上位の経路探索用データになるまで、下位レベルから上位レベルまでS102〜S104の処理を繰り返す。これにより、経路探索用データの階層が3以上の場合では、最下位レベルの道路を最上位レベルまで、第2段階のS102〜S104の処理を繰り返すことで最上位レベルの経路探索用データまで一気に格上げすることができる。
【0046】
以下、この制御部11の動作を図を用いて説明する。図3は、制御部11の動作を説明するための図であって、ユーザが良く通る道路を上位レベルの経路探索用データに反映させる前の上位レベルの経路探索データを示している。図3に示すように、上位レベルの経路探索データには、道路Aを表すリンク#1、そのリンク#1の両端に、交差点であるノード#1、ノード#2が付いている。また、道路Bを表すリンク#2、そのリンク#2の両端に、交差点であるノード#3、#4が付いている。
【0047】
また、図4は、図3に示した上位レベルの経路探索用データのリンクリストと、ノードリストとを示している。なお、上述したようにこの経路探索用データは、記憶部2に格納されている。図4(a)は、上位レベルの経路探索用データのリンクリストを説明するための図である。また、図4(b)は、上位レベルの経路探索用データのノードリストを説明するための図である。図4(a)に示すように、上位レベルの経路探索用データのリンクリストには、道路Aに対応したリンク#1情報と、道路Bに対応したリンク#2情報とが格納されている。
【0048】
また、リンク#1情報には、リンクの長さを決めるリンク長として1000m、リンクの属性を表すリンク属性として国道、2車線など、リンク#1に接続されるノードを表す接続ノードとしてノード#1、ノード#2が示されている。また、図4(b)に示すように、上位レベルの経路探索用データのノードリストには、ノード#1情報、・・・、ノード#4情報が格納されている。また、ノード#1情報には、ノードの座標を表す座標として東経xxxx、北緯yyyyが、ノードの属性を表すノード属性として交差点など、ノードに接続されるリンクを表す接続リンクとしてリンク#1が格納されている。
【0049】
次に、制御部11が、ユーザの良く通る道路を上位レベルの経路探索用データに反映させる動作について説明する。まず、第1段階で、制御部11は、上位レベルの経路探索用データに反映させる道路を特定する。具体的には、制御部11は、車両位置計算部15からのドライバーの走行実績を記憶部2に記憶し、このドライバーの走行実績から、ユーザが良く通る道路を特定する。
【0050】
ここで、ユーザが良く通る道路を特定する手段としては、例えば、単純に車両が1回通った道路を対象として特定したり、車両が誘導中のルートから外れて走行した道路を対象として特定するようにしてもよし、これらの条件を複数回重ねた道路をよく通る道路と判断し、これを反映させる対象として特定するようにしてもよい。また、この条件をレベル毎、例えば、3段階の階層化構造の地図データを用いた場合には、中位レベル、上位レベルのように段階的に反映させる対象を特定するようにしてもよい。例えば、下位レベルの道路を中位レベルに格上げする場合には、ユーザが10回通行した道路を格上げ対象として特定するようにしたり、中位レベルの道路を上位レベルに格上げする場合には、ユーザが30回通行した道路を格上げ対象とするようにすることもできる。
【0051】
次に、第2段階で、制御部11は、記憶部2に記憶された経路に対応する道路が、記憶部2に記憶される下位レベルの経路探索用データに存在するが上位レベルの経路探索用データには存在しない場合に、この道路に関する道路情報を、上位レベルの経路探索用データに反映させる。詳細には、制御部11は、記憶部2にアクセスして、第1段階で格上げ対象となった道路を、下記手順で経路探索用データに反映させるために、まず、格上げ対象となる道路Cが接続する上位レベル道路にノードを追加してリンクを分断する。これを図5を用いて説明する。
【0052】
図5は、上位レベルの経路探索用データにノードを追加してリンクの分断について説明するための図である。図5に示すように、制御部11は、図3で示した上位レベルの経路探索用データのリンク#1に、ノード#5を追加して、リンク#1’と、リンク#1’’に分断する。また、制御部11は、図3で示した上位レベルの経路探索用データのリンク#2に、ノード#6を追加して、リンク#2’と、リンク#2’’に分断する。
【0053】
図6は、図5に示した上位レベルの経路探索用データのリンクリストと、ノードリストを説明するための図である。図6(a)は、上位レベルのリンクリストを説明するための図である。図6(a)に示すように、制御部11は、上位レベルの経路探索用データのリンク#1に、ノード#5を追加して、リンク#1’と、リンク#1’’に分断し、上位レベルの経路探索用データのリンク#2に、ノード#6を追加して、リンク#2’と、リンク#2’’に分断することによって、上位レベルのリンクリストに、リンク#1’情報と、リンク#2’情報と、リンク#1’’情報と、リンク#2’’情報とを追加する。また、制御部11は、リンク#1‘情報に、リンク長として600m、リンク属性として国道、2車線など、接続ノードとしてノード#1、ノード#5をそれぞれ格納する。また、制御部11は、リンク#1’情報と同様にして、リンク#2’情報と、リンク#1’’情報と、リンク#2’’情報にも各情報を格納する。
【0054】
また、図6(b)は、上位レベルのノードリストを説明するための図である。図6(b)に示すように、制御部11は、上位レベルの経路探索用データのリンク#1に、ノード#5を追加して、リンク#1’と、リンク#1’’に分断し、上位レベルの経路探索用データのリンク#2に、ノード#6を追加して、リンク#2’と、リンク#2’’に分断することによって、上位レベルのノードリストに、ノード#5情報、ノード#6情報を追加する。また、制御部11は、ノード#5情報には、座標として東経xxxx、北緯yyyyが、ノード属性として交差点など、接続リンクとしてリンク#1’、リンク#1’’を格納する。また、制御部11は、同様に、ノード#6情報にも各情報を格納する。
【0055】
次に、制御部11は、格上げ対象となる道路Cを(リンク#3)を追加する。そして、追加する際のリンク情報に分断に使用したノードを、分断に使用したノード情報に追加するリンクを、それぞれの接続情報として設定する。この動作について図7、図8を用いて説明する。図7は、上位レベルの経路探索用データに道路Cに関する情報の追加について説明するための図である。図7に示すように、制御部11は、上位レベルの経路探索用データに道路Cを追加するために、ノード#5、ノード#6間に、道路Cに対応するリンク#3を追加する。
【0056】
また、図8は、上位レベルの経路探索用データに道路Cを追加する場合のリンクリストと、ノードリストについて説明するための図である。図8(a)は、上位レベルの経路探索用データのリンクリストを説明するための図である。図8(a)に示すように、制御部11は、上位レベルの経路探索用データに道路Cを追加するために、上位レベルの経路探索用データのリンクリストに、リンク#3情報を格納する。また、制御部11は、リンク#3‘情報に、リンク長として500m、リンク属性として国道、2車線など、接続ノードとしてノード#5、ノード#6を格納する。
【0057】
また、図8(b)は、上位レベルのノードリストを説明するための図である。図8(b)に示すように、制御部11は、上位レベルの経路探索用データに道路Cを追加するために、上位レベルの経路探索用データのノード#5情報には、接続リンクとしてリンク#3を追加する。また、制御部11は、上位レベルの経路探索用データのノード#6情報に、リンク#3を追加する。これにより、上位レベルの経路探索用データに道路情報を追加することができる。
【0058】
以上の通り、本実施の形態によれば、制御部11は、記憶部2に記憶された経路に対応する道路が、下位レベルの経路探索用データに存在するが、上位レベルの経路探索用用データには存在しない場合には、この道路を上位レベルの経路検索用データに反映させるようにしたので、上位レベルの経路探索用データに自車が良く通る道路が登録される。これにより、学習結果を確実に反映させたルート計算を行うことができる。
【0059】
また、上記図9に示した制御部11が行う各処理は、経路探索用データ更新プログラムによって実行される。経路探索用データ更新プログラムは、ハードウエアと協働し、ハードウエアと一体となって経路探索用データの更新処理を行う。また、経路探索用データ更新方法は、経路探索用データ更新プログラムとして、FD、HD、CD−ROM等の記憶媒体に記憶されており、それぞれが対応する外部記憶装置に装着され、実行時に読み出されてRAMにロードされる。なお、経路探索用データ更新プログラムが記憶される記憶媒体は、ROM等の半導体メモリでも良い。
【0060】
以上、本発明の一実施の形態を説明した。本発明は上記実施の形態に限定されるものではなく、本発明の要旨の範囲内において種々の変形実施が可能である。
【0061】
【発明の効果】
以上説明した本発明によれば、自車が走行する経路に対応する道路が、下位レベルの経路探索用データに存在するが、上位レベルの経路探索用データには存在しない場合に、この道路を上位レベルの経路探索用データに反映させるようにしたので、上位レベルの経路探索用データに自車が良く通る道路が登録される。これにより、学習結果を確実に反映させたルート計算を行うことができる。
【図面の簡単な説明】
【図1】本実施の形態に係るナビゲーション装置のブロック図である。
【図2】経路探索用データに含まれる各種テーブルの内容を示す図である。
【図3】ユーザが良く通る道路を上位レベルの経路探索用データに反映させる前の上位レベルの経路探索データを示す図である。
【図4】上位レベルの経路探索用データのリンクリストと、ノードリストを示す図である。
【図5】上位レベルの経路探索用データにノードを追加してリンクの分断について説明するための図である。
【図6】上位レベルの経路探索用データのリンクリストと、ノードリストを説明するための図である。
【図7】上位レベルの経路探索用データに道路Cに関する情報の追加について説明するための図である。
【図8】上位レベルの経路探索用データに道路Cを追加する場合のリンクリストと、ノードリストについて説明するための図である。
【図9】制御部の経路探索用データの更新動作を説明するための図である。
【図10】従来の階層化構造の地図データを用いた経路探索について説明するための図である。
【図11】下位レベル及び上位レベルの2階層の階層化構造の地図データを説明するための図である。
【図12】階層化構造の地図データに学習機能を適用し、これを用いて経路探索を行う場合の問題点を説明するための図である。
【符号の説明】
1 ナビゲーションコントローラ
11 制御部
15 車両位置計算部
100ナビゲーション装置
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a navigation device, a route search data update method, and a route search data update program, and more specifically, is hierarchized from a lower level having a large amount of information of a road network to an upper level having a small amount of information of a road network. The present invention relates to a technique using data for route search.
[0002]
[Prior art]
In general, an in-vehicle navigation device detects the current position of a vehicle, reads map data near the current position from a data storage medium such as a CD or DVD, and displays the data on a screen. In addition, a vehicle position mark indicating the position of the vehicle is displayed on the screen, and a map of the vicinity is scrolled according to the progress of the vehicle around the vehicle position mark, and the map information around the position of the vehicle is always known. It has become.
[0003]
In addition, most of the recent in-vehicle navigation devices have a route search / guidance function that enables a user to travel to a desired destination without making a mistake on a road. According to the route search / guidance function, a route with the smallest cost from the starting point to the destination is searched for by performing a simulation such as the horizontal search (BFS) method or the Dijkstra method using the map data, and is searched. Route guidance is performed based on the route that has been set. Conventionally, in such a route guidance, for example, searching all data in the whole of Japan would require a huge amount of calculation. Therefore, a method of performing a high-speed route search using hierarchically structured map data. Has been proposed.
[0004]
FIG. 10 is a diagram for explaining a conventional route search using map data having a hierarchical structure. Note that FIG. 10 shows map data having a hierarchical structure having three layers of an upper level (upper layer), a middle level (middle layer), and a lower level (lower layer). As shown in FIG. 10, in the hierarchically structured map data, the map data divided into smaller areas is set as the map data at a lower level. The map data corresponding to each of these maps includes detailed road information for a large number of roads including general roads and prefectural roads in addition to expressways and national roads.
[0005]
Further, the map data divided into larger areas is set as the map data at a higher level. In the vicinity of the departure point and the destination, a lower-level map data including more detailed road information is used to search for a route to a national road, which is also commonly included in the middle-level map data. You.
[0006]
Next, using the middle-level map data, a route to a national road, a highway, or the like, which is also commonly included in the higher-level map data, is searched. When a route up to a road included in the upper level map data is searched, a route search is performed using the upper level map data with the main road as a search target. In this manner, a high-speed route search from the departure point to the destination can be performed by reducing the entire search amount.
[0007]
Further, in the conventional navigation, there is proposed a function of learning (recording) a road that a driver often passes through and making it easy to select the road as a route when calculating a route (Patent Document 1). The navigation device of Patent Document 1 includes storage means for storing a route in an unguided area where the vehicle has traveled, reads out the stored travel route, and stores the route to the destination input by the destination input means. Since the route stored in the search is upgraded to a search candidate and searched by the search means, the route of the unguided area where the vehicle has traveled can be stored, and the stored route of the unguided area can be stored. Can be used as search candidates.
[0008]
[Patent Document 1]
JP-A-2000-205884
[Problems to be solved by the invention]
However, the navigation device of Patent Literature 1 can store the route of the unguided area where the vehicle has traveled, and can use the stored route of the unguided area as a search candidate. Since the search does not use the above-described hierarchically structured map data, there is a problem that a route cannot be searched at high speed.
[0009]
Further, even if the learning function is applied to a conventional navigation device that uses hierarchically structured map data, the following problem occurs. FIG. 11 is a diagram for describing map data having a two-layered structure of a lower level and an upper level. FIG. 11A is a diagram for explaining map data having a hierarchical structure at a higher level. FIG. 11B is a diagram for explaining map data having a hierarchical structure at a lower level. Note that, in FIG. 11, for convenience of description, unlike FIG. As shown in FIG. 11A, only the road A and the road B are shown in the map data having the hierarchical structure of the upper level. On the other hand, as shown in FIG. 11B, the map data of the lower-level hierarchical structure shows a road A, a road B, and more specifically, a road C connecting the road A and the road B. I have.
[0010]
FIG. 12 is a diagram for explaining a problem when a learning function is applied to map data having a hierarchical structure and a route search is performed using the learning function. FIG. 12A is a diagram for explaining the learning function. FIG. 12B is a diagram for explaining the relationship between the map data having the hierarchical structure of the upper level and the learning function. As shown in FIG. 12A, it is assumed that the navigation device learns that the route a → b → c → d is a route that the user often uses because the driver frequently uses the road C.
[0011]
However, since the road C is defined in the data of the hierarchical structure at the lower level, the navigation device can store a → b → c → d as a road through which the user passes well. As shown in FIG. 11B, since the road C shown in FIG. 11A is not defined in the map data having the hierarchical structure of the upper level, even if the user searches for a route, the road C that the user often travels along the route C Will not be chosen as In other words, even if a driver learns a road that he or she frequently travels on, if this road is not included in the map data of the higher-level hierarchical structure, the road will not be selected as a route in a long-distance search or the like. There's a problem.
[0012]
In view of the above, the present invention solves the above-described problems of the related art, and provides a navigation device, a route search data update method, and a route search data update program capable of calculating a route by reflecting a road that a user frequently passes in a learning result. The purpose is to do.
[0013]
[Means for Solving the Problems]
In order to solve the above-mentioned problem, a navigation device according to claim 1 is a navigation device capable of searching for a route to a destination, from a lower level having a large amount of information of a road network to an upper level having a small amount of information of a road network. A first storage unit that stores hierarchical route search data, and a route in which the vehicle travels is stored in a second storage unit, and corresponds to the route stored in the second storage unit. When a road exists in the lower-level route search data stored in the first storage unit but does not exist in the upper-level route search data, information on the road is stored in the upper-level route search data. And a control unit that reflects the data on the route search data.
[0014]
According to the first aspect of the present invention, the control unit determines that the road corresponding to the route stored in the second storage unit exists in the lower-level route search data stored in the first storage unit. If the road does not exist in the upper-level route search data, this road is reflected in the upper-level route search data. Therefore, a road through which the vehicle travels well is registered in the upper-level route search data. You. As a result, it is possible to perform a route calculation that reliably reflects the learning result.
[0015]
According to a second aspect of the present invention, in the navigation device according to the first aspect, the control unit stores the route on which the vehicle has traveled once in the second storage unit. According to the navigation device of the second aspect, the control unit stores the route that the vehicle has traveled once in the second storage unit, so that the vehicle has passed the higher-level route search data. The route is registered. As a result, it is possible to perform a route calculation that reliably reflects the learning result.
[0016]
Further, in the navigation device according to the third aspect, in the navigation device according to the first aspect, the control unit may store, in the second storage unit, a route that has deviated from a route guided to the own vehicle. Features. According to the navigation device of the third aspect, the control unit stores the route deviating from the route guided to the own vehicle in the second storage unit. Is registered in this route. As a result, it is possible to perform a route calculation that reliably reflects the learning result.
[0017]
According to a fourth aspect of the present invention, in the navigation device according to any one of the first to third aspects, the control unit measures the number of times the own vehicle has passed through the route, and the measured number of times is When the number of times exceeds a predetermined number, the path is stored in the second storage unit. According to the navigation device of the fourth aspect, the number of times the vehicle has traveled through the route is measured, and when the measured number exceeds a predetermined number, the route is stored in the second storage unit. As a result, only the route that the vehicle frequently travels is registered in the higher-level route search data. As a result, it is possible to perform a route calculation that reliably reflects the learning result.
[0018]
Further, according to a fifth aspect of the present invention, there is provided a route search data updating method for updating route search data hierarchized from a lower level having a large amount of information of a road network to an upper level having a small amount of information of a road network. In a data updating method, a first stage of storing a route on which a vehicle travels in a storage unit, and a road corresponding to the route stored in the first stage is included in the lower-level route search data. A second step of reflecting information on the road in the upper-level route search data when the data exists but is not present in the upper-level route search data.
[0019]
According to the route search data updating method of the fifth aspect, the control unit determines that the road corresponding to the route traveled by the own vehicle exists in the lower level route search data, but the upper level route search data. When the vehicle does not exist, this road is reflected in the upper-level route search data, so that the road through which the vehicle travels well is registered in the upper-level route search data. As a result, it is possible to perform a route calculation that reliably reflects the learning result.
[0020]
According to a sixth aspect of the present invention, in the method of updating a route search data according to the fifth aspect, the first step stores, in the storage unit, a route that the vehicle has traveled once. It is characterized by doing. According to the route search data updating method of the present invention, since the route that the vehicle has traveled once is stored in the storage unit, the road corresponding to this route is stored in the upper-level route search data. The route that the car has passed is registered. As a result, it is possible to perform a route calculation that reliably reflects the learning result.
[0021]
In the route search data updating method according to a seventh aspect, in the route search data updating method according to the fifth aspect, the first step includes storing a route that has deviated from a route guided to the own vehicle in the storage unit. Is stored. According to the route search data updating method of the present invention, the route that has deviated from the route being guided to the own vehicle is stored in the storage unit, so that the road corresponding to this route has a higher level. This route is registered in the route search data. As a result, it is possible to perform a route calculation that reliably reflects the learning result.
[0022]
According to an eighth aspect of the present invention, in the route update data updating method according to any one of the fifth to seventh aspects, the first step includes the step of determining the number of travels of the route traveled by the own vehicle. It is characterized in that the route is stored in the storage unit when the measured and measured number of runs exceeds a predetermined number. According to the route search data updating method of the eighth aspect, the number of times the own vehicle has passed the route is measured, and when the measured number exceeds a predetermined number, the route is stored in the storage unit. Therefore, only the route frequently traveled by the vehicle is registered in the upper level route search data. As a result, it is possible to perform a route calculation that reliably reflects the learning result.
[0023]
The route search data updating method according to claim 9 is the route search data updating method according to any one of claims 5 to 8, wherein the second step is a road reflected in the upper level. A third step of adding and dividing a node to a road to which is connected, and a fourth step of connecting a link corresponding to the road to be added to the node added in the third step. Features.
[0024]
According to the route search data updating method of the ninth aspect, in the second stage, a node is added to the road to which the road reflected in the upper level is connected, and the road is connected to the added node. Since the link corresponding to the road to be added is connected, the road that actually corresponds to the route is registered in the higher-level route search data, and the route calculation that reliably reflects the learning result is performed. be able to.
[0025]
A route search data updating program according to claim 10 is a computer for updating route search data hierarchized from a lower level having a large amount of information of a road network to an upper level having a small amount of information of a road network. Is stored in the storage unit, and a road corresponding to the route stored by the first unit is present in the lower-level route search data, If the information does not exist in the route search data at the higher level, the information on the road is made to function as second means for reflecting the information on the route search data at the higher level.
[0026]
According to the route search data updating program, the road corresponding to the route on which the vehicle travels exists in the lower-level route search data, but does not exist in the upper-level route search data. In this case, since this road is reflected in the upper-level route search data, a road through which the vehicle travels well is registered in the upper-level route search data. As a result, it is possible to perform a route calculation that reliably reflects the learning result.
[0027]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, a navigation device according to an embodiment of the present invention will be described with reference to the drawings. In the present embodiment, for convenience of description, as in the case of FIG. 11, description will be made using map data having a two-layered structure of a lower level and an upper level.
[0028]
FIG. 1 is a block diagram of a navigation device according to the present embodiment. As shown in FIG. 1, the navigation device 100 includes a navigation controller 1, a storage unit 2, a disk reader 3, a remote control (remote control) unit 4, a GPS receiver 5, an autonomous navigation sensor 6, a display, and the like. Device 7. The navigation controller 1 controls the entire navigation device 100.
[0029]
The storage unit 2 stores map data having the above-described hierarchical structure, route search data, and the like. Here, the route search data corresponds to the hierarchically structured map data, and refers to data hierarchized from a lower level having a large amount of information of the road network to an upper level having a small amount of information of the road network. . The storage unit 2 is configured to be writable, and for example, a hard disk or the like can be used. The storage unit 2 may be a removable unit such as a DVD-RW (DVD rewritable).
[0030]
The disk reading device 3 reads the map data and the route search data recorded in the storage unit 2. The remote control unit 4 is an operation unit where a user inputs various instructions. The remote control unit 4 includes a search key for giving a route search instruction, a route guidance mode key used for setting a route guidance mode, a destination input key, up / down / left / right cursor keys, a map reduction / enlargement key, and a display screen. Various operation keys such as a setting key for fixing an item at a cursor position are provided, and an infrared signal corresponding to an operation state of the key is transmitted to the navigation controller 1.
[0031]
The GPS receiver 5 and the autonomous navigation sensor 6 detect the own vehicle position and the own vehicle direction. The GPS receiver 5 receives radio waves transmitted from a plurality of GPS satellites, performs three-dimensional positioning processing or two-dimensional positioning processing, calculates the absolute position and direction of the vehicle, and outputs these with the positioning time. I do. The autonomous navigation sensor 6 includes an angle sensor such as a vibrating gyroscope that detects the vehicle rotation angle as a relative bearing, and a distance sensor that outputs one pulse for each predetermined traveling distance. Calculate the bearing.
[0032]
The display device 7 displays a map image, a guidance route, and the like. The display device 7 displays a map image around the own vehicle together with a vehicle position mark, a departure point mark, a destination mark, and the like based on drawing data output from the navigation controller 1, and displays a guidance route and the like on the map. Or display.
[0033]
Next, the navigation controller 1 will be described. As shown in FIG. 1, the navigation controller 1 includes a data buffer 10, a control unit 11, a map drawing unit 12, a VRAM 13, an image synthesis unit 14, a vehicle position calculation unit 15, a route search processing unit 16, , A guidance route memory 17, a guidance route drawing unit 18, a mark image drawing unit 19, a remote control unit 20, a cursor position calculation unit 21, and an operation screen generation unit 22. The data buffer 10 temporarily stores the hierarchically structured map data read from the storage unit 2 by the disk reader 3.
[0034]
The control unit 11 has the following functions in addition to adjusting the route search data optimally. The adjustment here means that a road that exists only in the lower level is reflected in the upper level. When the vehicle position is calculated by the vehicle position calculation unit 15, the control unit 11 outputs to the disk reading device 3 a request to read map data in a predetermined range including the vehicle position.
[0035]
In addition, in response to a request from the route search processing unit 16, the control unit 11 outputs to the disk reading device 3 a request to read map data having a hierarchical structure necessary for performing a route search. Further, the control unit 11 stores the route traveled by the own vehicle in the storage unit 2 based on the own vehicle position calculated by the vehicle position calculating unit 15. In addition, the control unit 11 determines that the road corresponding to the route stored in the storage unit 2 exists in the lower-level route search data stored in the storage unit 2 but does not exist in the upper-level route search data. In this case, the upper-level route search data is rewritten to reflect this road in the upper-level route search data.
[0036]
Further, the control unit 11 may store, in the storage unit 11, the route that the vehicle has traveled once. Further, the control unit 11 may store only the route that has deviated from the route guided to the user of the own vehicle by the navigation device in the storage unit 2. Further, when storing the route in the storage unit 2, the control unit 11 measures the number of times the own vehicle has passed the route, and stores the route in the storage unit 2 when the measured number exceeds a predetermined number. You may do so. Further, the control unit 11 reads the route search data update program from the storage unit 11 and executes a process of updating the route search data.
[0037]
The map drawing unit 12 creates map drawing data necessary for display based on drawing units included in the map data stored in the data buffer 10. The created map drawing data is stored in the VRAM 13. The image synthesizing unit 14 superimposes the map drawing data read from the VRAM 13 and the drawing data output from each of the guidance route drawing unit 18, the mark image drawing unit 19, and the operation screen generating unit 22, and performs image synthesis. The data is output to the display device 7.
[0038]
The vehicle position calculation unit 15 calculates the position of the own vehicle based on each detection data of the GPS receiver 5 and the autonomous navigation sensor 6, and, if the calculated own position is not on the road of the map data, A map matching process for correcting the position is performed. Further, the vehicle position calculation unit 15 outputs the calculated own vehicle position to the control unit 11. The route search processing unit 16 searches for a traveling route that connects a preset destination and departure place under predetermined conditions.
[0039]
For example, under various conditions such as the shortest distance and the shortest time, the traveling route with the minimum cost is set as the guidance route. As a typical route search method, the Dijkstra method and the horizontal search method are known. The guidance route set by the route search processing unit 16 in this way is represented as a set of nodes from the departure point to the destination and stored in the guidance route memory 17.
[0040]
The guidance route drawing unit 18 selects, from the guidance route data set by the route search processing unit 16 and stored in the guidance route memory 17, those included in the map area drawn in the VRAM 13 at that time, and selects the guidance route. Is created to display the route information superimposed on the map image. The mark image drawing unit 19 generates drawing data for generating a vehicle position mark at the own vehicle position after the map matching processing or generating a cursor mark having a predetermined shape.
[0041]
Next, the above-described route search data stored in the storage unit 2 will be described. FIG. 2 is a diagram showing the contents of various tables included in the route search data. In the following, a line connecting any two points on a road is called a link, an adjacent point connecting two or more links is called a node, an intersection corresponds to a node, and a road corresponds to a link. As shown in FIG. 2A, the route search data includes route calculation data frames A, B, C, D,... Corresponding to each figure.
[0042]
Further, as shown in FIG. 2B, each route calculation data frame includes a. A node data frame including basic information on each node included in the target leaf; b. A link data frame including basic information on each link included in the figure of interest; c. A link cost data frame including cost information of each link included in the target leaf; d. An upper-level node correspondence data frame indicating correspondence information on nodes included in the route calculation data frame that also exist in common in the upper hierarchy; e. A traffic code data frame including the regulation information included in the route calculation data frame; f. And a node coordinate data frame including coordinate information of nodes included in the route calculation data frame.
[0043]
Next, the operation of the control unit 11 will be described. As described above, the control unit 11 determines that the road corresponding to the route stored in the storage unit 2 is present in the lower-level route search data stored in the storage unit 2 but is included in the upper-level route search data. Is not present, the upper-level route search data is rewritten to reflect the road information on this road in the upper-level route search data, and is reflected in the upper-level route search data. A route calculation is performed that surely reflects the road that the user passes well in the learning result.
[0044]
Next, an operation of updating the route search data by the control unit 11 will be described with reference to FIG. FIG. 9 is a diagram for explaining the operation of the control unit 11 for updating the route search data. In step S101, the control unit 11 specifies a road to be reflected on the higher-level search data. In step S102, the control unit 11 adds a node to a high-level road to which a road to be reflected in the high-level route search data is connected, and divides the road. In step S103, the control unit 11 connects a link between the divided nodes and adds a road to be upgraded to the higher-level route search data. In step S104, the control unit 11 determines whether the target route search data is the highest-order route search data.
[0045]
When the control unit 11 determines in step 104 that the target route search data is the highest-order route search data, the control unit 11 ends the process. On the other hand, if the control unit 11 determines in step S104 that the target route search data is not the highest-order route search data, the process returns to step S102, and the control unit 11 determines that the target route search data is the highest-order route search data. The processes of S102 to S104 are repeated from the lower level to the upper level until the route search data is obtained. Accordingly, when the hierarchy of the route search data is three or more, the processes at S102 to S104 of the second stage are repeated for the lowest level road to the highest level, so that the route search data at the highest level is at once. Can be upgraded.
[0046]
Hereinafter, the operation of the control unit 11 will be described with reference to the drawings. FIG. 3 is a diagram for explaining the operation of the control unit 11, and shows upper-level route search data before reflecting a road that a user frequently travels on the upper-level route search data. As shown in FIG. 3, the upper level route search data includes a link # 1 representing the road A, and nodes # 1 and # 2, which are intersections, at both ends of the link # 1. Also, a link # 2 representing the road B, and nodes # 3 and # 4, which are intersections, are provided at both ends of the link # 2.
[0047]
FIG. 4 shows a link list and a node list of the route search data at the higher level shown in FIG. Note that the route search data is stored in the storage unit 2 as described above. FIG. 4A is a diagram for explaining a link list of route search data at a higher level. FIG. 4B is a diagram for explaining a node list of route search data at a higher level. As shown in FIG. 4A, the link list of the higher-level route search data stores link # 1 information corresponding to road A and link # 2 information corresponding to road B.
[0048]
The link # 1 information includes a link length that determines the length of the link: 1000 m, a link attribute that indicates the attribute of the link, a node # 1 as a connection node representing a node connected to the link # 1, such as a national road or a two-lane. , Node # 2. Also, as shown in FIG. 4B, the node list of the higher-level route search data stores node # 1 information,..., Node # 4 information. In the node # 1 information, east longitude xxxx and north latitude yyyy are stored as coordinates representing the coordinates of the node, and link # 1 is stored as a connection link representing a link connected to the node such as an intersection as a node attribute representing the attribute of the node. Have been.
[0049]
Next, an operation in which the control unit 11 reflects a road that a user frequently passes on route search data at a higher level will be described. First, in the first stage, the control unit 11 specifies a road to be reflected in the higher-level route search data. Specifically, the control unit 11 stores the driving results of the driver from the vehicle position calculating unit 15 in the storage unit 2, and specifies a road that the user often travels based on the driving results of the driver.
[0050]
Here, as means for specifying a road that the user often passes, for example, a road that a vehicle has once passed is simply specified, or a road that the vehicle has deviated from the route being guided is specified. Alternatively, it may be determined that a road that frequently passes through a road on which these conditions are repeated a plurality of times is specified and that the road is reflected. Further, when this condition is used for each level, for example, map data having a three-level hierarchical structure, a target to be reflected stepwise, such as an intermediate level or an upper level, may be specified. For example, when a lower-level road is upgraded to an intermediate level, a road that a user has traveled ten times is specified as an upgrade target, or when a middle-level road is upgraded to an upper level, the user is upgraded. Roads that have passed 30 times can be upgraded.
[0051]
Next, in the second stage, the control unit 11 determines that the road corresponding to the route stored in the storage unit 2 exists in the lower-level route search data stored in the storage unit 2, but the higher-level route search If it does not exist in the route data, the road information on this road is reflected in the route search data at a higher level. More specifically, the control unit 11 accesses the storage unit 2 and reflects the roads to be upgraded in the first stage in the route search data in the following procedure. Adds a node to the higher-level road to which it connects to break the link. This will be described with reference to FIG.
[0052]
FIG. 5 is a diagram for explaining link division by adding a node to the higher-level route search data. As shown in FIG. 5, the control unit 11 adds the node # 5 to the link # 1 of the higher-level route search data shown in FIG. 3, and sets the link # 1 ′ and the link # 1 ″. Divide. In addition, the control unit 11 adds the node # 6 to the link # 2 of the higher-level route search data illustrated in FIG. 3 and divides the link # 2 ′ into the link # 2 ″.
[0053]
FIG. 6 is a diagram for explaining the link list and the node list of the higher-level route search data shown in FIG. FIG. 6A is a diagram for explaining a higher-level link list. As shown in FIG. 6A, the control unit 11 adds a node # 5 to the link # 1 of the higher-level route search data, and divides the link # 1 ′ into a link # 1 ′ and a link # 1 ″. The node # 6 is added to the link # 2 of the higher-level route search data, and is divided into the link # 2 ′ and the link # 2 ″, so that the link # 1 ′ is added to the upper-level link list. Information, link # 2 ′ information, link # 1 ″ information, and link # 2 ″ information are added. Further, the control unit 11 stores, in the link # 1 ′ information, a link length of 600 m, a link attribute such as a national road or a two-lane road, and node # 1 and node # 5 as connection nodes. The control unit 11 also stores each information in the link # 2 ′ information, the link # 1 ″ information, and the link # 2 ″ information in the same manner as the link # 1 ′ information.
[0054]
FIG. 6B is a diagram for explaining an upper-level node list. As shown in FIG. 6B, the control unit 11 adds the node # 5 to the link # 1 of the higher-level route search data, and divides the link # 1 ′ into the link # 1 ″. By adding the node # 6 to the link # 2 of the higher-level route search data and dividing the link # 2 ′ into the link # 2 ″, the node # 5 information is added to the upper-level node list. , Node # 6 information. The control unit 11 also stores, in the node # 5 information, east longitude xxxx and north latitude yyyy as coordinates, and link # 1 ′ and link # 1 ″ as connection links such as intersections as node attributes. The control unit 11 also stores each information in the node # 6 information.
[0055]
Next, the control unit 11 adds (link # 3) the road C to be upgraded. Then, a node used for division in link information at the time of addition and a link to be added to node information used for division are set as respective connection information. This operation will be described with reference to FIGS. FIG. 7 is a diagram for explaining the addition of information on the road C to the higher-level route search data. As shown in FIG. 7, the control unit 11 adds a link # 3 corresponding to the road C between the nodes # 5 and # 6 in order to add the road C to the higher-level route search data.
[0056]
FIG. 8 is a diagram for explaining a link list and a node list when the road C is added to the higher-level route search data. FIG. 8A is a diagram illustrating a link list of route search data at a higher level. As shown in FIG. 8A, the control unit 11 stores the link # 3 information in the link list of the high-level route search data in order to add the road C to the high-level route search data. . Further, the control unit 11 stores, in the link # 3 'information, a link length of 500 m, a link attribute such as a national road or a two-lane road, and node # 5 and node # 6 as connection nodes.
[0057]
FIG. 8B is a diagram for explaining a higher-level node list. As shown in FIG. 8B, the control unit 11 adds a link C as a connection link to the node # 5 information of the upper-level route search data in order to add the road C to the upper-level route search data. Add # 3. Further, the control unit 11 adds the link # 3 to the node # 6 information of the higher-level route search data. As a result, the road information can be added to the higher-level route search data.
[0058]
As described above, according to the present embodiment, the control unit 11 determines that the road corresponding to the route stored in the storage unit 2 exists in the lower-level route search data, but the higher-level route search If the data does not exist in the data, this road is reflected in the upper-level route search data, and therefore, the road through which the vehicle travels well is registered in the upper-level route search data. As a result, it is possible to perform a route calculation that reliably reflects the learning result.
[0059]
Each process performed by the control unit 11 shown in FIG. 9 is executed by a route search data update program. The route search data update program cooperates with the hardware and performs a process of updating the route search data integrally with the hardware. In the route search data update method, a route search data update program is stored in a storage medium such as an FD, an HD, or a CD-ROM, each of which is mounted on a corresponding external storage device and read out at the time of execution. And loaded into the RAM. The storage medium storing the route search data update program may be a semiconductor memory such as a ROM.
[0060]
The embodiment of the present invention has been described above. The present invention is not limited to the above embodiments, and various modifications can be made within the scope of the present invention.
[0061]
【The invention's effect】
According to the present invention described above, if a road corresponding to the route on which the vehicle travels exists in the lower-level route search data but does not exist in the upper-level route search data, the road Since this is reflected in the upper-level route search data, a road through which the own vehicle passes well is registered in the upper-level route search data. As a result, it is possible to perform a route calculation that reliably reflects the learning result.
[Brief description of the drawings]
FIG. 1 is a block diagram of a navigation device according to the present embodiment.
FIG. 2 is a diagram showing contents of various tables included in route search data.
FIG. 3 is a diagram illustrating upper-level route search data before reflecting a road that a user frequently travels on higher-level route search data;
FIG. 4 is a diagram showing a link list of route search data at a higher level and a node list.
FIG. 5 is a diagram for explaining link disconnection by adding a node to the higher-level route search data;
FIG. 6 is a diagram for explaining a link list of route search data at a higher level and a node list.
FIG. 7 is a diagram for explaining addition of information on a road C to higher-level route search data;
FIG. 8 is a diagram for explaining a link list and a node list when a road C is added to route search data at a higher level;
FIG. 9 is a diagram illustrating an operation of updating route search data by the control unit.
FIG. 10 is a diagram illustrating a conventional route search using hierarchically structured map data.
FIG. 11 is a diagram for explaining map data having a two-layered structure of a lower level and an upper level.
FIG. 12 is a diagram for explaining a problem in a case where a learning function is applied to map data having a hierarchical structure and a route search is performed using the learning function.
[Explanation of symbols]
1 Navigation controller
11 Control part
15 Vehicle position calculation unit
100 navigation device

Claims (10)

目的地までの経路を探索できるナビゲーション装置において、
道路網の情報量の多い下位レベルから道路網の情報量の少ない上位レベルに階層化された経路探索用のデータを記憶する第1の記憶部と、
自車が走行する経路を第2の記憶部に記憶し、該第2の記憶部に記憶された前記経路に対応する道路が、前記第1の記憶部に記憶される前記下位レベルの経路探索用データに存在するが前記上位レベルの経路探索用データには存在しない場合に、該道路に関する情報を、前記上位レベルの経路探索用データに反映させる制御部と、を有することを特徴とするナビゲーション装置。
In a navigation device that can search for a route to a destination,
A first storage unit for storing route search data hierarchized from a lower level having a large amount of information of the road network to an upper level having a small amount of information of the road network;
A route in which the vehicle travels is stored in a second storage unit, and a road corresponding to the route stored in the second storage unit is a lower-level route search stored in the first storage unit. A control unit for reflecting information on the road to the upper-level route search data when the data is present in the upper-level route search data but not in the higher-level route search data. apparatus.
前記制御部は、自車が1回走行した経路を、前記第2の記憶部に記憶することを特徴とする請求項1記載のナビゲーション装置。The navigation device according to claim 1, wherein the control unit stores a route that the vehicle has traveled once in the second storage unit. 前記制御部は、自車に誘導した経路から外れて走行した経路を、前記第2の記憶部に記憶することを特徴とする請求項1記載のナビゲーション装置。The navigation device according to claim 1, wherein the control unit stores a route that has deviated from a route guided to the own vehicle in the second storage unit. 前記制御部は、自車が前記経路を通行した回数を計測し、計測した該回数が所定の回数を超えた場合に前記第2の記憶部に前記経路を記憶することを特徴とする請求項1から3のいずれか一項記載のナビゲーション装置。The said control part measures the frequency | count that the own vehicle passed through the said route, and when the measured frequency | count exceeds predetermined frequency | count, the said memory | storage part stores the said route. The navigation device according to any one of claims 1 to 3. 道路網の情報量の多い下位レベルから道路網の情報量の少ない上位レベルに階層化された経路探索用のデータを更新する経路探索用データ更新方法であって、
自車が走行する経路を記憶部に記憶する第1の段階と、
前記第1の段階により記憶された経路に対応する道路が、前記下位レベルの経路探索用データに存在するが前記上位レベルの経路探索用データに存在しない場合に、該道路に関する情報を、前記上位レベルの経路探索用データに反映させる第2の段階と、有することを特徴とする経路探索用データ更新方法。
A route search data updating method for updating route search data hierarchized from a lower level having a larger amount of information of a road network to an upper level having a smaller amount of information of a road network,
A first stage of storing a route along which the vehicle travels in a storage unit;
When a road corresponding to the route stored in the first step is present in the lower-level route search data but not in the upper-level route search data, information on the road is stored in the upper-level route search data. A second step of reflecting the data on the level of the route search data; and a route search data updating method, comprising:
前記第1の段階は、自車が1回走行した経路を、前記記憶部に記憶することを特徴とする請求項5記載の経路探索用データ更新方法。6. The route search data updating method according to claim 5, wherein in the first step, a route on which the vehicle has traveled once is stored in the storage unit. 前記第1の段階は、自車に誘導した経路から外れて走行した経路を、前記記憶部に記憶することを特徴とする請求項5記載の経路探索データ更新方法。6. The route search data updating method according to claim 5, wherein in the first step, a route that has deviated from a route guided to the own vehicle is stored in the storage unit. 前記第1の段階は、自車が走行した経路の走行回数を計測し、計測した該走行回数が所定の回数を超えた場合に前記記憶部に前記経路を記憶することを特徴とする請求項5から7のいずれか一項記載の経路探索用データ更新方法。The method according to claim 1, wherein the first step measures the number of travels of the route traveled by the own vehicle, and stores the route in the storage unit when the measured number of travels exceeds a predetermined number. 8. The route search data updating method according to any one of 5 to 7. 前記第2の段階は、前記上位レベルに反映される道路が接続される道路にノードを追加して分断する第3の段階と、
第3の段階により追加した前記ノードに、追加する道路に対応するリンクを接続する第4の段階と、を含むことを特徴とする請求項5から8のいずれか一項記載の経路探索用データ更新方法。
A second step of adding and dividing a node to a road to which a road reflected in the upper level is connected; and
9. The route search data according to claim 5, further comprising: a fourth step of connecting a link corresponding to a road to be added to the node added in the third step. Update method.
道路網の情報量の多い下位レベルから道路網の情報量の少ない上位レベルに階層化された経路探索用のデータを更新するためにコンピュータを、
自車が走行する経路を記憶部に記憶する第1の手段と、
前記第1の手段により記憶された経路に対応する道路が、前記下位レベルの経路探索用データに存在するが前記上位レベルの経路探索用データに存在しない場合に、該道路に関する情報を、前記上位レベルの経路探索用データに反映させる第2の手段として機能させるための経路探索用データ更新プログラム。
A computer for updating route search data hierarchized from a lower level with a large amount of information on the road network to an upper level with a small amount of information on the road network,
First means for storing a route on which the vehicle travels in a storage unit;
When a road corresponding to the route stored by the first means is present in the lower-level route search data but not in the upper-level route search data, information on the road is stored in the upper-level route search data. A route search data update program for functioning as second means to be reflected in the level route search data.
JP2002345454A 2002-11-28 2002-11-28 Navigation device, route search data update method, and route search data update program Expired - Fee Related JP4028362B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002345454A JP4028362B2 (en) 2002-11-28 2002-11-28 Navigation device, route search data update method, and route search data update program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002345454A JP4028362B2 (en) 2002-11-28 2002-11-28 Navigation device, route search data update method, and route search data update program

Publications (2)

Publication Number Publication Date
JP2004177318A true JP2004177318A (en) 2004-06-24
JP4028362B2 JP4028362B2 (en) 2007-12-26

Family

ID=32706625

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002345454A Expired - Fee Related JP4028362B2 (en) 2002-11-28 2002-11-28 Navigation device, route search data update method, and route search data update program

Country Status (1)

Country Link
JP (1) JP4028362B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008076367A (en) * 2006-09-25 2008-04-03 Clarion Co Ltd Navigation device, its control method, and its control program
JP2009210508A (en) * 2008-03-06 2009-09-17 Denso It Laboratory Inc Navigation device, navigation method and program
JP2012058017A (en) * 2010-09-07 2012-03-22 Toyota Motor Corp Information processor, navigation device, and route guidance information providing method
JP2012132937A (en) * 2012-03-28 2012-07-12 Mitsubishi Electric Corp Map information processing apparatus

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008076367A (en) * 2006-09-25 2008-04-03 Clarion Co Ltd Navigation device, its control method, and its control program
JP2009210508A (en) * 2008-03-06 2009-09-17 Denso It Laboratory Inc Navigation device, navigation method and program
JP2012058017A (en) * 2010-09-07 2012-03-22 Toyota Motor Corp Information processor, navigation device, and route guidance information providing method
JP2012132937A (en) * 2012-03-28 2012-07-12 Mitsubishi Electric Corp Map information processing apparatus

Also Published As

Publication number Publication date
JP4028362B2 (en) 2007-12-26

Similar Documents

Publication Publication Date Title
JP5590950B2 (en) Navigation device and guided route search method
US6064322A (en) Demonstration method and apparatus for vehicle navigation
US20070179708A1 (en) Method And Apparatus For Creating Map Data And Method And Apparatus For Route Search
JPH109884A (en) Path guidance apparatus and path finding method for vehicle
JP3800285B2 (en) Navigation device and recording medium
JP3923848B2 (en) Navigation device
JP3838315B2 (en) Navigation device and recording medium
JP3789306B2 (en) Route search method
JP4845096B2 (en) Navigation device, map server, map update method, and map update program
WO2015059872A1 (en) Map data delivery system, server, and navigation device
JP2005292145A (en) Navigator
US20090259394A1 (en) Method and apparatus for establishing optimum route to intersection destination for navigation system
JP2004020565A (en) Search method of traveling route to destination and navigation system
JP6912859B2 (en) Map update device, map update method, computer program, and recording medium on which the computer program is recorded.
JP4028362B2 (en) Navigation device, route search data update method, and route search data update program
JP3802026B2 (en) Route search device
JP2007315989A (en) On-vehicle navigation device and route search method
JP2004085330A (en) Navigation device
JP2004132923A (en) Simple setting method of course ground and navigation system
JP4145756B2 (en) NAVIGATION DEVICE, NAVIGATION METHOD, PROGRAM THEREOF, AND RECORDING MEDIUM CONTAINING THE PROGRAM
JP2004085611A (en) Device of controlling map scroll and navigation system using same
JP2006029812A (en) Route searching system
JP2005338095A (en) Route selecting method
JPH11248474A (en) Route selecting method
JP4008746B2 (en) Navigation device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20051003

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070904

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20071011

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

Free format text: PAYMENT UNTIL: 20101019

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4028362

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

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20111019

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20111019

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20121019

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20121019

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20131019

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees