Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JPH087527B2 - Optimal route determination device - Google Patents
[go: Go Back, main page]

JPH087527B2 - Optimal route determination device - Google Patents

Optimal route determination device

Info

Publication number
JPH087527B2
JPH087527B2 JP2305017A JP30501790A JPH087527B2 JP H087527 B2 JPH087527 B2 JP H087527B2 JP 2305017 A JP2305017 A JP 2305017A JP 30501790 A JP30501790 A JP 30501790A JP H087527 B2 JPH087527 B2 JP H087527B2
Authority
JP
Japan
Prior art keywords
route
point
destination
specific
specific point
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2305017A
Other languages
Japanese (ja)
Other versions
JPH04177287A (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.)
Sumitomo Electric Industries Ltd
Original Assignee
Sumitomo Electric Industries 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 Sumitomo Electric Industries Ltd filed Critical Sumitomo Electric Industries Ltd
Priority to JP2305017A priority Critical patent/JPH087527B2/en
Priority to EP91310108A priority patent/EP0485120B1/en
Priority to DE69129892T priority patent/DE69129892T2/en
Publication of JPH04177287A publication Critical patent/JPH04177287A/en
Priority to US08/250,105 priority patent/US5486822A/en
Publication of JPH087527B2 publication Critical patent/JPH087527B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Navigation (AREA)
  • Traffic Control Systems (AREA)
  • Instructional Devices (AREA)

Description

【発明の詳細な説明】 <産業上の利用分野> 本発明は、運転者による目的地点などの設定に応じ
て、出発地点から目的地点に至る最適経路を決定する最
適経路決定装置に関するものである。
DETAILED DESCRIPTION OF THE INVENTION <Industrial field of application> The present invention relates to an optimum route determination device that determines an optimum route from a starting point to a destination point according to the setting of a destination point by a driver. .

<従来の技術> 従来より画面上に車両の位置方位などを表示し、見知
らぬ土地や夜間などにおける走行の便宜を図るために開
発された経路誘導装置が知られている。
<Prior Art> Conventionally, there is known a route guidance device developed to display the position and orientation of a vehicle on a screen to facilitate traveling on a strange land or at night.

上記経路誘導装置は、ディスプレイ、方位センサ、距
離センサ、道路地図メモリ、コンピュータを車両に搭載
し、方位センサから入力される方位データ、距離センサ
から入力される走行距離データ、および道路地図メモリ
に格納されている道路のパターンとの一致に基いて車両
位置を検出し、この車両位置および目的地点を道路地図
と共にディスプレイに表示するものである。
The route guidance device includes a display, an orientation sensor, a distance sensor, a road map memory, and a computer mounted on a vehicle, and stores the orientation data input from the orientation sensor, the traveling distance data input from the distance sensor, and the road map memory. The vehicle position is detected based on the matching with the road pattern being displayed, and the vehicle position and the destination point are displayed on the display together with the road map.

この場合、出発地点から目的地点に至る走行経路を運
転者自身に判断させていた。
In this case, the driver himself / herself has to determine the traveling route from the starting point to the destination point.

しかし、ごく最近においては、運転者による目的地点
設定入力に応じて出発地点から目的地点までの経路をコ
ンピュータにより自動的に算出し、走行前あるいは走行
中に道路地図上に経路を重畳して表示することが提案さ
れている。
However, in recent years, the route from the departure point to the destination point is automatically calculated by the computer according to the destination point setting input by the driver, and the route is superimposed and displayed on the road map before or during driving. It is suggested to do so.

