JP2782135B2 - Vehicle travel guidance device - Google Patents

Vehicle travel guidance device

Info

Publication number
JP2782135B2
JP2782135B2 JP3361062A JP36106291A JP2782135B2 JP 2782135 B2 JP2782135 B2 JP 2782135B2 JP 3361062 A JP3361062 A JP 3361062A JP 36106291 A JP36106291 A JP 36106291A JP 2782135 B2 JP2782135 B2 JP 2782135B2
Authority
JP
Japan
Prior art keywords
route
cost
line segment
vehicle
vehicle travel
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP3361062A
Other languages
Japanese (ja)
Other versions
JPH05165407A (en
Inventor
善行 松本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Honda Motor Co Ltd
Original Assignee
Honda Motor Co Ltd
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 Honda Motor Co Ltd filed Critical Honda Motor Co Ltd
Priority to JP3361062A priority Critical patent/JP2782135B2/en
Priority to DE69218140T priority patent/DE69218140T2/en
Priority to EP92121263A priority patent/EP0547548B1/en
Publication of JPH05165407A publication Critical patent/JPH05165407A/en
Priority to US08/361,013 priority patent/US5521826A/en
Application granted granted Critical
Publication of JP2782135B2 publication Critical patent/JP2782135B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/3446Details of route searching algorithms, e.g. Dijkstra, A*, arc-flags, using precalculated routes
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/3453Special cost functions, i.e. other than distance or default speed limit of road segments
    • G01C21/3461Preferred or disfavoured areas, e.g. dangerous zones, toll or emission zones, intersections, manoeuvre types, segments such as motorways, toll roads, ferries

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、画面に写し出された道
路地図上に設定された出発点から目的地に到るまでの経
路を探索して車両の走行案内を行わせる車両走行案内装
置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a vehicle travel guide system for searching for a route from a starting point set on a road map displayed on a screen to a destination and guiding the vehicle. .

【0002】[0002]

【従来の技術】最近、画面に写し出された道路地図上に
出発点および目的地を任意に設定して、デジタル地図デ
ータにもとづいてその設定された出発点から目的地に到
るまでの最適経路を探索して、その探索された経路にし
たがって車両の走行案内を行わせるようにした車両走行
案内装置が開発されている(例えば特開昭62−133
600号公報または特開平1−173297号公報参
照)。
2. Description of the Related Art Recently, a starting point and a destination are arbitrarily set on a road map displayed on a screen, and an optimum route from the set starting point to the destination is set based on digital map data. A vehicle travel guide device has been developed which searches for a vehicle and guides the vehicle along the searched route (for example, Japanese Patent Laid-Open No. 62-133).
No. 600 or JP-A-1-173297).

【0003】デジタル地図データとしては、図3に示す
ような実際の道路形状を、図4に示すように線分によっ
て折線近似したときの各線分の端点および接続点からな
るノードNの位置およびノード間の接続状態に関するデ
ータからなっている。
As digital map data, the actual road shape as shown in FIG. 3 is approximated by broken lines as shown in FIG. It consists of data on the connection status between the two.

【0004】従来、デジタル地図データにもとづいて経
路探索を行わせる方法として、例えばDijkstra
法などの公知のアルゴリズムにしたがって所要距離が最
小となるようにデジタル地図上のつながりのあるノード
を次々に追跡して出発点から目的地に到るまでの距離が
最小になる経路の探索を行わせるなど、出発点から目的
地に到るまでの線分のコスト(例えば距離、平均走行時
間またはそれらの組合せ、あるいは距離、平均走行時間
および道幅、通行料金などの道路の属性の組合せなど)
を最小にする経路探索方法が種々存在する。
Conventionally, as a method of performing a route search based on digital map data, for example, Dijkstra
The connected nodes on the digital map are tracked one after another so that the required distance is minimized according to a known algorithm such as a method, and a search for a route that minimizes the distance from the starting point to the destination is performed. The cost of a line segment from the point of departure to the destination (eg, distance, average travel time or a combination thereof, or a combination of road attributes such as distance, average travel time and road width, tolls, etc.)
There are various route search methods for minimizing.

【0005】その際、出発点から目的地に到るまでの線
分のコストの程度に応じて経路探索に順位をもたせなが
ら複数候補の経路を探索させて、そのうちの1つを任意
に選択させるようにすることが考えられる。
[0005] At this time, a plurality of candidate routes are searched while giving a rank to the route search according to the degree of the cost of the line segment from the starting point to the destination, and one of them is arbitrarily selected. It is conceivable to do so.

