JP2010237171A - 経路探索装置及び経路探索プログラム - Google Patents
経路探索装置及び経路探索プログラム Download PDFInfo
- Publication number
- JP2010237171A JP2010237171A JP2009087979A JP2009087979A JP2010237171A JP 2010237171 A JP2010237171 A JP 2010237171A JP 2009087979 A JP2009087979 A JP 2009087979A JP 2009087979 A JP2009087979 A JP 2009087979A JP 2010237171 A JP2010237171 A JP 2010237171A
- Authority
- JP
- Japan
- Prior art keywords
- route search
- route
- area
- cost
- history
- 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
Links
- 238000000034 method Methods 0.000 description 13
- 230000008569 process Effects 0.000 description 12
- 230000006870 function Effects 0.000 description 7
- 238000004364 calculation method Methods 0.000 description 5
- 238000010586 diagram Methods 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 230000009471 action Effects 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 230000007423 decrease Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005401 electroluminescence Methods 0.000 description 1
- 238000011156 evaluation Methods 0.000 description 1
- 239000000284 extract Substances 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 238000004088 simulation Methods 0.000 description 1
Images
Landscapes
- Navigation (AREA)
Abstract
【解決手段】経路探索装置は、出発地と目的地とを結ぶリンクのコストが最低の経路を探索する。出発地と目的地を設定し(S1、S2)、走行履歴の無い領域を通るように経路探索を行う場合(S3:YES)、走行履歴の有る領域を通るリンクのコストを高くすることにより、走行履歴の有る領域を出来るだけ避け、走行路歴の無い領域を優先的に通行する経路を探索する(S4、S5)。
【選択図】図3
Description
本発明の経路探索プログラムは、コンピュータを本発明の経路探索装置として機能させるための経路探索プログラムである。
本発明によれば、現在地と目的地とを結ぶコストが最低の経路を探索する際、移動履歴の有る領域内の経路のコストを相対的に高くすることで、移動履歴の有る領域を出来るだけ避け、移動履歴の無い領域を優先的に選択するように経路探索を行う。
図1は、本発明の実施形態の経路探索装置のハードウェア構成を示すブロック図である。この経路探索装置はいわゆるカーナビゲーション装置であり、以下の説明ではこの経路探索装置が車載のものとして説明するが、本発明は、携帯電話機、PDA(Personal Digital Assistant)、PND(Personal Navigation Device)などにも適用できる。
操作装置7は、ユーザがこの経路探索装置を使用するときに各種指令の入力を行うための装置であり、表示装置6の画面上のタッチパネル、図示しない装置筐体上のボタン、リモコン装置、或いはそれらの組み合わせから成る。
まずCPU1aは、出発地から目的地に至る経路の候補となるリンクに関するリンクデータを内部メモリ1dから抽出し、RAM1cに設定する(ステップS11)。
(1)走行履歴の有る領域を避けるように経路探索を行うことにより、走行履歴の無い領域を効率的に走行できる経路をユーザに提示することができる。
(1)地図データ、走行履歴データ、リンクデータなどをネットワーク上のサーバで管理し、GPS受信機付の携帯端末装置からの経路探索要求に応じて、サーバが経路探索を行い、その結果を携帯端末装置へ送信する。ここで、携帯端末装置としては、カーナビゲーション装置以外に携帯電話機、PDA、PNDが挙げられる。
(3)鉄道車両を利用する場合の経路探索に適用することで、移動履歴の無い領域を通る路線に効率良く乗車する経路探索を行う。この場合、コストを設定する条件として、例えば鉄道の種類(新幹線、特急、各駅停車)、鉄道の本数(時間当たりの運行本数)、停車駅数などを用いることとなる。
(5)図2においてリンクデータのコストアップフラグに代えてエリア(領域)IDを設けるとともに、エリアIDとコストアップフラグとの対応テーブルを別に設ける。この場合、図6のS12では、S11により抽出されたリンクのエリアIDを用いて、エリアIDとコストアップフラグとの対応テーブルにアクセスし、該当するエリアのコストアップフラグを“1”にする。このようにエリアIDを設定したことにより、コスト算出が容易となる。また、ユーザが走行したエリアを確認しようとした場合には、エリアを容易に確認することができる。
Claims (4)
- 現在地及び目的地を設定する地点設定手段と、移動履歴の有る領域内の経路のコストを相対的に高くするコスト設定手段と、設定された現在地と目的地とを結ぶコストが最低の経路を探索する経路探索手段とを有することを特徴とする経路探索装置。
- 請求項1に記載された経路探索装置において、
経路探索手段は、現在地から目的地に向けて順次リンクを選択するリンク選択手段を備え、コスト設定手段は、前記リンク選択手段により選択されたリンクの属する領域内のリンクのコストを移動履歴の有る領域と同様に高くすることを特徴とする経路探索装置。 - 請求項1に記載された経路探索装置において、
移動履歴の無い領域を移動することに伴うコストアップの余裕度を設定する手段を有することを特徴とする経路探索装置。 - コンピュータを、請求項1〜3のいずれかに記載された経路探索装置の各手段として機能させるための経路探索プログラム。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2009087979A JP4907684B2 (ja) | 2009-03-31 | 2009-03-31 | 経路探索装置及び経路探索プログラム |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2009087979A JP4907684B2 (ja) | 2009-03-31 | 2009-03-31 | 経路探索装置及び経路探索プログラム |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2012003517A Division JP5258986B2 (ja) | 2012-01-11 | 2012-01-11 | 経路探索装置及び経路探索プログラム |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2010237171A true JP2010237171A (ja) | 2010-10-21 |
| JP4907684B2 JP4907684B2 (ja) | 2012-04-04 |
Family
ID=43091604
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2009087979A Expired - Fee Related JP4907684B2 (ja) | 2009-03-31 | 2009-03-31 | 経路探索装置及び経路探索プログラム |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP4907684B2 (ja) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2013206406A (ja) * | 2012-03-29 | 2013-10-07 | Fujitsu Ltd | 交通シミュレーション方法、交通シミュレーション装置及び交通シミュレーションプログラム |
| JP7652198B2 (ja) | 2023-01-18 | 2025-03-27 | 株式会社豊田中央研究所 | 経路探索装置 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2001227971A (ja) * | 2000-02-16 | 2001-08-24 | Alpine Electronics Inc | 車載用ナビゲーション装置 |
| JP2003185446A (ja) * | 2001-12-14 | 2003-07-03 | Denso Corp | 車載用ナビゲーション装置及びプログラム |
| JP2003294464A (ja) * | 2002-04-02 | 2003-10-15 | Alpine Electronics Inc | 車載用ナビゲーション装置 |
| JP2006275934A (ja) * | 2005-03-30 | 2006-10-12 | Clarion Co Ltd | ナビゲーション装置、その制御方法及び制御プログラム |
| JP2008210278A (ja) * | 2007-02-27 | 2008-09-11 | Fujitsu Ltd | ルート提示装置、ルート提示方法、およびコンピュータプログラム |
-
2009
- 2009-03-31 JP JP2009087979A patent/JP4907684B2/ja not_active Expired - Fee Related
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2001227971A (ja) * | 2000-02-16 | 2001-08-24 | Alpine Electronics Inc | 車載用ナビゲーション装置 |
| JP2003185446A (ja) * | 2001-12-14 | 2003-07-03 | Denso Corp | 車載用ナビゲーション装置及びプログラム |
| JP2003294464A (ja) * | 2002-04-02 | 2003-10-15 | Alpine Electronics Inc | 車載用ナビゲーション装置 |
| JP2006275934A (ja) * | 2005-03-30 | 2006-10-12 | Clarion Co Ltd | ナビゲーション装置、その制御方法及び制御プログラム |
| JP2008210278A (ja) * | 2007-02-27 | 2008-09-11 | Fujitsu Ltd | ルート提示装置、ルート提示方法、およびコンピュータプログラム |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2013206406A (ja) * | 2012-03-29 | 2013-10-07 | Fujitsu Ltd | 交通シミュレーション方法、交通シミュレーション装置及び交通シミュレーションプログラム |
| JP7652198B2 (ja) | 2023-01-18 | 2025-03-27 | 株式会社豊田中央研究所 | 経路探索装置 |
| US12516944B2 (en) | 2023-01-18 | 2026-01-06 | Kabushiki Kaisha Toyota Chuo Kenkyusho | Route searching device |
Also Published As
| Publication number | Publication date |
|---|---|
| JP4907684B2 (ja) | 2012-04-04 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN102027325B (zh) | 检测寻找停车设施的导航设备及方法 | |
| CN1323283C (zh) | 车辆用导航装置及使用该装置对车辆进行引导的方法 | |
| US8762051B2 (en) | Method and system for providing navigational guidance using landmarks | |
| US8682576B2 (en) | Navigation based on user-defined points and paths | |
| KR100875375B1 (ko) | 관심지점 정보를 이용한 교차로 안내 방법 및 네비게이션시스템 | |
| US20160054137A1 (en) | Navigation device with enhanced widgets and applications | |
| JP2009156759A (ja) | ナビゲーション装置及びコンピュータプログラム | |
| CN103210281A (zh) | 导航装置及方法 | |
| US20090105947A1 (en) | Computer System and Method for Providing Warnings to a User for Completing Tasks From the Task List | |
| JP2015034767A (ja) | ナビゲーション装置、経由地受付システム、経由地受付方法およびプログラム | |
| JP4374336B2 (ja) | ナビゲーションシステム、経路探索サーバおよび端末装置ならびにナビゲーション端末装置 | |
| JP4849237B2 (ja) | 車両用走行経路案内装置 | |
| JP2010528272A (ja) | 目的地案内指示を表示するための方法および装置 | |
| JP4907684B2 (ja) | 経路探索装置及び経路探索プログラム | |
| JP5280186B2 (ja) | 車載用ナビゲーション装置 | |
| JP4341283B2 (ja) | 情報端末装置および情報取得方法 | |
| JP3832284B2 (ja) | ナビゲーションシステム及びナビゲーションプログラム | |
| JP5258986B2 (ja) | 経路探索装置及び経路探索プログラム | |
| JP4405449B2 (ja) | ナビゲーションシステム、地図表示装置および地図表示方法 | |
| US20130332076A1 (en) | Storing a route and sharing the route | |
| JP2006308554A (ja) | 施設検索装置、及びナビゲーション装置 | |
| JP3409656B2 (ja) | 車両用ナビゲーション装置及び記憶媒体 | |
| JP6374772B2 (ja) | 経路探索システム、経路探索方法、コンピュータプログラム | |
| JP6385255B2 (ja) | 経路探索システム、経路探索方法、コンピュータプログラム | |
| JP7393100B2 (ja) | 情報処理装置、情報処理方法、及び、プログラム |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20110930 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20111005 |
|
| A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20111125 |
|
| 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: 20111213 |
|
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20120111 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150120 Year of fee payment: 3 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 4907684 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| LAPS | Cancellation because of no payment of annual fees |