上記出発地点から目的地点に至る経路の計算方法とし
ては、いわゆるダイクストラ法がある(緊急車両走行誘
導システムの開発研究報告書 財団法人 日本交通管理
技術協会 昭和61年3月、Dirck Von Vliet,“Improved
Shortest Path Algorithm for Transportation Networ
k",Trans−portation Research,Vol.12,1978)。この方
法は、経路計算の対象となる道路を幾つも区切って、区
切った点をノードとし、ノードとノードとを結ぶ経路を
リンクとし、出発地点に最も近いノードまたはリンクを
始点とし、目的地に最も近いノードまたはリンクを終点
とし、始点から終点に至るリンクのツリーを想定し、ツ
リーを構成する全ての経路のリンクコストを順次加算し
て、目的地点に到達する最もリンクコストの少ない経路
を算出する方法である。ここでリンクコストを見積もる
ときに考慮すべき事項として、走行距離、走行時間、高
速道路の利用の有無、右折左折回数、幹線道路の走行確
率、事故多発地帯回避、その他運転者の好みに応じて設
定した事項がある。
As a method of calculating the route from the departure point to the destination point, there is a so-called Dijkstra method (Development research report of emergency vehicle traveling guidance system Japan Traffic Management Technology Association March 1986, Dirck Von Vliet, “Improved
Shortest Path Algorithm for Transportation Networ
k ", Trans-portation Research, Vol.12, 1978). This method divides roads that are the targets of route calculation into multiple nodes, defines the separated points as nodes, and links routes that connect nodes to each other. Assuming a tree of links from the start point to the end point with the node or link closest to the start point as the start point and the node or link closest to the destination as the end point, add the link costs of all the routes that make up the tree in order. This is a method of calculating the route with the lowest link cost to reach the destination. Here, the items to be considered when estimating the link cost are mileage, travel time, whether or not the highway is used, and the number of right and left turns. There are items set according to the driving probability of highways, avoidance of accident-prone areas, and other preferences of the driver.

この方法で経路を計算すれば、出発地点から目的地点
に至る経路が存在する限り、確実に目的地点に到達す
る。
If the route is calculated in this way, as long as there is a route from the starting point to the destination, the vehicle will surely reach the destination.

<発明が解決しようとする課題> しかしながら、上記ダイクストラ法は、計算の対象と
なる領域にあるノードの数、リンクの数に応じて計算時
間が決まるものであり、ノード、リンクは、計算の対象
となる領域に相当数存在するのであるから、通常かなり
の時間をかけて計算を行うものである。
<Problems to be Solved by the Invention> However, in the Dijkstra method, the calculation time is determined according to the number of nodes and the number of links in the area to be calculated, and the nodes and links are the objects of calculation. Since there are a considerable number of regions, the calculation usually takes a considerable amount of time.

したがって、目的地点を設定してから最適経路が計算
されるまで、運転者はじっと待つ必要があり、急いでい
るときの実用性に問題が残る。
Therefore, the driver has to wait until the optimum route is calculated after setting the destination point, and there remains a problem in practicality when the driver is in a hurry.

本発明は、上記の問題に鑑みてなされたもので、運転
者による目的地点の設定に応じて、出発地点から目的地
点までの経路を取得する場合において、経路計算をしな
くとも迅速に最適経路を得ることができる最適経路決定
装置を提供することを目的とする。
The present invention has been made in view of the above problems, and in the case of obtaining a route from a departure point to a destination point according to the setting of the destination point by the driver, an optimal route can be quickly obtained without calculating the route. It is an object of the present invention to provide an optimum route determination device that can obtain

<課題を解決するための手段> 上記の目的を達成するための本発明の最適経路決定装
置は、 道路地図データを構成する地点の中から、一定の基準
に従って特定の地点を複数個選定しておき、各特定の地
点を出発地として各目的地点に至る最適経路をあらかじ
め計算し、この最適経路のうち、上記特定の地点から、
この最適経路が通る少なくとも次の特定の地点に至るま
での初期経路に関する情報を、当該目的地点および当該
出発地となる特定の地点に対応させて記憶した経路テー
ブルと、目的地点を設定する目的地設定手段と、車両の
現在位置に近い特定の地点および経路に沿った特定の地
点を決定する特定地点決定手段と、上記目的地設定手段
による目的地点の設定および上記特定地点決定手段によ
る車両の現在位置に近い特定の地点の決定に応じて経路
テーブルを検索し、初期経路に関する情報を取得すると
ともに、上記特定地点決定手段によるこの初期経路に沿
った特定の地点の決定に応じて目的地点を同じくする経
路テーブルを検索して、次の初期経路に関する情報を次
々と取得していき、取得された経路を繋ぎ合わせること
により最適経路を得る最適経路取得手段とを含むもので
ある(請求項1)。
<Means for Solving the Problem> The optimum route determination device of the present invention for achieving the above-mentioned object selects a plurality of specific points according to a certain standard from the points constituting the road map data. Every time, the optimum route to each destination point is calculated in advance with each specific point as the departure point, and from this specific point on this optimum route,
A route table in which information about the initial route to at least the next specific point through which this optimum route passes is stored in association with the specific point that is the destination point and the departure point, and the destination to set the destination point Setting means, specific point determining means for determining a specific point near the current position of the vehicle and a specific point along the route, setting of the destination point by the destination setting means, and current of the vehicle by the specific point determining means The route table is searched according to the determination of the specific point close to the position, information about the initial route is acquired, and the destination point is also determined according to the determination of the specific point along the initial route by the specific point determination means. Search the route table for each route to obtain the information about the next initial route one after another, and connect the obtained routes to find the optimal route. Is intended to include the optimal route acquiring unit that (claim 1).

上記目的地点は、道路地図データを構成する全ての地
点から選ばれるものであってもよく、運転者がしばしば
旅行する目的地に対応して一定の基準で設定されたいく
つかの地点から選ばれるものであってもよい。
The destination may be selected from all the points constituting the road map data, or selected from a number of points set on a certain basis corresponding to the destination to which the driver often travels. It may be something.

上記特定の地点は道路地図の主要地点から選ばれたも
のであることが好ましいが(請求項5)、道路地図上の
全ての地点に対応するものであってもよい。
The specific point is preferably selected from the main points on the road map (claim 5), but may correspond to all points on the road map.

また、経路テーブルは、特定の地点から次の特定の地
点までの初期経路に関する情報を記憶させるのみなら
ず、次の特定の地点より策の経路も同時に記憶していて
もよい。
Further, the route table may not only store information on the initial route from a specific point to the next specific point, but may also store the route of the measure from the next specific point at the same time.

上記最適経路決定装置は、各特定の地点を経路起点と
して各目的地点までの経路を計算の対象としているが、
逆に特定の地点を経路終点として各出発地点までの経路
を計算の対象としてもよい(請求項2)。
The optimal route determination device, the route to each destination point with each specific point as the route starting point is the calculation target,
On the contrary, the route to each departure point may be set as the calculation target with the specific point as the route end point (claim 2).

また、道路地図データがノードとリンクとの組み合わ
せからなるものであり、道路地図上の地点をノードまた
はリンクにより特定するものであってもよい(請求項
3)。
Further, the road map data may be a combination of a node and a link, and a point on the road map may be specified by the node or the link (claim 3).

また、経路テーブルは、目的地点、出発地点となる特
定の地点間の距離が一定の基準値よりも長い場合にの
み、上記初期経路または終期経路に関する情報を記憶し
ているものであってもよい(請求項4)。
In addition, the route table may store information about the initial route or the final route only when the distance between the specific points serving as the destination point and the departure point is longer than a certain reference value. (Claim 4).

<作用> 上記請求項1の最適経路決定装置によれば、運転者の
走査などにより目的地点が設定され、特定地点決定手段
により車両の現在位置に近い特定の地点が決定される
と、最適経路取得手段は、経路テーブルを検索して、上
記車両の現在位置に近い特定の地点から始まる初期経路
を取得することができる。
<Operation> According to the optimum route determination device of the above-mentioned claim 1, when the destination point is set by the driver's scanning or the like and the specific point determination means determines the specific point near the current position of the vehicle, the optimum route is determined. The acquisition means can search the route table and acquire an initial route starting from a specific point near the current position of the vehicle.

この初期経路は、目的地点に至る最適経路の一部であ
り、上記車両の現在位置に近い特定の地点から最適経路
が通る少なくとも次の特定の地点まで続いているので、
運転者に示すことにより、特定の地点から次の特定の地
点まで誘導できる。
This initial route is a part of the optimum route to the destination point and continues from a specific point near the current position of the vehicle to at least the next specific point through which the optimum route passes,
By showing the driver, it is possible to guide from a specific point to the next specific point.

さらに、特定地点決定手段が、最適経路に沿った次の
特定の地点を決定すると、最適経路取得手段は、この特
定の地点を起点とし、目的地点に至る最適経路の一部で
ある次の初期経路を取得することができる。
Further, when the specific point determination means determines the next specific point along the optimum route, the optimum route acquisition means starts the specific point and then starts the next initial point which is a part of the optimum route to the destination point. You can get the route.

したがって、運転者に対して、次の特定の地点から始
まる次の初期経路を示すことができる。
Therefore, the driver can be shown the next initial route starting from the next specific point.

以下、同様の手順により、運転者に対して、連続した
初期経路を示すことができ、ついには目的地に至る全て
の最適経路を示すことができる。
Thereafter, the same procedure can be followed to show the driver a continuous initial route, and finally show all optimum routes to the destination.

上記請求項2の最適経路決定装置においても、計算の
順序を目的地側から行う点で相違するのみであり、連続
した終期経路を示すことにより、ついには目的地点から
出発地点までの最適経路を示すことができるのは、請求
項1の最適経路決定装置と同様である。したがって、以
下の説明および実施例の説明では、請求項1記載のとお
り、出発地側から経路を取得していく場合を想定するも
のとする。
Also in the optimum route determination device of claim 2, the only difference is that the order of calculation is performed from the destination side, and by showing continuous end routes, the optimum route from the destination point to the departure point is finally determined. What can be shown is the same as that of the optimum route determination device of claim 1. Therefore, in the following description and the description of the embodiments, it is assumed that the route is acquired from the departure side as described in claim 1.

なお、上記経路テーブルに記憶する初期経路に関する
情報の形態としては、運転者にどのような経路情報を示
すのかにより異なってくる。例えば、初期経路にそった
矢印の列、すなわちリンク列を表示するならば、経路テ
ーブルにはそのリンク列を記憶させる必要がある。初期
経路に沿った点列を表示するのなら経路テーブルにはノ
ード列を記憶させる必要がある。初期経路に沿った交差
点のみを表示するのなら交差点に対応するノードの列を
記憶させればよい。
The form of the information regarding the initial route stored in the route table varies depending on what route information is shown to the driver. For example, if a row of arrows along the initial route, that is, a link row is displayed, it is necessary to store the link row in the route table. If the point sequence along the initial route is displayed, it is necessary to store the node sequence in the route table. If only the intersections along the initial route are displayed, the column of nodes corresponding to the intersections may be stored.

また、目的地点および出発地となる特定の地点間の距
離が一定の基準値よりも長い場合にのみ、経路テーブル
に、上記初期経路に関する情報を記憶させるならば、出
発地と目的地とが比較的近い場合には、経路テーブルを
使わず、直接最適経路の計算等を行わせることとして、
経路テーブルのメモリの容量を節約することができる。
In addition, if the information about the initial route is stored in the route table only when the distance between the destination and the specific point that is the departure point is longer than a certain reference value, the departure point and the destination are compared. When it is close to each other, the optimal route is calculated directly without using the route table.
The memory capacity of the route table can be saved.

<実施例> 以下本発明の実施例を示す添付図面に基づいて詳細に
説明する。
<Example> Hereinafter, an example of the present invention will be described in detail with reference to the accompanying drawings.

本実施例の最適経路決定装置は、最適経路を画面表示
したり、音声出力したりして車両を誘導する経路誘導装
置に組み込まれるものである。
The optimum route determination device of this embodiment is incorporated in a route guidance device that guides a vehicle by displaying the optimal route on a screen or outputting a voice.

上記経路誘導装置は、第3図に示すように、表示器1
と、コンソール2と、方位センサ10と、距離センサ9
と、道路地図データを格納している道路地図メモリ3A
と、経路テーブルを格納した経路メモリ3Bと、各メモリ
3A、3Bから記憶データを読出すメモリドライブ4と、距
離センサ9により検出される走行距離および方位センサ
10により検出される走行方向変化量をそれぞれ積算し、
この積算データとメモリドライブ4により読出した道路
地図データとの比較に基いて車両位置を検出するロケー
タ11と、初期経路の検索・取得、所定範囲の道路地図の
読出、車両の誘導をするための表示用データの生成、音
声出力装置15の制御、およびロケータ11の制御などの種
々の制御を行う処理部7(この処理部7は最適経路取得
手段としても機能する。)と、処理部7から出力される
表示用データを記憶する主メモリ8と、表示器1の制御
を行う出力コントローラ12と、コンソール2から入力さ
れる初期データを設定する初期設定部6とを有する。
As shown in FIG. 3, the route guidance device has a display 1
, Console 2, direction sensor 10, distance sensor 9
And a road map memory 3A that stores road map data
And the route memory 3B that stores the route table and each memory
A memory drive 4 for reading stored data from 3A and 3B, and a traveling distance and direction sensor detected by a distance sensor 9
The running direction change amount detected by 10 is integrated respectively,
A locator 11 for detecting the vehicle position based on a comparison between the integrated data and the road map data read by the memory drive 4, and for searching / acquiring an initial route, reading a road map in a predetermined range, and guiding the vehicle. From the processing unit 7 that performs various controls such as generation of display data, control of the audio output device 15, and control of the locator 11 (this processing unit 7 also functions as optimum route acquisition means), and the processing unit 7. It has a main memory 8 for storing display data to be output, an output controller 12 for controlling the display 1, and an initial setting section 6 for setting initial data input from the console 2.

上記表示器1、コンソール2は又ロケータ11、及び初
期設定部6が、目的地設定手段、出発地設定手段として
機能する。
The display 1, the console 2, the locator 11, and the initial setting section 6 function as a destination setting means and a departure place setting means.

さらに詳細に説明すればコンソール2は、この装置の
起動・停止や画面上のカーソル移動、目的地点などの初
期データの設定、画面上に表示されている道路地図のス
クロール等をさせるキー入力ボード(図示せず)を有し
ている。
More specifically, the console 2 includes a key input board (start / stop), a cursor movement on the screen, setting of initial data such as a destination point, scrolling of a road map displayed on the screen, and the like. (Not shown).

方位センサ10は、車両の走行に伴なう方位の変化を検
出するものであり、地磁気センサ、ジャイロなどを使用
することが可能である。
The azimuth sensor 10 detects a change in azimuth as the vehicle travels, and can use a geomagnetic sensor, a gyro, or the like.

距離センサ9は、車両の速度、あるいは、車輪の回転
数などに基づいて走行距離を検出するものであり、車輪
速センサ、車速センサなどが使用可能である。
The distance sensor 9 detects the traveling distance based on the speed of the vehicle, the number of rotations of the wheels, and the like, and a wheel speed sensor, a vehicle speed sensor, or the like can be used.

ロケータ11は、距離センサ9により検出される距離デ
ータ、および方位センサ10により検出される方位変化デ
ータをそれぞれ積算して走行軌跡データを算出し、走行
軌跡データと道路地図メモリ3Aに格納されている道路の
パターンとの比較(いわゆるマップマッチング法、特開
昭64−53112号公報参照)に基いて車両位置を検出して
いる。
The locator 11 calculates travel trajectory data by integrating distance data detected by the distance sensor 9 and azimuth change data detected by the azimuth sensor 10, respectively, and is stored in the travel map data and the road map memory 3A. The vehicle position is detected based on a comparison with a road pattern (a so-called map matching method, see JP-A-64-53112).

なお、位置検出の精度をあげるためにビーコン受信機
やGPS受信機を付加してもよい。
Note that a beacon receiver or a GPS receiver may be added to improve the accuracy of position detection.

表示器1には、CRT、液晶パネルなどの画面上に透明
のタッチパネル5が取付けられている。
The display 1 is provided with a transparent touch panel 5 on the screen such as a CRT or a liquid crystal panel.

各メモリ3A、3Bは、大容量記憶媒体であるCD−ROM、I
Cメモリカード、磁気テープなどのメモリなどから構成
されている。
Each of the memories 3A and 3B has a large capacity storage medium such as a CD-ROM,
It is composed of a memory such as a C memory card and a magnetic tape.

道路地図メモリ3Aは、道路地図(高速自動車国道、都
市高速道路、一般国道、主要地方道、一般都道府県道、
指定都市の一般市道、その他の生活道路を含む)をメッ
シュ状に分割し、各メッシュ単位でノードとリンクとを
組み合わせたデータを記憶している。その他、鉄道、
川、地名欄、有名施設、運転車が予め登録した地点、等
高線などの表示用の背景データを含んでいてもよい。
Road map memory 3A is used for road maps (highway national roads, urban highways, general national roads, major local roads, general prefectural roads,
General city roads in designated cities and other living roads) are divided into meshes, and data obtained by combining nodes and links in each mesh unit is stored. Other, railway,
It may include background data for display such as rivers, place name fields, famous facilities, points pre-registered by driving vehicles, contour lines, and the like.

ここに、ノードとは、一般に、道路の交差点や折曲点
を特定するための座標位置のことであり、交差点を表わ
すノードを交差点ノード、道路の折曲点(交差点を除
く)を表わすノードを補間点ノードということがある。
ノードデータは、ノード番号、当該ノードに対応する隣
接メッシュのノードのアドレス、ノードに接続されるリ
ンクのアドレスなどからなる。
Here, in general, a node is a coordinate position for identifying an intersection or a bend of a road. A node representing the intersection is an intersection node, and a node representing a bend (excluding the intersection) of the road. Sometimes referred to as an interpolation point node.
The node data includes a node number, an address of a node of an adjacent mesh corresponding to the node, an address of a link connected to the node, and the like.

各交差点ノードを繋いだものがリンクである。リンク
データはリンク番号、リンクの始点ノードおよび始点ノ
ードのアドレス、リンクの距離、リンクを通過する方
向、その方向における所要時間データ、道路種別、道路
幅、一方通行や有料道路などの通行規制データからな
る。
A link is formed by connecting each intersection node. Link data consists of link number, link start node and start node address, link distance, link passing direction, required time data in that direction, road type, road width, traffic regulation data such as one-way and toll roads. Become.

このように、リンクデータの中にリンクの始点ノード
および終点ノードのアドレスが入っていることから、リ
ンクのみによっても地点を特定できる。なお、リンクに
よってリンクの始点を特定する場合そのリンクを「退出
リンク」といい、リンクの終点を特定する場合そのリン
クを「進入リンク」という。さらに、リンクデータには
リンクを通過する方向が入っているので、1つのリンク
を特定することにより、車両の進行方向も特定すること
ができる。第2図(a)は十字路を特定する4つの退出
リンクを、第2図(b)は十字路を特定する4つの進入
リンクを例示している。
As described above, since the addresses of the start point node and the end point node of the link are included in the link data, the point can be specified only by the link. The link is called an "exit link" when the start point of the link is specified by the link, and the "entry link" is called when the end point of the link is specified. Further, since the link data includes the direction of passing through the link, the traveling direction of the vehicle can be identified by identifying one link. FIG. 2A illustrates four exit links that specify a crossroads, and FIG. 2B illustrates four entry links that specify a crossroads.

以下の実施例においては、地点を特定するのに退出リ
ンクを用いるものとする。
In the following example, an exit link is used to identify a point.

経路メモリ3Bには、主要交差点、レジャー施設、駅、
駐車場、高速道路のオンランプまたはオフランプ、サー
ビスエリア、路側ビーコンなどに対応する各特定のリン
クから、目的地点に対応する全てのリンクに至る最適経
路をそれぞれ設定された経路計算条件(最短時間経路、
最短距離経路、右左折の少ない経路、道路幅の広い経路
など)に応じてあらかじめ(例えば最適経路決定装置を
工場から出荷する前に)計算し、この最適経路のうち、
上記特定のリンクから、この最適経路が通る少なくとも
次の特定のリンクに至るまでの初期経路を構成するリン
ク列の、当該目的地点に対応するリンクおよび当該特定
のリンクに対応させて記憶している。
The route memory 3B includes major intersections, leisure facilities, stations,
Route calculation conditions (shortest time route) that set the optimum route from each specific link corresponding to parking lot, on-ramp of highway, off-ramp, service area, roadside beacon, etc. to all links corresponding to destination ,
Calculate in advance according to the shortest distance route, route with few right and left turns, route with wide road, etc. (for example, before shipping the optimal route determination device from the factory),
The link sequence of the initial route from the specific link to at least the next specific link through which the optimum route passes is stored in association with the link corresponding to the destination point and the specific link. .

次に上記構成の最適経路決定装置の動作を第1図を参
照しながら説明する。
Next, the operation of the optimum route determination device having the above configuration will be described with reference to FIG.

第1図は最適経路決定手順を解説するための道路地図
である。網の目状の道路Rの各交差点における退出リン
クを矢印で表示する。矢印には大文字のPi(i=1,2,
…)を付したものと小文字pik(k=1,2,…)を付した
ものとの2種類があるが、大文字のPiは主要交差点に対
応する特定のリンクを示し、小文字はpikはこれ以外の
交差点に対応するリンクを示すものとする。
FIG. 1 is a road map for explaining the optimum route determination procedure. An exit link at each intersection of the mesh-shaped road R is displayed by an arrow. Capital letters Pi (i = 1,2,
There are two types, those with ...) and those with lower case pik (k = 1,2, ...), but the upper case Pi indicates a specific link corresponding to the main intersection, and the lower case is this The links corresponding to the intersections other than the above shall be shown.

初期設定手順は、以下の通りである。すなわち、画面
に入力した条件に合致する出発地点Pを含む道路地図が
表示されると、運転者は、道路地図を必要によりスクロ
ールさせて目的地点を捜し、目的地点Qの表示位置にタ
ッチする。タッチされた位置は、初期設定部6に入力さ
れる。また、初期設定部6は、ロケータ11から出力され
る車両の現在位置Pを記憶しておく(初期設定部6、ロ
ケータ11が出発地設定手段として機能する)。
The initial setting procedure is as follows. That is, when the road map including the departure point P that matches the conditions input on the screen is displayed, the driver scrolls the road map as needed to search for the destination point and touches the display position of the destination point Q. The touched position is input to the initial setting unit 6. Further, the initial setting unit 6 stores the current position P of the vehicle output from the locator 11 (the initial setting unit 6 and the locator 11 function as a departure place setting means).

処理部7は、出発地点Pから目的地点をQまでの最適
経路を求める場合、初期設定部6からの情報に基づいて
出発地点Pに最も近い特定のリンク(図の場合リンクP
1)と、目的地点Qに対応するリンクp42を決定する。こ
の決定は運転者の操作によらず自動的になされることは
もちろんである(処理部7が特定地点決定手段として機
能する)。
When obtaining the optimum route from the departure point P to the destination point Q, the processing unit 7 determines a specific link closest to the departure point P (link P in the figure) based on the information from the initial setting unit 6.
1) and the link p42 corresponding to the destination point Q are determined. It goes without saying that this determination is automatically made without the driver's operation (the processing unit 7 functions as the specific point determining means).

上記のようにして、初期設定入力がなされた後、処理
部7の出発地点の表示地図に戻すとともに、経路メモリ
3Bの検索を行う。
After the initial settings are input as described above, the display map of the departure point of the processing unit 7 is returned and the route memory is displayed.
Search for 3B.

経路メモリ3Bには目的地リンクp42に対応して各特定
のリンクPi(i=1,2,…)から始まる初期経路を構成す
るリンク列がテーブルとして記憶されている。経路テー
ブルの例を第1表に示す。
The route memory 3B stores, as a table, a link string constituting an initial route starting from each specific link Pi (i = 1, 2, ...) Corresponding to the destination link p42. Table 1 shows an example of the route table.

処理部7は、まず、メモリドライブ4を通して経路メ
モリ3Bにアクセスし、出発地リンクP1に対応する初期経
路のリンク列P1,p11,p12,p13を読み出す。その結果、出
発地リンクP1を出発地とする初期経路P1→p11→p12→p1
3を取得することができる。この経路は、すぐ表示器1
に表示してもよく、後に説明するように全経路が求まっ
てからまとめて表示してもよい。
The processing unit 7 first accesses the route memory 3B through the memory drive 4 and reads the link strings P1, p11, p12, p13 of the initial route corresponding to the departure point link P1. As a result, the initial route P1 → p11 → p12 → p1 with the starting point link P1 as the starting point
You can get 3. This route is immediately display 1
May be displayed on the screen, or may be displayed collectively after all routes are obtained as described later.

次に、車両が特定のリンクP2に到達するまでに(例え
ば交差点の信号待ち時間を利用してもよいし、出発前の
時間を利用してもよい)、処理部7は経路メモリ3Bにア
クセスし、特定のリンクP2に対応する初期経路のリンク
列P2,p21,p22を読み出す。その結果、特定のリンクP2を
出発地とする初期経路P2→p21→p22を取得することがで
きる。この経路も、すぐ表示器1に表示してもよく、全
経路とともに一挙に表示してもよい。
Next, the processing unit 7 accesses the route memory 3B until the vehicle reaches the specific link P2 (for example, the signal waiting time at the intersection may be used or the time before departure may be used). Then, the link strings P2, p21, p22 of the initial route corresponding to the specific link P2 are read. As a result, it is possible to acquire the initial route P2 → p21 → p22 with the specific link P2 as the departure point. This route may be displayed on the display device 1 immediately or may be displayed together with all the routes.

以下、同様にして特定のリンクP3を出発地とする初期
経路のリンク列P3,p31,p32,p33を読出し経路P3→p31→p
32→p33を取得し表示し、最後には、特定のリンクP4を
出発地とし目的地リンクp42までの経路経路のリンク列P
4,p41,p42を読出し経路P4→p41→p42を取得し表示する
ことができる。
In the same manner, read the link sequence P3, p31, p32, p33 of the initial route with the specific link P3 as the starting point from the route P3 → p31 → p
32 → p33 is acquired and displayed, and finally, the link sequence P of the route from the specific link P4 to the destination link p42
4, p41, p42 can be read out and the path P4 → p41 → p42 can be acquired and displayed.

以上のように特定のリンクP1から目的地リンクp42ま
でのすべての経路データを経て表示することができる。
As described above, all route data from the specific link P1 to the destination link p42 can be displayed.

なお、上記の場合において、車両の最初の位置Pから
最初の特定のリンクP1までの経路は、経路テーブルに入
っていないので、ただちに運転者に示すことは出来ない
が、通常短い距離なので従来どおりの方法で経路計算す
れば比較的短時間で最適経路を得ることができるので問
題ない。近くなので運転者が迷うおそれがなければ、経
路計算をしないで特定のリンクP1を示すだけでよいかも
しれない。
In the above case, the route from the first position P of the vehicle to the first specific link P1 cannot be shown to the driver immediately because it is not included in the route table. There is no problem if the route is calculated by the above method, since the optimum route can be obtained in a relatively short time. If the driver is not at a loss because it is near, it may be enough to show the specific link P1 without calculating the route.

また、目的地点および出発地点間の距離が短い場合
は、経路テーブルに、上記初期経路を記憶させず、直接
経路計算等をすることとしてもよい。目的地点および出
発地点間の距離が短い場合まで経路メモリに記憶してい
るとメモリの容量が増大するし、近い距離ならば経路計
算時間はさほど長くならないからである。
Further, when the distance between the destination point and the departure point is short, the initial route may not be stored in the route table and direct route calculation or the like may be performed. This is because if the distance is stored in the route memory until the distance between the destination point and the departure point is short, the memory capacity increases, and if the distance is short, the route calculation time does not become so long.

第4図は車両を最適経路に沿って誘導する経路誘導フ
ローを示す図である。ステップS1において、道路地図メ
モリ3Aから車両の現在位置を中心とした表示すべき領域
内の表示地図を得、ステップS2において、上記表示地図
を所定の拡大率に従いフレームメモリの上に描画する。
そして、ステップS3において経路メモリ3Bから前述した
ような手順で初期経路のデータを取得する。
FIG. 4 is a diagram showing a route guidance flow for guiding the vehicle along the optimum route. In step S1, a display map in an area to be displayed centering on the current position of the vehicle is obtained from the road map memory 3A, and in step S2, the display map is drawn on the frame memory according to a predetermined magnification.
Then, in step S3, the data of the initial route is acquired from the route memory 3B by the procedure described above.

ステップS4では、表示すべき初期経路が取得されたか
どうか調べ、初期経路が取得されていないとき(このよ
うなことは前述したように目的地点および出発地点間の
距離が短く経路テーブルに初期経路が記憶されていない
時に起こる。)には、ステップS7に進み、車両の現在位
置マークのみをフレームメモリの上に描画し、ステップ
S8においてフレームメモリの内容をディスプレイに表示
する。この時、通常どおり経路計算を行って算出された
経路を表示するようにしてもよい。
In step S4, it is checked whether or not the initial route to be displayed is acquired, and when the initial route is not acquired (this is because the distance between the destination point and the departure point is short as described above, the initial route is not displayed in the route table). If it is not stored.), Proceed to step S7, draw only the current position mark of the vehicle on the frame memory, and
In S8, the contents of the frame memory are displayed on the display. At this time, the route may be calculated as usual and the calculated route may be displayed.