【0006】しかして、その場合、混雑した市街地を通
過しなければならないなどの理由から、図5に示すよう
な最初に探索された経路を選びたくないときに、その次
に出発点Sから目的地Oに到るまでの線分のコストが最
小になる経路を探索させると、図6に示すように、先に
探索された経路を部分的に微小な距離だけ迂回したよう
な経路が探索されて、探索経路を他に切り換えて選択す
る意義がなくなってしまうことがある。
However, in this case, if the user does not want to select the first searched route as shown in FIG. When a route that minimizes the cost of the line segment up to the ground O is searched, a route that partially bypasses the previously searched route by a small distance is searched as shown in FIG. In some cases, there is no point in switching the search route to another one and selecting it.

【0007】およそ、交通事情などによって、出発点か
ら目的地に到るまでの探索経路を他に切り換えながらそ
のうちの1つを最適経路として選択する場合、先に探索
された経路とは異なる別の経路を探索してそれを提示す
ることが車両走行の案内に有意義となるものである。
[0007] When one of the search routes from the starting point to the destination is switched to another while being selected as the optimum route due to traffic conditions or the like, another route different from the previously searched route is used. Searching for a route and presenting the route is meaningful for guiding the vehicle to travel.

【0008】[0008]

【発明が解決しようとする課題】解決しようとする問題
点は、デジタル地図データにもとづいて、道路地図上に
設定された出発点から目的地に到るまでの線分のコスト
の程度に応じて経路探索に順位をもたせながら複数候補
の経路を順次探索させる際、次に探索される経路が先の
探索経路とほとんど同じになって、先の探索経路とは異
なる別の経路が探索されなくなってしまうことである。
The problem to be solved is that, based on the digital map data, the cost of the line segment from the starting point set on the road map to the destination is determined. When sequentially searching for a plurality of candidate routes while giving a ranking to the route search, the route to be searched next becomes almost the same as the previous search route, and another route different from the previous search route is not searched. Is to put it.

【0009】[0009]

【課題を解決するための手段】本発明は、交通事情など
にしたがって出発点から目的地に到るまでの最適経路を
選択することができるように、デジタル地図データにも
とづいて、出発点から目的地に到るまでの線分のコスト
の程度に応じた順位をもって複数の経路を順次探索する
際に、先の探索経路とは異なる別の経路が次に探索され
るようにするべく、先に探索された経路における線分の
コストをみかけ上大きくする処理をなしたうえで、次に
線分のコス卜が最小となる経路を探索する手段をとるよ
うにしている。
SUMMARY OF THE INVENTION The present invention is based on digital map data so that an optimal route from a starting point to a destination can be selected according to traffic conditions and the like. When sequentially searching for a plurality of routes with an order according to the cost of the line segment up to the ground, a different route different from the previous search route is searched first so as to be searched next. After performing processing to increase apparently the cost of the line segment in the searched route, means for searching for a route that minimizes the cost of the line segment is taken next.

【0010】[0010]

【実施例】図1は本発明による車両走行案内装置の構成
例を示すもので、例えば車両のタイヤの回転に応じて単
位走行距離ごとのパルス信号を出力する距離センサ1
と、例えばヨー方向の角速度の変化を検出する車両の走
行にともなう方向変化量に比例した信号を出力する方向
センサ2と、距離センサ1からのパルス信号数をカウン
トして車両の走行距離を計測するとともに、方向センサ
2の出力信号にしたがってその進行方向の変化をわり出
すことにより車両の一定走行距離ごとにおけるX−Y座
標上の現在位置を逐次演算によって求め、かつこの車両
走行案内装置全体の制御を行わせるマイクロコンピュー
タからなる信号処理装置3と、その信号処理装置3によ
って求められた刻々変化するX−Y座標上の位置の現在
位置のデータを順次格納し、車両の有限の連続位置情報
としてそれを記憶保持する走行軌跡記憶装置4と、予め
デジタル地図データによる道路地図情報が記憶されてい
る地図情報記憶媒体5と、その記憶媒体5から必要なエ
リアの道路地図情報を選択的に読み出す記憶媒体再生装
置6と、その読み出された道路地図情報にもとづいて所
定の道路地図を画面に写し出すとともに、その画面に写
し出された道路地図上に、車両の現在位置を、必要に応
じて走行軌跡および現在位置における車両の進行方向な
どとともに、車両の走行にしたがって更新的に表示させ
る表示装置7と、信号処理装置3へ動作指令を与えると
ともに、表示装置7に表示させる地図の選択指定および
その表示された地図上における車両の出発点,目的地な
どの設定を行わせ、また走行軌跡などの表示指令を選択
的に与え、表示される地図および走行軌跡の方向変換,
その表示位置のシフト,地図および走行軌跡の部分拡大
表示,表示縮尺率の選択などの表示形態の設定変更など
を適宜行わせることのできる操作装置8とによって構成
されている。
FIG. 1 shows an example of the configuration of a vehicle traveling guide device according to the present invention.
And a direction sensor 2 that outputs a signal proportional to the amount of direction change accompanying the traveling of the vehicle, for example, detects a change in the angular velocity in the yaw direction, and counts the number of pulse signals from the distance sensor 1 to measure the traveling distance of the vehicle. At the same time, the current position on the XY coordinate for each constant traveling distance of the vehicle is obtained by successively calculating the change in the traveling direction according to the output signal of the direction sensor 2, and A signal processing device 3 comprising a microcomputer for performing control and data of a current position of a position on the X-Y coordinates, which is constantly changing, obtained by the signal processing device 3 are sequentially stored, and finite continuous position information of the vehicle is stored. A travel locus storage device 4 for storing and holding the same, and a map information storage medium in which road map information based on digital map data is stored in advance. 5, a storage medium reproducing device 6 for selectively reading road map information of a necessary area from the storage medium 5, and a predetermined road map based on the read road map information. A display device 7 for updating and displaying the current position of the vehicle on the road map projected on the display along with the traveling locus and the traveling direction of the vehicle at the current position as necessary as the vehicle travels; and a signal processing device. 3, an operation command is given to the display device 7, a selection of a map to be displayed on the display device 7 and a setting of a starting point and a destination of the vehicle on the displayed map are performed. To change the direction of the displayed map and running trajectory,
An operation device 8 is provided which can appropriately change the display mode, such as shifting the display position, partially enlarging the map and the traveling locus, and selecting the display scale.

