JP2007322183A - In-vehicle navigation apparatus - Google Patents
In-vehicle navigation apparatus Download PDFInfo
- Publication number
- JP2007322183A JP2007322183A JP2006150758A JP2006150758A JP2007322183A JP 2007322183 A JP2007322183 A JP 2007322183A JP 2006150758 A JP2006150758 A JP 2006150758A JP 2006150758 A JP2006150758 A JP 2006150758A JP 2007322183 A JP2007322183 A JP 2007322183A
- Authority
- JP
- Japan
- Prior art keywords
- lane
- information
- route
- current position
- lane change
- 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.)
- Pending
Links
- 230000010365 information processing Effects 0.000 abstract description 5
- 238000000034 method Methods 0.000 description 7
- 238000001514 detection method Methods 0.000 description 5
- 238000013500 data storage Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- RRLHMJHRFMHVNM-BQVXCWBNSA-N [(2s,3r,6r)-6-[5-[5-hydroxy-3-(4-hydroxyphenyl)-4-oxochromen-7-yl]oxypentoxy]-2-methyl-3,6-dihydro-2h-pyran-3-yl] acetate Chemical compound C1=C[C@@H](OC(C)=O)[C@H](C)O[C@H]1OCCCCCOC1=CC(O)=C2C(=O)C(C=3C=CC(O)=CC=3)=COC2=C1 RRLHMJHRFMHVNM-BQVXCWBNSA-N 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 238000004904 shortening Methods 0.000 description 1
Images
Landscapes
- Traffic Control Systems (AREA)
- Instructional Devices (AREA)
- Navigation (AREA)
Abstract
Description
本発明は、車両等に搭載され、地図情報とGPS情報等の現在位置情報とに基づいて現在位置を表示するとともに、地図情報と渋滞情報とに基づいて最適な経路を探索して提供する車載用ナビゲーション装置に関するものであり、特に、道路交通情報に基づく渋滞状況を加味して経路探索する車載用ナビゲーション装置において、車線を変更する必要がある経路を走行中に車線変更の案内を行う際、現在位置が渋滞中であることを示している場合には、経路探索手段が車線変更を回避する経路を再探索するようにした車載用ナビゲーション装置に関するものである。 The present invention is mounted on a vehicle or the like, displays a current position based on map information and current position information such as GPS information, and searches for and provides an optimum route based on map information and traffic jam information. In particular, in an in-vehicle navigation device that searches for a route in consideration of traffic jam conditions based on road traffic information, when performing lane change guidance while traveling on a route that needs to be changed, The present invention relates to an in-vehicle navigation device in which the route search means re-searches a route that avoids a lane change when the current position indicates that there is a traffic jam.
従来から、地図データや道路データを用いて、所望の出発地から目的地までの経路を探索して利用者を案内するナビゲーション装置、ナビゲーションシステムが知られており、このようなナビゲーション装置、ナビゲーションシステムとしては自動車に搭載して運転者に経路を案内する車載用ナビゲーション装置、携帯電話をナビゲーション端末として利用して経路探索サーバに経路探索要求を送り、その結果を受信して経路案内を受ける通信型のナビゲーションシステムなどが実用化されている。 Conventionally, there are known navigation devices and navigation systems that guide a user by searching for a route from a desired departure point to a destination using map data and road data. Such navigation devices and navigation systems are known. As an in-vehicle navigation device that is installed in an automobile and guides the route to the driver, a communication type that uses a mobile phone as a navigation terminal to send a route search request to the route search server, receives the result, and receives route guidance Navigation systems have been put to practical use.
このようなナビゲーション装置、ナビゲーションシステムは、GPS(Global Positioning System:全地球測位システム)を利用したものであり、地球上を周回している複数のGPS衛星から送信されるGPS信号をGPSアンテナで受信し、該GPS信号に含まれる衛星位置や時計情報等を解析して位置の特定化を行うものである。該複数のGPS衛星の個数は少なくとも4個以上必要である。GPSの単独測位精度は一般的に10m強であるが、DGPS(Differential GPS:ディファレンシャルGPS)を採用することにより5m以下に向上する。 Such a navigation device and navigation system use GPS (Global Positioning System) and receive GPS signals transmitted from a plurality of GPS satellites orbiting the earth with a GPS antenna. Then, the position of the satellite is specified by analyzing the satellite position and clock information included in the GPS signal. At least four GPS satellites are required. The single positioning accuracy of GPS is generally over 10 m, but it is improved to 5 m or less by adopting DGPS (Differential GPS).
ナビゲーション装置は経路探索のために道路ネットワークのデータベースを備えている。この道路ネットワークのデータベースは、地図データの道路(経路)を、その結節点、屈曲点などの位置をノードとするノードデータ、各ノードを結ぶ経路をリンクとするリンクデータ、全てのリンクのコスト情報(距離や所要時間)を有するリンクコストデータを蓄積したものである。ナビゲーション装置は、このデータベースを参照して、出発地のノードから目的地のノードに至るリンクを順次探索し、リンクのコスト情報が最小となるノード、リンクをたどって案内経路とすることによって最短の経路を探索して案内する。このようなデータベースを用いた経路探索の手法としてはラベル確定法あるいはダイクストラ法と言われる手法が用いられる。 The navigation device includes a road network database for route search. This road network database includes roads (routes) of map data, node data with nodes such as knots and inflection points as nodes, link data with routes connecting each node as links, and cost information for all links. Link cost data having (distance and required time) is accumulated. The navigation device refers to this database and sequentially searches for a link from the starting node to the destination node, and traces the node having the smallest cost information of the link and the link as a guide route, thereby shortening the shortest. Search and guide the route. As a route search method using such a database, a method called label determination method or Dijkstra method is used.
また、FM多重レシーバやビーコンレシーバ等、VICS(Vehicle Information and Communication System:道路交通情報通信システム)から交通情報を受信する通信装置を搭載し、交通渋滞の状況に応じて最適経路を探索する機能を有する車載用ナビゲーション装置も提案されている。このような車載用ナビゲーション装置は、例えば、下記の特許文献1(特開平7−83685公報)に開示されている。 Also equipped with communication devices that receive traffic information from VICS (Vehicle Information and Communication System), such as FM multiplex receivers and beacon receivers, and the ability to search for optimal routes according to traffic congestion A vehicle-mounted navigation device is also proposed. Such a vehicle-mounted navigation device is disclosed in, for example, the following Patent Document 1 (Japanese Patent Laid-Open No. 7-8385).
すなわち、この特許文献1に開示された車載用ナビゲーション装置は、地図情報に基づいて目的地までの最適経路の探索を行い探索された経路を表示して経路誘導を行う車載用ナビゲーション装置において、交通情報を受信する受信手段と、この受信した交通情報に基づいて目的地までの最適経路を再探索する経路再探索手段と、再探索により現表示経路と異なる新経路が得られた時その結果を報知する報知手段と、ドライバーの経路変更の意思を検出する検出手段と、経路変更の意思が確認された時に、経路表示を新経路に変更する経路変更手段とを、備え、渋滞情報に基づいて最適経路を再探索し、渋滞を回避する新たな経路が探索されたら案内経路を当該新たな経路に変更するようにしたものである。 That is, the in-vehicle navigation device disclosed in Patent Document 1 searches for an optimal route to a destination based on map information, displays the searched route, and performs route guidance. A receiving means for receiving information, a route re-searching means for re-searching the optimum route to the destination based on the received traffic information, and a result when a new route different from the current display route is obtained by the re-search. An informing means for informing, a detecting means for detecting the driver's intention to change the route, and a route changing means for changing the route display to a new route when the intention to change the route is confirmed, based on traffic jam information The optimum route is re-searched, and when a new route that avoids traffic congestion is found, the guide route is changed to the new route.
更にまた、特許文献2(特開平8−313291号公報)に示されるように、現在走行中の車線を検知し、経路前方で車線の変更が必要な場合は車線変更の案内を行い、さらに、前方に交通渋滞があったら、渋滞の手前から車線変更の案内を行うようにした車載用ナビゲーション装置も提案されている。 Furthermore, as shown in Patent Document 2 (Japanese Patent Application Laid-Open No. 8-313291), a lane that is currently running is detected, and if a lane change is required in front of the route, a lane change guidance is provided. A vehicle-mounted navigation device has also been proposed in which if there is a traffic jam ahead, the lane change guidance is provided before the traffic jam.
上記特許文献2に開示された車載用ナビゲーション装置は、入力手段に所望の目的地を入力すると、現在位置推定手段が、角度センサ、速度センサなどからなる測位センサの検出データと、道路、河川などの情報を含む背景情報、及び関連する文字記号情報を記憶する地図データ記憶手段の情報データとに基づいて、車両の現在位置を推定する。そして、経路案内手段によって、現在値から目的地までの最適経路が表示案内される。この場合、現在位置推定手段より得られる車両の現在位置と、地図データ記憶手段の情報データとに基づいて、車線判定手段によって、現在車両が走行中の車線の最適性を判定され、車線の変更が必要と判定されると、車線変更の案内を行う車線変更案内手段によって、車線変更の案内が行われるように構成されている。
ところで、上記特許文献1や特許文献2に開示されたような車載用ナビゲーション装置を搭載していても、運転者の過誤や道路状況等により、車線変更案内後、直ちに車線変更せずにそのまま走行してしまって、渋滞や混雑した交差点に差し掛かってしまうようなことが起こりうる。そのような場合、あわてて無理な車線変更を行おうとすると非常に危険である。しかしながら、上記従来の車載用ナビゲーション装置は、案内通りの運転が困難になったことを考慮して案内を変更する機能はなく、上記のような場合、車線変更が危険であるか否かに関わりなく、車線変更の案内をし続けてしまうという問題点があった。 By the way, even if the vehicle-mounted navigation device disclosed in Patent Document 1 or Patent Document 2 is installed, the vehicle travels without changing the lane immediately after the lane change guidance due to a driver's error or road condition. This can lead to traffic jams and crowded intersections. In such a case, it is very dangerous to hurry and change the lane. However, the conventional in-vehicle navigation device does not have a function to change guidance in consideration of the difficulty of driving as directed, and in such cases, it is related to whether or not lane change is dangerous. However, there was a problem of continuing to guide the lane change.
本発明は、そのような問題点に鑑み、予め探索した経路前方に分岐点があって、車線変更が必要な場合でも、変更先の車線が渋滞しているときは、無理な車線変更による危険を回避できるようにすることを目的とするものである。 In view of such a problem, the present invention has a branch point ahead of a route searched in advance, and even if a lane change is necessary, if the lane to be changed is congested, there is a danger due to an unreasonable lane change. It is intended to be able to avoid.
前記課題を解決するために、本願の請求項1にかかる発明は、
記憶媒体から道路地図情報を読み込む地図情報読込手段と、現在位置を道路の車線単位で検知し現在位置情報を出力する現在位置検知手段と、道路交通情報通信システムから前記道路地図情報に含まれる道路の渋滞情報を受信する渋滞情報受信手段と、前記道路地図情報と現在位置情報とに基づいて地図上に現在位置を表示する現在位置表示手段と、前記道路地図情報と渋滞情報とに基づいて目的地までの最適経路の探索を行う経路探索手段と、該経路探索手段で探索された経路を表示して経路誘導を行う案内手段と、前記道路地図情報と現在位置情報と探索された経路の情報とに基づいて現在走行中の車線の最適性を判定する車線判定手段と、該車線判定手段により車線の変更が必要であると判定されたとき車線変更の案内を行う車線変更案内手段とを有する車載用ナビゲーション装置であって、
前記経路探索手段は、前記車線判定手段により車線の変更が必要であると判定されたとき、前記渋滞情報が、現在位置が渋滞中であることを示している場合、車線を変更しなくてもよい最適経路を再探索することを特徴とする。
In order to solve the above-mentioned problem, the invention according to claim 1 of the present application is
Map information reading means for reading road map information from a storage medium, current position detecting means for detecting the current position in units of road lanes and outputting current position information, and roads included in the road map information from a road traffic information communication system Traffic information receiving means for receiving traffic information, current position display means for displaying a current position on a map based on the road map information and current position information, and a purpose based on the road map information and traffic information Route search means for searching for the optimum route to the ground, guidance means for displaying the route searched by the route search means for route guidance, the road map information, current position information, and searched route information Lane determination means for determining the optimality of the currently running lane based on the lane change, and lane change for guiding the lane change when the lane determination means determines that the lane change is necessary The in-vehicle navigation device having an inner means,
The route search means does not need to change the lane when the traffic information indicates that the current position is in traffic when the lane determination means determines that the lane change is necessary. It is characterized by re-searching a good optimal route.
また、本願の請求項2にかかる発明は、請求項1にかかる発明において、道路片側に複数車線を有する場合、前記渋滞情報は車線単位の渋滞情報を含み、前記経路探索手段は、前記車線判定手段が判定した変更先車線が渋滞中であるときのみ、最適経路を再探索することを特徴とする。 Further, in the invention according to claim 2 of the present application, in the invention according to claim 1, when there is a plurality of lanes on one side of the road, the congestion information includes congestion information for each lane, and the route search means includes the lane determination The optimum route is searched again only when the change destination lane determined by the means is congested.
また、本願の請求項3にかかる発明は、請求項1又は2にかかる発明において、前記渋滞情報受信手段が、道路交通情報通信システムから渋滞情報を受信できないときは、記憶装置に格納された過去の渋滞情報を読み込んで、渋滞中であるか否かを判別することを特徴とする。 In the invention according to claim 3 of the present application, in the invention according to claim 1 or 2, when the congestion information receiving means cannot receive the congestion information from the road traffic information communication system, the past stored in the storage device It is characterized in that it is determined whether or not it is in a traffic jam.
本発明の車載用ナビゲーション装置は、次のような効果を奏する。 The vehicle-mounted navigation device of the present invention has the following effects.
すなわち、請求項1にかかる発明においては、経路探索手段は、車線判定手段により車線の変更が必要であると判定されても、現在位置が渋滞中であれば車線を変更しなくてもよい最適経路を再探索するようにしたので、渋滞している道路上で無理な車線変更を行うことによる危険を回避できるようになる。 That is, in the invention according to claim 1, the route search means may not need to change the lane even if it is determined that the lane change means needs to change the lane, but the current position is in a traffic jam. Since the route is re-searched, it is possible to avoid the danger caused by forcibly changing lanes on a congested road.
また、請求項2にかかる発明においては、請求項1にかかる車載用ナビゲーション装置において、渋滞情報を車線単位で取得し、変更先車線が渋滞中であるときのみ、最適経路を再探索するようにしたので、走行中の車線は渋滞していても、変更先車線が渋滞していない場合は、無用な最適経路の再探索を行わずにすむようになる。 Further, in the invention according to claim 2, in the in-vehicle navigation device according to claim 1, traffic jam information is acquired in lane units, and the optimum route is searched again only when the change destination lane is in traffic jam. Therefore, even if the lane being traveled is congested, if the change destination lane is not congested, it is not necessary to re-search for an unnecessary optimum route.
また、請求項3にかかる発明においては、請求項1又は2にかかる車載用ナビゲーション装置において、渋滞情報受信手段が、道路交通情報通信システムから渋滞情報を受信できないときは、記憶装置に格納された過去の渋滞情報を読み込んで、渋滞中であるか否かを判別するようにしたので、道路交通情報通信システムから渋滞情報を受信できない場所でも対応可能になる。 Further, in the invention according to claim 3, in the in-vehicle navigation device according to claim 1 or 2, when the traffic jam information receiving means cannot receive the traffic jam information from the road traffic information communication system, it is stored in the storage device. Since the past traffic jam information is read and it is determined whether or not the traffic jam is occurring, it is possible to deal with a place where traffic jam information cannot be received from the road traffic information communication system.
以下、本発明の具体例を実施例及び図面を用いて詳細に説明する。但し、以下に示す実施例は、本発明の技術思想を具体化するためのナビゲーション装置を例示するものであって、本発明をこのナビゲーション装置に特定することを意図するものではなく、特許請求の範囲に含まれるその他の実施形態のナビゲーション装置にも等しく適用し得るものである。 Hereinafter, specific examples of the present invention will be described in detail with reference to examples and drawings. However, the embodiments shown below exemplify a navigation device for embodying the technical idea of the present invention, and are not intended to specify the present invention for this navigation device. The present invention is equally applicable to navigation devices of other embodiments included in the scope.
図1は、車載用ナビゲーション装置の概略構成を示すブロック図である。ナビゲーション装置本体1は、コントローラ2により全般的な制御が行われる。コントローラ2は、CPU3と、それを動作させるプログラムを格納したROM4と、CPU3のワークエリアを提供するRAM5を具えている。 FIG. 1 is a block diagram showing a schematic configuration of an in-vehicle navigation device. The navigation apparatus body 1 is generally controlled by the controller 2. The controller 2 includes a CPU 3, a ROM 4 that stores a program for operating the CPU 3, and a RAM 5 that provides a work area for the CPU 3.
コントローラ2は、CDドライブ12,メモリ制御部6を介してCD−ROMから所定範囲の道路地図情報を読み出して、表示制御部9によりディスプレイ13に道路地図を表示させる。なお、上記道路地図情報は、道路の車線単位の情報を含んでいる。また、車両位置検出部7は、GPS受信機15,車速センサ16,方位センサ17等からのデータに基づいて車両の現在位置を検出するが、道路片側に複数車線を有する場合は、それらの車線単位で検出し、それを受けて、コントローラ2は、ディスプレイ13に表示した地図上に、車両の現在位置を表示させる。渋滞情報処理部8は、ビーコンレシーバ18やFM多重レシーバ19から渋滞情報や規制情報を含む各種道路情報を受け取って、地図上の道路の渋滞状況を判別し、コントローラ2に送る。
The controller 2 reads road map information in a predetermined range from the CD-ROM via the CD drive 12 and the memory control unit 6, and causes the display control unit 9 to display the road map on the display 13. The road map information includes information in units of road lanes. The vehicle
また、コントローラ2は、入力装置14から入力制御部10を介して入力される目的地の位置データを受けて、現在位置から目的地までの最適経路を算出する経路探索手段を有しており、それにより探索された経路をディスプレイ13の地図上に表示させる。さらに、音声制御部11を介してスピーカ20に音声信号を出力し、車両運転中に、経路の音声ガイドを行う案内手段を有している。
Further, the controller 2 has route search means for receiving the position data of the destination input from the input device 14 via the
コントローラ2は、さらに、前記CD−ROMから読み出した道路地図情報と、車両位置検出部7で得られた現在位置情報と、算出した最適経路の情報とに基づいて現在走行中の車線の最適性を判定する車線判定手段を有している。また、該車線判定手段により車線の変更が必要であると判定されたとき車線変更の案内を行う車線変更案内手段も有している。
The controller 2 further determines the optimality of the currently running lane based on the road map information read from the CD-ROM, the current position information obtained by the
車線判定手段は、経路上において、現在位置の前方、所定距離(例えば、3Km)以内に左折や右折等をすべき分岐点が存在するとき、車両位置検出部7から現在走行中の車線の情報を入手し、それが左折(あるいは右折)をする際に走行すべき車線と一致しているか否かを判別する。そして、現在走行中の車線が走行すべき車線と一致していなかったときは、車線変更案内手段により、車線変更の案内を行う。その際、渋滞情報処理部8からの情報により、分岐点付近で渋滞していることが分かったときは、渋滞している地点に到達する前に、車線変更の案内を行うようにする。
The lane determining means is information on the currently traveling lane from the vehicle
例えば、図3に示すように、車両C1が、先に探索した最適経路に沿って進行中、前方に、左折すべき分岐点があって、右側車線を走行している場合、分岐点で左折するには事前に左側車線に車線変更する必要がある。そこで、車線判定手段は、車線変更案内手段に車線変更の案内を行わせる。その際、図中斜線部分が渋滞しているとき、渋滞地域に到達する前に車線変更の案内を行う。 For example, as shown in FIG. 3, when the vehicle C 1 is traveling along the optimal route searched earlier, there is a branch point to turn left in front of the vehicle C 1 , and the vehicle C 1 is traveling in the right lane, In order to turn left, it is necessary to change to the left lane in advance. Therefore, the lane determining means causes the lane change guiding means to guide the lane change. At that time, when the shaded portion in the figure is congested, guidance for changing lanes is given before reaching the congested area.
このような車載用ナビゲーション装置において、本発明では、前記車線判定手段が車線の変更が必要であると判定し、車線変更案内手段により、車線変更の案内を行ったのに、運転者が何らかの理由で車線変更しそこなって、車両C2のように、渋滞の中に入ってしまった場合、車線変更がしにくくなり、無理に車線変更をしようとすると非常に危険である。そこで、無理に車線変更をしなくてもよいように、その交差点では、車線変更をあきらめて、直進又は右折することを前提として最適経路を再探索するようにした。 In such an in-vehicle navigation device, in the present invention, the lane determination means determines that a lane change is necessary, and the lane change guidance means provides guidance for lane change. in and Shisokona' lane change, as the vehicle C 2, if you've entered in a traffic jam, hardly a lane change, it is very dangerous when you try to use excessive lane change. Therefore, in order to avoid having to change the lane forcibly, the lane change is given up at the intersection and the optimum route is searched again on the assumption that the vehicle goes straight or turns right.
次に、図2のフローチャートを参照しながら、本発明の車載用ナビゲーション装置における車線変更案内に関係する処理を説明する。 Next, processing related to lane change guidance in the in-vehicle navigation device of the present invention will be described with reference to the flowchart of FIG.
予め、目的地が入力されて、最適経路が探索され、表示されている状態で、目的地に向けて出発すると、コントローラ2は、先ず、車両位置検出部7により車両の現在位置を検出する(ステップS1)。続いて、設定されている最適経路の前方所定距離以内(例えば3km以内)に、左折,右折等、直進以外の通行が必要な分岐点が存在するかどうか判定し(ステップS2)、所定距離以内にそのような分岐点が存在しない場合は、ステップS1に戻る。 When the destination is inputted in advance and the optimum route is searched and displayed, when the vehicle 2 departs toward the destination, the controller 2 first detects the current position of the vehicle by the vehicle position detector 7 ( Step S1). Subsequently, it is determined whether there is a branch point that requires traffic other than straight traveling, such as a left turn or a right turn, within a predetermined distance (for example, within 3 km) in front of the set optimum route (step S2). If such a branch point does not exist, the process returns to step S1.
ステップS2で、分岐点が存在した場合、当該車両の現在走行中の車線を検出し(ステップS3)、前方の分岐点を通過する上で車線変更が必要か否かを判別する(ステップS4)。その結果、車線変更が必要と判断された場合、渋滞情報処理部8より渋滞情報を取得し(ステップS5)、現在位置から分岐点までに渋滞が発生しているか否かを判断する(ステップS6)。 If there is a branch point in step S2, the current lane of the vehicle is detected (step S3), and it is determined whether or not a lane change is required to pass the front branch point (step S4). . As a result, when it is determined that the lane change is necessary, the traffic information is acquired from the traffic information processing unit 8 (step S5), and it is determined whether or not there is traffic from the current position to the branch point (step S6). ).
ステップS6で渋滞していなかったら車線変更の案内を表示して誘導する(ステップS7)。一方、渋滞していたら、車線変更は困難であるので、車線変更をしないまま分岐点を通過した場合の最適経路を再探索し(ステップS8)、探索された経路を表示して新経路の案内を開始する(ステップS9)。 If there is no traffic jam in step S6, a guidance for changing lanes is displayed and guided (step S7). On the other hand, if there is a traffic jam, it is difficult to change lanes. Therefore, the optimum route when the vehicle passes the branch point without changing lanes is re-searched (step S8), and the searched route is displayed to guide the new route. Is started (step S9).
なお、ステップS8において経路の再探索を行う際に、分岐点での左折(又は右折)を除外させる方法としては、その分岐点に左折(又は右折)禁止のフラグを付けて再探索を行う方法がある。さらに、経路探索条件が距離の場合、左折(又は右折)した先のリンクのコスト、すなわち、当該リンクの次の分岐点までの距離を実際より格段に長い距離にして再探索を行う方法も採用できる。例えば、左折(又は右折)してから次の分岐点までの距離が、実際は100mであるのに対して、その区間の距離を5Kmとして再探索を行う。そのようにすれば、ほとんどの場合は左折(又は右折)以外が選択される一方、左折(又は右折)をしないと大幅に遠回りになる場合は、左折(又は右折)も可とすることができる。 As a method of excluding the left turn (or right turn) at the branch point when performing the route re-search in step S8, the left-turn (or right turn) prohibition flag is added to the branch point and the re-search is performed. There is. In addition, when the route search condition is distance, the cost of the link after the left turn (or right turn), that is, the distance to the next branch point of the link is set to be much longer than the actual distance, and the search is performed again. it can. For example, the distance from the left turn (or right turn) to the next branch point is actually 100 m, but the distance in that section is set to 5 km and the search is performed again. In that case, a turn other than a left turn (or a right turn) is selected in most cases, but a left turn (or a right turn) can also be permitted if it makes a detour without a left turn (or a right turn). .
また、上記実施例では、道路片側に複数車線ある場合でも、片側の全車線を一括して渋滞状況を判定する場合で説明したが、片側に複数車線ある場合、それぞれの車線単位で渋滞情報を取得できる場合は、変更先の車線が渋滞中であるときのみ、最適経路を再探索するようにすることもできる。 Also, in the above embodiment, even when there are multiple lanes on one side of the road, it has been described in the case where the congestion situation is determined collectively for all the lanes on one side, but when there are multiple lanes on one side, the congestion information for each lane is displayed. If it can be acquired, the optimum route can be re-searched only when the lane to be changed is in a traffic jam.
例えば、図4に示すように、道路片側に2車線あって、車両C1が、先に探索した最適経路に沿って進行中、前方に、左折すべき分岐点があって、右側車線を走行している場合で、図中斜線で示すように、右側の車線は渋滞しているが、左側の車線は渋滞していない場合を考える。その際、車線変更案内手段は、車両C1が渋滞地域に到達する前に車線変更の案内を行うが、運転者が何らかの理由で車線変更しそこなって、車両C2のように、渋滞の中に入ってしまった場合、左側の車線は渋滞していないため問題なく車線変更ができる。そのような場合は、無用な経路再探索をすることなく、当初の最適経路である最短の経路を維持することができる。 For example, as shown in FIG. 4, there are two lanes on one side of the road, and the vehicle C 1 is traveling along the optimum route searched earlier. Suppose that the right lane is congested, but the left lane is not congested, as shown by the hatched lines in the figure. At that time, the lane change guidance means guides the lane change before the vehicle C 1 reaches the traffic jam area. However, the driver changes the lane for some reason, and the vehicle C 2 is in a traffic jam like the vehicle C 2. If you enter, you can change lanes without any problem because the left lane is not congested. In such a case, the shortest route that is the initial optimum route can be maintained without performing unnecessary route re-search.
また、現在位置から分岐点までが渋滞していたとき、上記のような経路の再探索を行うか否かは、予めユーザが設定し、それに従って行うようにしてもよい。また、その分岐点で分岐した場合と、分岐せずに直進した場合とで距離(又は所要時間)がどの程度変わるかを表示して、ユーザに再探索を行うか否かを選択させるようにしてもよい。 Further, when there is a traffic jam from the current position to the branch point, whether or not to re-search for the route as described above may be set in advance by the user and performed according to it. In addition, it displays how much the distance (or required time) changes depending on whether the vehicle branches at that branch point or goes straight without branching, and allows the user to select whether to perform a re-search. May be.
また、場所によっては、FM多重やビーコン等によるVICSからの情報を受信できない場合があるが、そのような場合に備えて、過去の道路別,時間帯別の統計的な渋滞情報を記憶させておき、VICSからの情報を受信できない場合は、そのような過去の渋滞情報を使用して経路再探索をするか否かを決めるようにしてもよい。 Also, depending on the location, it may not be possible to receive information from VICS by FM multiplexing, beacons, etc. In order to prepare for such a case, statistical traffic congestion information for each past road and time zone is stored. When information from the VICS cannot be received, it may be determined whether or not to perform route re-search using such past traffic jam information.
1・・・・ナビゲーション装置本体
2・・・・コントローラ
6・・・・メモリ制御部
7・・・・車両位置検出部
8・・・・渋滞情報処理部
9・・・・表示制御部
10・・・入力制御部
11・・・音声制御部
DESCRIPTION OF SYMBOLS 1 ... Navigation apparatus main body 2 ... Controller 6 ...
Claims (3)
前記経路探索手段は、前記車線判定手段により車線の変更が必要であると判定されたとき、前記渋滞情報が、現在位置が渋滞中であることを示している場合、車線を変更しなくてもよい最適経路を再探索することを特徴とする車載用ナビゲーション装置。 Map information reading means for reading road map information from a storage medium, current position detecting means for detecting the current position in units of road lanes and outputting current position information, and roads included in the road map information from a road traffic information communication system Traffic information receiving means for receiving traffic information, current position display means for displaying a current position on a map based on the road map information and current position information, and a purpose based on the road map information and traffic information Route search means for searching for the optimum route to the ground, guidance means for displaying the route searched by the route search means for route guidance, the road map information, current position information, and searched route information Lane determination means for determining the optimality of the currently running lane based on the lane change, and lane change for guiding the lane change when the lane determination means determines that the lane change is necessary The in-vehicle navigation device having an inner means,
The route search means does not need to change the lane when the traffic information indicates that the current position is in traffic when the lane determination means determines that the lane change is necessary. An in-vehicle navigation device characterized by re-searching a good optimum route.
When the traffic information receiving means cannot receive traffic information from the road traffic information communication system, it reads past traffic information stored in a storage device and determines whether or not it is in traffic. The in-vehicle navigation device according to claim 1 or 2.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006150758A JP2007322183A (en) | 2006-05-31 | 2006-05-31 | In-vehicle navigation apparatus |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006150758A JP2007322183A (en) | 2006-05-31 | 2006-05-31 | In-vehicle navigation apparatus |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2007322183A true JP2007322183A (en) | 2007-12-13 |
Family
ID=38855147
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006150758A Pending JP2007322183A (en) | 2006-05-31 | 2006-05-31 | In-vehicle navigation apparatus |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2007322183A (en) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101241516B1 (en) | 2011-11-25 | 2013-03-11 | 현대자동차주식회사 | A best passing route guiding system wherein tollgate using v2v communication |
JP2016521424A (en) * | 2013-05-13 | 2016-07-21 | ローベルト ボツシユ ゲゼルシヤフト ミツト ベシユレンクテル ハフツングRobert Bosch Gmbh | Method and apparatus for operating a vehicle |
KR20180057972A (en) * | 2016-11-23 | 2018-05-31 | 현대자동차주식회사 | Apparatus and method for controlling path of vehicle |
KR20190064232A (en) * | 2017-11-30 | 2019-06-10 | 현대엠엔소프트 주식회사 | Method, apparatus and system for guiding route |
JP2019158436A (en) * | 2018-03-09 | 2019-09-19 | パイオニア株式会社 | Route setting device, route setting method, program, and storage medium |
CN112835362A (en) * | 2020-12-29 | 2021-05-25 | 际络科技(上海)有限公司 | Automatic lane change planning method and device, electronic equipment and storage medium |
KR20230123054A (en) * | 2022-02-14 | 2023-08-23 | 주식회사 에이치엘클레무브 | Driver assistance system and driver assistance method |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0763566A (en) * | 1993-08-31 | 1995-03-10 | Sumitomo Electric Ind Ltd | Route guidance device |
JPH0883399A (en) * | 1994-09-14 | 1996-03-26 | Nissan Motor Co Ltd | Route guidance device for vehicle |
JPH09128684A (en) * | 1995-10-30 | 1997-05-16 | Toyota Motor Corp | Traffic information providing device |
JPH11223531A (en) * | 1997-12-01 | 1999-08-17 | Mitsubishi Motors Corp | Route guidance device |
JP2003337037A (en) * | 2002-05-21 | 2003-11-28 | Denso Corp | Navigation system |
JP2004126950A (en) * | 2002-10-02 | 2004-04-22 | Mitsubishi Electric Corp | Apparatus for providing traffic information |
JP2004272839A (en) * | 2003-03-12 | 2004-09-30 | Toyota Motor Corp | Congestion information provision system |
JP2006053109A (en) * | 2004-08-16 | 2006-02-23 | Denso Corp | Navigation system for vehicle, and route guide method thereof |
JP2006064661A (en) * | 2004-08-30 | 2006-03-09 | Denso Corp | Navigation system |
-
2006
- 2006-05-31 JP JP2006150758A patent/JP2007322183A/en active Pending
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0763566A (en) * | 1993-08-31 | 1995-03-10 | Sumitomo Electric Ind Ltd | Route guidance device |
JPH0883399A (en) * | 1994-09-14 | 1996-03-26 | Nissan Motor Co Ltd | Route guidance device for vehicle |
JPH09128684A (en) * | 1995-10-30 | 1997-05-16 | Toyota Motor Corp | Traffic information providing device |
JPH11223531A (en) * | 1997-12-01 | 1999-08-17 | Mitsubishi Motors Corp | Route guidance device |
JP2003337037A (en) * | 2002-05-21 | 2003-11-28 | Denso Corp | Navigation system |
JP2004126950A (en) * | 2002-10-02 | 2004-04-22 | Mitsubishi Electric Corp | Apparatus for providing traffic information |
JP2004272839A (en) * | 2003-03-12 | 2004-09-30 | Toyota Motor Corp | Congestion information provision system |
JP2006053109A (en) * | 2004-08-16 | 2006-02-23 | Denso Corp | Navigation system for vehicle, and route guide method thereof |
JP2006064661A (en) * | 2004-08-30 | 2006-03-09 | Denso Corp | Navigation system |
Cited By (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101241516B1 (en) | 2011-11-25 | 2013-03-11 | 현대자동차주식회사 | A best passing route guiding system wherein tollgate using v2v communication |
JP2016521424A (en) * | 2013-05-13 | 2016-07-21 | ローベルト ボツシユ ゲゼルシヤフト ミツト ベシユレンクテル ハフツングRobert Bosch Gmbh | Method and apparatus for operating a vehicle |
KR20180057972A (en) * | 2016-11-23 | 2018-05-31 | 현대자동차주식회사 | Apparatus and method for controlling path of vehicle |
KR102441054B1 (en) * | 2016-11-23 | 2022-09-06 | 현대자동차주식회사 | Path control device and method for vehicle |
KR20190064232A (en) * | 2017-11-30 | 2019-06-10 | 현대엠엔소프트 주식회사 | Method, apparatus and system for guiding route |
KR102496819B1 (en) * | 2017-11-30 | 2023-02-07 | 현대오토에버 주식회사 | Method, apparatus and system for guiding route |
JP2019158436A (en) * | 2018-03-09 | 2019-09-19 | パイオニア株式会社 | Route setting device, route setting method, program, and storage medium |
CN112835362A (en) * | 2020-12-29 | 2021-05-25 | 际络科技(上海)有限公司 | Automatic lane change planning method and device, electronic equipment and storage medium |
CN112835362B (en) * | 2020-12-29 | 2023-06-30 | 际络科技(上海)有限公司 | Automatic lane change planning method and device, electronic equipment and storage medium |
KR20230123054A (en) * | 2022-02-14 | 2023-08-23 | 주식회사 에이치엘클레무브 | Driver assistance system and driver assistance method |
KR102779797B1 (en) | 2022-02-14 | 2025-03-13 | 주식회사 에이치엘클레무브 | Driver assistance system and driver assistance method |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7634356B2 (en) | Navigation device | |
US8965683B2 (en) | Vehicle navigation system | |
JP4807043B2 (en) | Route guidance apparatus and method | |
JP2007024833A (en) | On-vehicle navigation apparatus | |
JP4604056B2 (en) | Navigation system, terminal device, route search server, and route search method | |
JP4595605B2 (en) | Car navigation system | |
JP2007322183A (en) | In-vehicle navigation apparatus | |
JP2017090301A (en) | Map information preparation device, navigation system, route guide route search method, route guide route search program and recording medium | |
JP4013797B2 (en) | Navigation device | |
JP2008020414A (en) | Route search method and navigation device | |
JP2006053109A (en) | Navigation system for vehicle, and route guide method thereof | |
JP5173955B2 (en) | Navigation system, route search server, route search method, terminal device, and navigation device | |
JP3941605B2 (en) | Car navigation system | |
US7797101B2 (en) | Road map display system for vehicle | |
JP2008157877A (en) | Navigation device | |
JP2004317419A (en) | Map display apparatus for vehicle | |
JP5599737B2 (en) | On-vehicle navigation device and highway driving guidance information display method | |
JP5447020B2 (en) | Navigation device | |
JP2011047690A (en) | In-vehicle navigation device | |
JP2007315851A (en) | On-board navigation apparatus | |
JP5135109B2 (en) | Car navigation system | |
JP2004138421A (en) | Vehicle-mounted navigation device | |
JP5070880B2 (en) | Navigation device | |
JP4400173B2 (en) | Vehicle navigation device | |
JP5144961B2 (en) | Navigation device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Effective date: 20081113 Free format text: JAPANESE INTERMEDIATE CODE: A621 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20101019 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20101214 |
|
A131 | Notification of reasons for refusal |
Effective date: 20110419 Free format text: JAPANESE INTERMEDIATE CODE: A131 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110616 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20111025 |
|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20111115 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20111125 |