ステップS4で、表示すべき初期経路が求まっていれ
ば、ステップS5において現在描画されている道路表示用
地図の上に、初期経路をリンク列で描画する。そしてス
テップS6において、方向ベクトルを用いて、初期経路を
道路沿いに表示させる。
If the initial route to be displayed is found in step S4, the initial route is drawn as a link string on the road display map currently drawn in step S5. Then, in step S6, the initial route is displayed along the road using the direction vector.

以上のようにして、道路地図データに主要交差点、レ
ザー施設、駅、駐車場、高速道路のオンオフランプエリ
ア、サービスエリア、ビーコンなどに対応して設けられ
た特定地点を表わすリンクをそれぞれ出発地として、各
目的地リンクごとに、当該目的地までの最適経路をあら
かじめ計算し、その最適経路の全部ではなく一部である
初期経路のみをCDROM、ICカード、DATあるいはカセット
テープなどの経路メモリ3Bに記憶しておくことにより、
運転者が目的地を入力して走行すれば車両が特定地点の
いずれかを通過してから後は、この経路テーブルを利用
して即座に最適経路上の初期経路を検索して表示するこ
とができる。そして、当該初期経路を完走するまでに、
次の特定地点を始点とする初期経路を検索して表示し、
以下、同様の措置を繰返して、最終の目的地点までの最
適経路を画面に表示することができる。
As described above, links that represent specific points provided corresponding to major intersections, leather facilities, stations, parking lots, on / off ramp areas of highways, service areas, beacons, etc. in the road map data are used as departure points. , For each destination link, the optimum route to the destination is calculated in advance, and only the initial route, which is a part of the optimum route, is not stored in the route memory 3B such as CDROM, IC card, DAT or cassette tape. By remembering
If the driver inputs a destination and travels, the vehicle can pass through any of the specified points and then immediately search and display the initial route on the optimal route using this route table. it can. Then, by the time you complete the initial route,
Search and display the initial route starting from the next specific point,
After that, the same measures can be repeated to display the optimum route to the final destination on the screen.