【0011】このように構成されたものでは、選択的に
読み出された道路地図が表示装置7の画面に映し出され
るとともに、その地図上において設定された出発点から
の車両の走行にしたがって信号処理装置3により予め設
定された地図の縮尺率に応じてX−Y座標上における現
在位置が刻々と演算によって求められ、その演算結果が
走行軌跡記憶装置4に逐次送られてその記憶内容が更新
されていくとともに、その記憶内容が読み出されて表示
装置7に送られる。
[0011] In the above configuration, the selectively read road map is displayed on the screen of the display device 7 and the signal processing is performed in accordance with the traveling of the vehicle from the starting point set on the map. The current position on the XY coordinates is calculated by the device 3 in accordance with a preset scale of the map, and the calculation result is sequentially transmitted to the travel locus storage device 4 to update the stored content. At the same time, the stored contents are read out and sent to the display device 7.

【0012】それにより表示装置7には、例えば、図2
に示すように、その画面に表示された地図上に車両の現
在位置を示す表示マークM1,その現在位置における車
両の進行方向を示す表示マークM2および出発点Sから
現在位置に至るまでの走行軌跡表示マークM3が車両の
走行状態に追従して模擬的に表示される。
As a result, for example, the display device 7 shown in FIG.
As shown in the figure, on the map displayed on the screen, a display mark M1 indicating the current position of the vehicle, a display mark M2 indicating the traveling direction of the vehicle at the current position, and a traveling locus from the starting point S to the current position. The display mark M3 is simulated and displayed following the running state of the vehicle.

【0013】本発明はこのような車両走行案内装置にあ
って、信号処理装置3において、地図情報記憶媒体5か
ら読み出したデジタル地図データにもとづいて、画面に
写し出される道路地図上に設定された出発点から目的地
に到るまでの線分のコスト(例えば距離、平均走行時間
またはそれらの組合せなど)を最小にする経路探索を行
って、一方通行などの交通事情を加味した最適経路の決
定を行い、例えば画面に写し出される道路地図上におけ
る最適経路を特別な色で示すなどして、その最適経路上
に車両の現在位置が更新表示されていくように車両の走
行案内を行わせることができるようにしている。
The present invention relates to such a vehicle travel guide device, wherein the signal processing device 3 sets the departure set on the road map displayed on the screen based on the digital map data read from the map information storage medium 5. A route search that minimizes the cost of a line segment from a point to a destination (eg, distance, average travel time, or a combination thereof) is performed, and an optimal route that takes into account traffic conditions such as one-way traffic is determined. Then, for example, the optimal route on the road map displayed on the screen is indicated by a special color, and the vehicle can be guided so that the current position of the vehicle is updated and displayed on the optimal route. Like that.

【0014】ここで、経路探索の基本的なアルゴリズム
および最適経路の決定そのものについては、公知の種々
の手法が広く適用される。
Here, various known methods are widely applied to the basic algorithm of the route search and the determination of the optimum route itself.

【0015】このようなものにあって、特に本発明で
は、信号処理装置3の制御下において、操作装置8によ
る入力操作により、探索された経路が交通事情などの理
由から不適切な場合に、その探索経路をキャンセルする
ことができるようにしている。
In such a case, in particular, in the present invention, under the control of the signal processing device 3, when the searched route is inappropriate due to traffic conditions or the like due to an input operation by the operation device 8, The search route can be canceled.