以上実施例に基づいて本発明を説明してきたが、本発
明はこれに限定されるものではない。例えば、上記実施
例では、地点を特定するのに、退出リンクを用いていた
が、退出リンクではなく進入リンクを用いてもよい。ま
たノードを用いてもよい。
Although the present invention has been described based on the embodiments, the present invention is not limited thereto. For example, in the above-described embodiment, the exit link is used to specify the point, but the entry link may be used instead of the exit link. Also, a node may be used.

また、道路地図データは大小全ての道路に関するリン
クまたはノードで構成されているとしていたが、リンク
数、ノード数が多くて経路メモリ3Bの容量が不足すると
いうことになれば主要幹線道路だけのリンク、ノードで
構成してもよい。
Also, the road map data consisted of links or nodes related to all large and small roads, but if the number of links and the number of nodes are large and the capacity of the route memory 3B is insufficient, links for only major highways are , Nodes.

その他本発明の要旨を変更しない範囲内において、種
々の設計変更を施すことが可能である。
Various other design changes can be made without departing from the scope of the present invention.

<発明の効果> 以上のように、本発明の請求項1の最適経路決定装置
によれば、各特定の地点から、各目的地点に至る最適経
路をそれぞれあらかじめ計算し、その最適経路のうちの
最初の一部を初期経路として、各特定の地点および各目
的地点に対応して経路テーブルに記憶させているので、
運転者の目的地の設定に応じて、この初期経路を経路テ
ーブルから検索して運転者に示すことができる。そし
て、その後、上記初期経路の終点である特定の地点を始
点とする、次の初期経路も同様の手順で経路テーブルか
ら検索することができるので、結局、何ら計算を要する
ことなく短時間で、最終目的地までの最適経路を決定し
て、運転者に示すことができる。
<Effects of the Invention> As described above, according to the optimum route determination device of claim 1 of the present invention, the optimum route from each specific point to each destination point is calculated in advance, and the optimum route is calculated. Since the first part is stored as the initial route in the route table corresponding to each specific point and each destination point,
This initial route can be retrieved from the route table and shown to the driver according to the driver's setting of the destination. Then, after that, since the specific point which is the end point of the initial route is set as the starting point, the next initial route can be searched from the route table by the same procedure, so that, in the end, a short time without any calculation, The optimal route to the final destination can be determined and shown to the driver.

また、請求項2の最適経路決定装置であっても、各出
発地点から、各特定の地点に至る最適経路をそれぞれあ
らかじめ計算し、その最適経路のうちの最後の一部を終
期経路として、各特定の地点および各出発地点に対応し
て経路テーブルに記憶させているので、運転者の目的地
等の設定に応じて、この終期経路を経路テーブルから検
索して運転者に示すことができる。そして、その後、上
記終期経路の始点である特定の地点を終点とする、次の
終期経路も同様の手順で経路テーブルから検索すること
ができるので、結局、何ら計算を要することなく短時間
で、最初の出発地からの最適経路を決定して、運転者に
示すことができる。
Even in the optimum route determination device of claim 2, the optimum route from each departure point to each specific point is calculated in advance, and the last part of the optimum route is set as the final route. Since it is stored in the route table corresponding to a specific point and each starting point, the final route can be retrieved from the route table and shown to the driver according to the setting of the driver's destination or the like. Then, after that, the end point is a specific point that is the start point of the final route, and the next final route can also be searched from the route table by the same procedure, so in the end, without any calculation, in a short time, The optimal route from the initial departure point can be determined and shown to the driver.

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

第1図は経路取得手順を説明するための道路地図、 第2図は十字路における退出リンク、進入リンクの例を
示す図、 第3図は本発明の最適経路決定装置を実施するための経
路誘導装置を示すブロック図、 第4図は車両誘導フローを示す図である。 P……出発地点、Q……目的地点、 P1……出発地リンク、p42……目的地リンク、 3A……道路地図メモリ、3B……経路メモリ、 6……初期設定部、 7……処理部(最適経路取得手段)
FIG. 1 is a road map for explaining a route acquisition procedure, FIG. 2 is a diagram showing examples of exit links and approach links at a crossroads, and FIG. 3 is route guidance for implementing an optimum route determination device of the present invention. FIG. 4 is a block diagram showing the device, and FIG. 4 is a diagram showing a vehicle guidance flow. P ... Departure point, Q ... Destination point, P1 ... Departure point link, p42 ... Destination link, 3A ... Road map memory, 3B ... Route memory, 6 ... Initial setting section, 7 ... Processing Department (optimum route acquisition means)

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 平2−56591(JP,A) 特開 昭62−91811(JP,A) 特開 昭59−105113(JP,A) 特開 平4−204881(JP,A) ─────────────────────────────────────────────────── ─── Continuation of the front page (56) Reference JP-A-2-56591 (JP, A) JP-A-62-91811 (JP, A) JP-A-59-105113 (JP, A) JP-A-4- 204881 (JP, A)

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】運転者による目的地点などの設定に応じ
て、出発地点から目的地点に至る最適経路を決定する最
適経路決定装置において、 道路地図において、一定の基準に基づいて選定された複
数の特定の地点を出発地として各目的地点に至る最適経
路をあらかじめ計算しておき、上記出発地となる特定の
地点から、この最適経路が通る少なくとも次の特定の地
点に至るまでの初期経路に関する情報を、当該目的地点
および当該出発地となる特定の地点に対応させて記憶し
た経路テーブルと、 目的地点を設定する目的地設定手段と、 車両の現在位置に近い特定の地点および経路に沿った特
定の地点を決定する特定地点決定手段と、 上記目的地設定手段による目的地点の設定および上記特
定地点決定手段による車両の現在位置に近い特定の地点
の決定に応じて経路テーブルを検索し、初期経路に関す
る情報を取得するとともに、上記特定地点決定手段によ
るこの初期経路に沿った特定の地点の決定に応じて目的
地点を同じくする経路テーブルを検索して、次の初期経
路に関する情報を次々と取得していき、取得された経路
を繋ぎ合わせることにより最適経路を得る最適経路取得
手段とを含むことを特徴とする最適経路決定装置。
1. An optimum route determining apparatus for determining an optimum route from a starting point to a destination point according to a setting of a destination point by a driver, wherein a plurality of routes selected on a road map based on a certain standard are selected. Information about the initial route from a specific point that is the above-mentioned departure point to at least the next specific point through which this optimum route passes, by pre-calculating the optimum route from the specific point as the departure point to each destination point , A route table that stores the destination points and the specific points that are the departure points, destination setting means that sets the destination points, and specific points and routes that are close to the current position of the vehicle. Specific point determining means for determining the point, and a specific point close to the current position of the vehicle by the specific point setting means for setting the destination point and the specific point determining means. The route table is searched according to the determination of No. 1, and the information about the initial route is acquired, and the route table having the same destination is also searched according to the determination of the specific point along the initial route by the specific point determination unit. The optimum route determination device further includes an optimum route acquisition unit that acquires the information about the next initial route one after another, and obtains the optimum route by connecting the acquired routes.
【請求項2】運転者による目的地点などの設定に応じ
て、出発地点から目的地点に至る最適経路を決定する最
適経路決定装置において、 道路地図において、一定の基準に基づいて選定された複
数の特定の地点を目的地として各出発地点からの最適経
路をあらかじめ計算しておき、上記目的地となる特定の
地点と、この最適経路が通る少なくとも次の特定の地点
との間の終期経路に関する情報を、当該出発地点および
当該目的地となる特定の地点に対応させて記憶した経路
テーブルと、 出発地点を設定する出発地設定手段と、 旅行の目的地に近い特定の地点および経路に沿った特定
の地点を決定する特定地点決定手段と、 上記出発地設定手段による出発地点の設定および上記特
定地点決定手段による旅行の目的地に近い特定の地点の
決定に応じて経路テーブルを検索し、終期経路に関する
情報を取得するとともに、上記特定地点決定手段による
この終期経路に沿った特定の地点の決定に応じて出発地
点を同じくする経路テーブルを検索して、次の終期経路
に関する情報を次々と取得していき、取得された経路を
繋ぎ合わせることにより最適経路を得る最適経路取得手
段とを含むことを特徴とする最適経路決定装置。
2. An optimum route determining apparatus for determining an optimum route from a starting point to a destination point according to the setting of a destination point by a driver, wherein a plurality of routes selected on a road map based on a certain standard are selected. Information about the final route between the specific point that is the destination and at least the next specific point through which this optimum route passes, with the optimum route from each departure point calculated in advance with the specific point as the destination The route table that stores the corresponding points of departure and destinations, the destination setting means for setting the departure point, and the location along a specific route and route near the travel destination. The specific point determining means for determining the point of the, and the setting of the starting point by the starting point setting means and the determination of the specific point near the destination of the trip by the specific point determining means. Then, the route table is searched to obtain the information about the final route, and the route table having the same departure point is searched according to the determination of the specific point along the final route by the specific point determination means, An optimum route determination device including: an optimum route acquisition unit that acquires information about the final route one after another and obtains the optimum route by connecting the acquired routes.
【請求項3】道路地図データがノードとリンクとの組み
合わせからなるものであり、道路地図上の地点をノード
またはリンクにより特定することを特徴とする請求項1
または2記載の最適経路決定装置。
3. The road map data is composed of a combination of a node and a link, and a point on the road map is specified by the node or the link.
Alternatively, the optimum route determination device described in 2.
【請求項4】上記経路テーブルは、目的地点、出発地点
となる特定の地点間の距離が一定の基準地よりも長い場
合にのみ、上記初期経路または終期経路に関する情報を
記憶していることを特徴とする請求項1または2記載の
最適経路決定装置。
4. The route table stores information about the initial route or the final route only when a distance between a specific point serving as a destination point and a starting point is longer than a certain reference point. 3. The optimum route determination device according to claim 1, which is characterized in that.
【請求項5】上記経路テーブルの特定の地点は、道路地
図の主要地点から選ばれたものである請求項1または2
記載の最適経路決定装置。
5. The specific point on the route table is selected from the main points on the road map.
The optimal route determination device described.
JP2305017A 1990-11-09 1990-11-09 Optimal route determination device Expired - Fee Related JPH087527B2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP2305017A JPH087527B2 (en) 1990-11-09 1990-11-09 Optimal route determination device
EP91310108A EP0485120B1 (en) 1990-11-09 1991-11-01 Optimum route determination apparatus
DE69129892T DE69129892T2 (en) 1990-11-09 1991-11-01 Device for an inexpensive route selection
US08/250,105 US5486822A (en) 1990-11-09 1994-05-26 Optimum route determination

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2305017A JPH087527B2 (en) 1990-11-09 1990-11-09 Optimal route determination device