【0016】そして、探索経路がキャンセルされた場合
には、信号処理装置3は、その次に、道路地図上に設定
された出発点から目的地に到るまでの線分のコストを最
小にする経路の探索を行う。
If the searched route is canceled, the signal processing device 3 then minimizes the cost of the line segment from the starting point set on the road map to the destination. Search for a route.

【0017】その際、図7に示すように、先のキャンセ
ルされた経路Aとは異なる別の経路Bが次に探索される
ように、先に探索された経路Aにおける線分のコストを
みかけ上大きくする処理をなして、その先に探索された
経路Aとほとんど同じような経路が探索されることがな
いようにしている。
At this time, as shown in FIG. 7, the cost of the line segment on the previously searched route A is apparently determined so that another route B different from the previously canceled route A is searched next. A process for increasing the size is performed so that a route almost similar to the route A searched earlier is not searched.

【0018】その具体的な処理としては、例えば、以下
のようにして実行される。
The specific processing is executed, for example, as follows.

【0019】いま、道路地図上に設定された出発点から
目的地に到るまでの線分lの総数をN={1,2,3,
…,n}とし、その線分lの集合を{l│i=[1,
n]}とする。
Now, the total number of line segments 1 from the starting point set on the road map to the destination is N = {1, 2, 3,
, N}, and a set of the line segments l is {l i | i = [1,
n]}.

【0020】しかして、出発点から目的地に到るまでの
経路Pは、次式(1)によってあらわされることにな
る。
The route P from the starting point to the destination is represented by the following equation (1).

【0021】[0021]

【数1】 (Equation 1)

【0022】ここで、経路Pは次式(2)とする。Here, the path P is represented by the following equation (2).

【0023】[0023]

【数2】 (Equation 2)

【0024】そして、線分lpiのコスト(ここでは距
離のみに着目する)をCpiとすると、出発点と目的地
との間の距離Lは次式(3)によって与えられる。
If the cost of the line segment l pi (here, attention is paid only to the distance) is C pi , the distance L between the starting point and the destination is given by the following equation (3).

【0025】[0025]

【数3】 (Equation 3)

【0026】いま、出発点から目的地に到るまでの線分
のコスト(距離)が最小になる経路Pが探索されたもの
とする。
Now, it is assumed that a route P that minimizes the cost (distance) of the line segment from the starting point to the destination has been searched.

【0027】その探索された経路Pがキャンセルされた
場合、そのキャンセルされる経路Pを構成する各線分l
P1,lP2,lP3,…について、そのコスト
P1,CP2,CP3,…を、次式(4)に示すよう
に、CP1′,CP2′,CP3′,…に置換する。
When the searched route P is canceled, each line segment l constituting the canceled route P
P1, l P2, l P3, ... for, substituted its cost C P1, C P2, C P3 , ... , and as shown in the following equation (4), C P1 ', C P2', C P3 ', the ... I do.

【0028】[0028]

【数4】 (Equation 4)

【0029】ここで、xは重み係数で、x≧1.0であ
り、またyは重みで、y≧0.0である。具体的には、
x=1.2程度に、またy=0.0に設定する。
Here, x is a weight coefficient, x ≧ 1.0, and y is a weight, y ≧ 0.0. In particular,
Set x = about 1.2 and y = 0.0.

【0030】そして、そのキャンセルされる経路Pを構
成する各線分lP1,lP2,lP3,…のコストC
P1,CP2,CP3,…を置換したうえで、再度、出
発点から目的地に到るまでの線分のコスト(距離)が最
小になる経路P′を探索させると、先に探索された経路
Pにおける線分のコストがみかけ上大きくなるように置
換されているので、その線分ができるだけ除外されて、
先の経路Pとは異なる別の経路P′が探索されるように
なる。
The cost C of each line segment l P1 , l P2 , l P3 ,...
After replacing P 1 , C P2 , C P3 ,... And searching again for a route P ′ that minimizes the cost (distance) of the line segment from the starting point to the destination, the search is performed first. Has been replaced so that the cost of the line segment on the route P is apparently large, the line segment is excluded as much as possible,
A different route P 'different from the previous route P is searched.

【0031】以上の操作を繰返し行わせることにより、
線分のコストの程度に応じた順位をもって第3,第4,
…の経路が順次探索されることになる。
By repeating the above operation,
The third, fourth, and fourth ranks are ranked according to the cost of the segment.
Are sequentially searched.

【0032】なお、例えば、地図上の道路が疎の場合に
は、第1の経路における線分のコストを1.2倍 (x
=1.2)にして再度経路探索を行わせても、第2の経
路における線分のコストよりも未だ小さくなって、第1
の経路が再度選ばれてしまうような事態を生ずるような
ことがあるので、そのような場合にはx=1.5〜2.
0程度に設定したほうがよい。
For example, if the roads on the map are sparse, the cost of the line segment on the first route is 1.2 times (x
= 1.2) and the route search is performed again, the cost is still smaller than the cost of the line segment in the second route,
In such a case, x = 1.5 to 2.x may be selected.
It is better to set to about 0.

【0033】また、例えば、市街地などの地図上の道路
が密の場合には、代替路が多く存在し、また部分的に共
通した経路を再度探索するような場合があることを考慮
して、x=1.1〜1.3程度に設定したほうがよい。
Further, for example, when roads on a map such as an urban area are dense, there are many alternative roads, and it is necessary to consider that a partially common route may be searched again. It is better to set x to about 1.1 to 1.3.

【0034】しかして、重み係数xおよび重みyは、場
合によっては可変としてもよい。
However, the weighting factor x and the weighting y may be variable in some cases.

【0035】[0035]

【発明の効果】以上、本発明による車両走行案内装置に
あっては、デジタル地図データにもとづいて、道路地図
上に設定された出発点から目的地に到るまでの線分のコ
ストが最小となる経路を、その線分の程度に応じた順位
をもって順次複数探索する際、先に探索された経路にお
ける線分のコストをみかけ上大きくする処理をなしたう
えで、次に線分のコストが最小となる経路を探索させる
ようにしているので、交通事情などによって先に探索さ
れた経路をキャンセルする場合に、先の探索経路とは異
なる別の経路を探索することができるようになり、交通
事情などにしたがって出発点から目的地に到るまでの最
適経路を任意に選択することができるという利点を有し
ている。
As described above, in the vehicle travel guide device according to the present invention, the cost of the line segment from the starting point set on the road map to the destination based on the digital map data is minimized. When a plurality of routes are sequentially searched in order according to the degree of the line segment, a process of apparently increasing the cost of the line segment in the previously searched route is performed, and then the cost of the line segment is reduced. The search for the smallest route is performed, so when canceling a route that was previously searched due to traffic conditions, it is possible to search for a different route from the previous search route, This has the advantage that the optimum route from the starting point to the destination can be arbitrarily selected according to circumstances or the like.

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

【図1】本発明による車両走行案内装置の一実施例を示
すブロック図である。
FIG. 1 is a block diagram showing an embodiment of a vehicle travel guide device according to the present invention.

【図2】同実施例における表示内容の一例を示す図であ
る。
FIG. 2 is a diagram showing an example of display contents in the embodiment.

【図3】実際の道路形状の一例を示す図である。FIG. 3 is a diagram illustrating an example of an actual road shape.

【図4】図3の道路のデジタル地図を示す図である。FIG. 4 is a diagram showing a digital map of the road in FIG. 3;

【図5】先に探索された経路の一例を示す図である。FIG. 5 is a diagram illustrating an example of a previously searched route;

【図6】先に探索された経路を部分的に微小な距離だけ
迂回した経路の一例を示す図である。
FIG. 6 is a diagram illustrating an example of a route that partially bypasses a previously searched route by a minute distance;

【図7】先の探索経路とは異なる次の探索経路の一例を
示す図である。
FIG. 7 is a diagram illustrating an example of a next search route different from the previous search route.

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

1 距離センサ 2 方向センサ 3 信号処理装置 4 走行軌跡記憶装置 5 地図情報記憶媒体 6 記憶媒体再生装置 7 表示装置 8 操作装置 DESCRIPTION OF SYMBOLS 1 Distance sensor 2 Direction sensor 3 Signal processing device 4 Travel locus storage device 5 Map information storage medium 6 Storage medium reproduction device 7 Display device 8 Operation device

Claims (5)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 実際の道路形状を線分によって折線近似
したときの各線分の端点および接続点のノードに関する
データからなるデジタル地図データにもとづいて、画面
に写し出される道路地図上に設定された出発点から目的
地に到るまでの線分のコストを最小にする経路の探索を
なして車両の走行案内を行わせる車両走行案内装置にお
いて、先に探索された経路における線分のコストをみか
け上大きくする処理をなしたうえで、次に線分のコスト
が最小となる経路を探索する手段をとり、出発点から目
的地に到るまでの線分のコストの程度に応じた順位をも
って探索される経路のうちの1つを選択することができ
るようにしたことを特徴とする車両走行案内装置。
1. A departure set on a road map displayed on a screen, based on digital map data comprising data on nodes of connection points and end points of each line when an actual road shape is approximated by a line. In a vehicle travel guidance device that performs a route search that minimizes the cost of a line segment from a point to a destination and guides the vehicle, the apparent cost of the line segment on the previously searched route After performing the process of increasing the size, the next step is to search for the route that minimizes the cost of the line segment, and the route is searched in the order according to the degree of the cost of the line segment from the starting point to the destination. A vehicle travel guidance device, wherein one of the routes is selected.
【請求項2】 線分のコストが距離であることを特徴と
する前記第1項の記載による車両走行案内装置。
2. The vehicle travel guide device according to claim 1, wherein the cost of the line segment is a distance.
【請求項3】 線分のコストが平均所要時間であること
を特徴とする前記第1項の記載による車両走行案内装
置。
3. The vehicle travel guide device according to claim 1, wherein the cost of the line segment is an average required time.
【請求項4】 線分のコストが距離および平均走行時間
の組合せであることを特徴とする前記第1項の記載によ
る車両走行案内装置。
4. The vehicle travel guide device according to claim 1, wherein the cost of the line segment is a combination of the distance and the average travel time.
【請求項5】 線分のコストが距離、平均走行時間およ
び道幅、通行料金などの道路の属性の組合せであること
を特徴とする前記第1項の記載による車両走行案内装
置。
5. The vehicle travel guidance device according to claim 1, wherein the cost of the line segment is a combination of road attributes such as a distance, an average travel time and a road width, and a toll.
JP3361062A 1991-12-18 1991-12-18 Vehicle travel guidance device Expired - Lifetime JP2782135B2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP3361062A JP2782135B2 (en) 1991-12-18 1991-12-18 Vehicle travel guidance device
DE69218140T DE69218140T2 (en) 1991-12-18 1992-12-14 Voyage guidance device for vehicle
EP92121263A EP0547548B1 (en) 1991-12-18 1992-12-14 Travel guiding apparatus for vehicle
US08/361,013 US5521826A (en) 1991-12-18 1994-12-21 Travel guiding apparatus for vehicle

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3361062A JP2782135B2 (en) 1991-12-18 1991-12-18 Vehicle travel guidance device

Publications (2)

Publication Number Publication Date
JPH05165407A JPH05165407A (en) 1993-07-02
JP2782135B2 true JP2782135B2 (en) 1998-07-30

Family

ID=18472037

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3361062A Expired - Lifetime JP2782135B2 (en) 1991-12-18 1991-12-18 Vehicle travel guidance device

Country Status (4)

Country Link
US (1) US5521826A (en)
EP (1) EP0547548B1 (en)
JP (1) JP2782135B2 (en)
DE (1) DE69218140T2 (en)

Families Citing this family (58)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3488969B2 (en) * 1994-03-09 2004-01-19 本田技研工業株式会社 Vehicle guidance device
US5638280A (en) * 1994-03-30 1997-06-10 Sumitomo Electric Industries, Ltd. Vehicle navigation apparatus and method
JPH07294267A (en) * 1994-04-28 1995-11-10 Pioneer Electron Corp Method and apparatus for setting route
JPH0886662A (en) * 1994-07-18 1996-04-02 Sumitomo Electric Ind Ltd Traveling route indicator on vehicle, road information transmitter, route guide system and display method for navigation system
JP3045013B2 (en) * 1994-09-16 2000-05-22 住友電気工業株式会社 Navigation device
US5931888A (en) 1994-09-22 1999-08-03 Aisin Aw Co., Ltd. Navigation system for vehicles with alternative route searching capabilities
JPH08201088A (en) * 1995-01-24 1996-08-09 Pioneer Electron Corp Car navigation system having route searching function
US5938720A (en) * 1995-02-09 1999-08-17 Visteon Technologies, Llc Route generation in a vehicle navigation system
US5712788A (en) * 1995-02-09 1998-01-27 Zexel Corporation Incremental route calculation
DE69625309T2 (en) 1995-10-04 2003-09-18 Aisin Aw Co Vehicle navigation device
KR960042490A (en) * 1995-11-09 1996-12-21 모리 하루오 Vehicle navigation device and recording medium therefor
JP3173983B2 (en) * 1995-12-28 2001-06-04 松下電器産業株式会社 Route selection method and system
JP3461660B2 (en) * 1996-04-17 2003-10-27 松下電器産業株式会社 Route search device
JPH1082647A (en) * 1996-09-05 1998-03-31 Mitsubishi Electric Corp Navigation apparatus for moving body
US5878368A (en) * 1996-09-13 1999-03-02 Magellan Dis, Inc. Navigation system with user definable cost values
US6005494A (en) * 1996-10-16 1999-12-21 Chrysler Corporation Energy minimization routing of vehicle using satellite positioning an topographic mapping
US6212472B1 (en) 1997-09-04 2001-04-03 Visteon Technologies, Llc Method and apparatus for displaying current vehicle position
WO1999020981A1 (en) * 1997-10-21 1999-04-29 Siemens Aktiengesellschaft Method and device for determining a route from the originating point to the terminating point
US6801763B2 (en) 1997-10-29 2004-10-05 Metro One Telecommunications, Inc. Technique for effectively communicating travel directions
US6192314B1 (en) 1998-03-25 2001-02-20 Navigation Technologies Corp. Method and system for route calculation in a navigation application
US6144919A (en) 1998-03-27 2000-11-07 Visteon Technologies, Llc Method and apparatus for using non-digitized cities for route calculation
US6097316A (en) * 1998-04-20 2000-08-01 Visteon Technologies, Llc Communication protocol for a vehicle navigation system
JPH11304518A (en) * 1998-04-22 1999-11-05 Sanyo Electric Co Ltd Navigation device
US6298305B1 (en) 1998-07-15 2001-10-02 Visteon Technologies, Llc Methods and apparatus for providing voice guidance in a vehicle navigation system
US6088649A (en) * 1998-08-05 2000-07-11 Visteon Technologies, Llc Methods and apparatus for selecting a destination in a vehicle navigation system
JP2000098882A (en) * 1998-09-25 2000-04-07 Jatco Corp Map display device
US6266610B1 (en) * 1998-12-31 2001-07-24 Honeywell International Inc. Multi-dimensional route optimizer
US6175804B1 (en) 1999-03-11 2001-01-16 Lockheed Martin Corp. Computation of routes for bounding overwatch operations
US6360165B1 (en) 1999-10-21 2002-03-19 Visteon Technologies, Llc Method and apparatus for improving dead reckoning distance calculation in vehicle navigation system
US6282496B1 (en) 1999-10-29 2001-08-28 Visteon Technologies, Llc Method and apparatus for inertial guidance for an automobile navigation system
US6577925B1 (en) 1999-11-24 2003-06-10 Xerox Corporation Apparatus and method of distributed object handling
US6411864B1 (en) * 1999-12-13 2002-06-25 Xerox Corporation Apparatus and method of distributed object handling
DE10103714A1 (en) * 2000-01-26 2001-08-16 Daimler Chrysler Ag Producing precise digital road maps involves representing digital road map as number of geometric shapes indexed using traditional segments and nodes
US6456935B1 (en) 2000-03-28 2002-09-24 Horizon Navigation, Inc. Voice guidance intonation in a vehicle navigation system
DE10017427A1 (en) * 2000-04-07 2001-10-18 Bosch Gmbh Robert Method for route calculation in a navigation device
DE10031787A1 (en) * 2000-07-04 2002-01-24 Daimler Chrysler Ag Assistance system for the selection of routes
US6735516B1 (en) 2000-09-06 2004-05-11 Horizon Navigation, Inc. Methods and apparatus for telephoning a destination in vehicle navigation
JP2002181570A (en) * 2000-12-11 2002-06-26 Matsushita Electric Ind Co Ltd Navigation system
FR2821812B1 (en) * 2001-03-09 2003-12-19 Alstom RAIL VEHICLE ROUTE MANAGEMENT SYSTEM
US6732048B2 (en) * 2001-04-02 2004-05-04 Maptuit Corporation Alternate routes generation
DE10203097A1 (en) * 2002-01-25 2003-08-14 Ages Arbeitsgemeinschaft Gebue Method for determining a route in a route network and for determining fees to be paid for route use
US6865483B1 (en) * 2003-10-31 2005-03-08 International Business Machines Corporation Methods and apparatus for providing a topology view based on heuristic information density
US20060161337A1 (en) * 2005-01-19 2006-07-20 Ping-Chung Ng Route planning process
JP4605051B2 (en) * 2005-07-22 2011-01-05 株式会社デンソー Navigation device
EP1990788B1 (en) * 2006-03-01 2012-09-05 Toyota Jidosha Kabushiki Kaisha Vehicle path determining method and vehicle course determining device
JP5086562B2 (en) * 2006-04-17 2012-11-28 クラリオン株式会社 Navigation device
US8332141B2 (en) * 2007-06-15 2012-12-11 Microsoft Corporation Route modifications
US7447588B1 (en) * 2007-07-16 2008-11-04 Wenshine Technology Ltd. Method and system for partitioning a continental roadway network for an intelligent vehicle highway system
US8554475B2 (en) 2007-10-01 2013-10-08 Mitac International Corporation Static and dynamic contours
US20090119001A1 (en) * 2007-11-07 2009-05-07 Public Routes. Com, Llc Method and system for finding multimodal transit route directions based on user preferred transport modes
JP5024959B2 (en) * 2008-05-30 2012-09-12 学校法人早稲田大学 Optimal route search device, optimal route search device and program
US8219316B2 (en) * 2008-11-14 2012-07-10 Google Inc. System and method for storing and providing routes
WO2010117849A2 (en) * 2009-03-31 2010-10-14 Riggins Scott A Missing child reporting, tracking and recovery method and system
US8825374B2 (en) * 2012-06-05 2014-09-02 At&T Intellectual Property I, L.P. Navigation route updates
GB201316013D0 (en) 2013-09-09 2013-10-23 Tomtom Dev Germany Gmbh Methods and systems for generating alternative routes
US9805595B1 (en) 2016-10-27 2017-10-31 International Business Machines Corporation Vehicle and non-vehicle traffic flow control
US10859392B2 (en) * 2018-07-20 2020-12-08 Mapbox, Inc. Dynamic one-way street detection and routing penalties
CN114093170B (en) * 2021-11-26 2023-01-24 阿波罗智联(北京)科技有限公司 Generation method, system and device of annunciator control scheme and electronic equipment

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62133600A (en) * 1985-12-05 1987-06-16 日産自動車株式会社 Course guidance for vehicle
JPH0636239B2 (en) * 1986-05-26 1994-05-11 日産自動車株式会社 Guide route setting device for vehicle route guide device
DE3719017A1 (en) * 1987-06-06 1988-12-15 Bosch Gmbh Robert METHOD AND DEVICE FOR DETERMINING A DRIVING ROUTE BETWEEN A START POINT AND A DESTINATION POINT
NL8702014A (en) * 1987-08-28 1989-03-16 Philips Nv ROUTE DETERMINATION UNIT.
JP2641470B2 (en) * 1987-12-28 1997-08-13 アイシン・エィ・ダブリュ株式会社 Navigation device
JP2680318B2 (en) * 1987-12-28 1997-11-19 アイシン・エィ・ダブリュ株式会社 Navigation device
JPH02117000A (en) * 1988-10-27 1990-05-01 Mitsubishi Electric Corp Traffic flow controller
US5031104A (en) * 1988-12-05 1991-07-09 Sumitomo Electric Industries, Ltd. Adaptive in-vehicle route guidance system
JPH03238599A (en) * 1990-02-15 1991-10-24 Clarion Co Ltd On vehicle navigation equipment
DE4008460A1 (en) * 1990-03-16 1991-09-19 Bosch Gmbh Robert NAVIGATION SYSTEM
DE69127471T2 (en) * 1990-11-08 1998-02-19 Motorola Inc Multi-range selection navigation device for a land vehicle
US5220507A (en) * 1990-11-08 1993-06-15 Motorola, Inc. Land vehicle multiple navigation route apparatus
US5184303A (en) * 1991-02-28 1993-02-02 Motorola, Inc. Vehicle route planning system
US5270937A (en) * 1991-04-26 1993-12-14 Motorola, Inc. Vehicle map position determining apparatus
US5272638A (en) * 1991-05-31 1993-12-21 Texas Instruments Incorporated Systems and methods for planning the scheduling travel routes
US5187667A (en) * 1991-06-12 1993-02-16 Hughes Simulation Systems, Inc. Tactical route planning method for use in simulated tactical engagements
US5285391A (en) * 1991-08-05 1994-02-08 Motorola, Inc. Multiple layer road memory storage device and route planning system

Also Published As

Publication number Publication date
US5521826A (en) 1996-05-28
DE69218140D1 (en) 1997-04-17
JPH05165407A (en) 1993-07-02
EP0547548A1 (en) 1993-06-23
DE69218140T2 (en) 1997-06-19
EP0547548B1 (en) 1997-03-12

Similar Documents

Publication Publication Date Title
JP2782135B2 (en) Vehicle travel guidance device
JP2673403B2 (en) Route search device
EP0803705B1 (en) Navigation system for vehicles
EP0485120B1 (en) Optimum route determination apparatus
JP3371768B2 (en) Vehicle traveling route guidance device and map data recording medium thereof
JPH11304518A (en) Navigation device
JP2784972B2 (en) Route search device
US6038507A (en) Driving simulation apparatus capable of arbitrarily setting start position and method thereof
US7844393B2 (en) Vehicle navigation system and method
JP3800285B2 (en) Navigation device and recording medium
JP2745178B2 (en) Route search device
JP3747815B2 (en) Vehicle navigation apparatus and storage medium thereof
JP3411467B2 (en) Route selection method and system
JP2890001B2 (en) Vehicle travel guidance device
JP4116681B2 (en) Optimal route search method
JP3022042B2 (en) Route search device
JP3525032B2 (en) Route search device
JP3237930B2 (en) Digital map route simulation device
JPH06174485A (en) Path searching device
JP2623393B2 (en) Vehicle travel guidance device
JP2782134B2 (en) Vehicle travel guidance device
JP3368722B2 (en) Travel guide device for vehicles
JPH07174575A (en) Route guidance apparatus for vehicle-mounting
JP3237135B2 (en) Route search device for vehicle route guidance device and route search method for vehicle route guidance device
JP2782136B2 (en) Vehicle travel guidance device

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080522

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20090522

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20090522

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20100522

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20110522

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20110522

Year of fee payment: 13

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120522

Year of fee payment: 14