Publications (2)

Publication Number Publication Date
JPH04177287A JPH04177287A (en) 1992-06-24
JPH087527B2 true JPH087527B2 (en) 1996-01-29

Family

ID=17940091

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2305017A Expired - Fee Related JPH087527B2 (en) 1990-11-09 1990-11-09 Optimal route determination device

Country Status (1)

Country Link
JP (1) JPH087527B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0816802A2 (en) 1996-06-27 1998-01-07 Mitsubishi Denki Kabushiki Kaisha Navigation system

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112347313A (en) * 2020-11-10 2021-02-09 中国科学院、水利部成都山地灾害与环境研究所 A method of location dominance path analysis based on big data
CN119659637B (en) * 2025-02-21 2025-07-11 天津易天数字化服务有限公司 Driver abnormal behavior detection method, electronic equipment and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS59105113A (en) * 1982-12-08 1984-06-18 Agency Of Ind Science & Technol Automatic guiding method of vehicle
JPS6291811A (en) * 1985-10-17 1987-04-27 Niles Parts Co Ltd Navigator for vehicle
JP2653847B2 (en) * 1988-08-22 1997-09-17 アイシン・エィ・ダブリュ株式会社 Navigation apparatus and route search method thereof

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0816802A2 (en) 1996-06-27 1998-01-07 Mitsubishi Denki Kabushiki Kaisha Navigation system

Also Published As

Publication number Publication date
JPH04177287A (en) 1992-06-24

Similar Documents

Publication Publication Date Title
EP0485120B1 (en) Optimum route determination apparatus
US7398155B2 (en) Car navigation system
JP3412164B2 (en) Route display device
JP3418080B2 (en) Map matching method for car navigation system
JPH0553501A (en) Optimal route determination method using route table
JP3502230B2 (en) Navigation device
JPH087527B2 (en) Optimal route determination device
JP3429923B2 (en) Car navigation system
JP3039226B2 (en) Route calculation method and device
JP2601943B2 (en) Optimal route calculation device
JPH09113297A (en) Route calculation method and navigation device using this method
JPH07272194A (en) Navigation device with return route calculation function
JPH0612594A (en) Navigation device with route calculation function
JP3022042B2 (en) Route search device
JPH0736381A (en) Route calculation method
JPH0567295A (en) Selecting and displaying method of road information obtained from beacon
JP3406449B2 (en) In-vehicle navigation device and guidance route search method
JP2905491B2 (en) Navigation device
JPH1183520A (en) Travel route guidance device for vehicles
JP2916295B2 (en) In-vehicle navigator
JPH07104175B2 (en) Optimal route determination device
JP2000292188A (en) Route calculation device
JP3283148B2 (en) Car navigation system
JPH0580698A (en) Optimum route guiding method
JPH11201768A (en) Route calculation device

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees