JPH05134601A - Route searching device for vehicle - Google Patents

Route searching device for vehicle

Info

Publication number
JPH05134601A
JPH05134601A JP29344991A JP29344991A JPH05134601A JP H05134601 A JPH05134601 A JP H05134601A JP 29344991 A JP29344991 A JP 29344991A JP 29344991 A JP29344991 A JP 29344991A JP H05134601 A JPH05134601 A JP H05134601A
Authority
JP
Japan
Prior art keywords
intersection
data
road
hierarchy
intersections
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
Application number
JP29344991A
Other languages
Japanese (ja)
Inventor
Masaharu Hirota
正治 広田
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.)
Toyota Motor Corp
Original Assignee
Toyota Motor Corp
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 Toyota Motor Corp filed Critical Toyota Motor Corp
Priority to JP29344991A priority Critical patent/JPH05134601A/en
Publication of JPH05134601A publication Critical patent/JPH05134601A/en
Pending legal-status Critical Current

Links

Landscapes

  • Instructional Devices (AREA)
  • Navigation (AREA)
  • Traffic Control Systems (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PURPOSE:To attain smooth transition between hierarchies in a multi-hierarchy route search. CONSTITUTION:A route searching part 14 executes a route search to the destination inputted from an input part 10 by utilizing data of a road network data storage part. At the time of data expansion from each intersection, in the case both intersections of a superordinate hierarchy and a subordinate hierarchy are connected with regard to the same connecting road, the data is expanded to the intersection of the superordinate hierarchy, and in the case of a road to which only the intersection of the subordinate hierarchy is connected, the data is expanded to the intersection of the subordinate hierarchy only in the case the original intersection is not one which connects the superordinate hierarchy and the subordinate hierarchy. Accordingly, the transition to the road of the superordinate hierarchy is executed automatically and a route search can be executed.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、目的地までの走行経路
を探索する車両用経路探索装置、特に道路の種類に応じ
た探索を効率的に行うものに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a vehicle route searching device for searching a travel route to a destination, and more particularly to a device for efficiently searching according to the type of road.

【0002】[0002]

【従来の技術】従来より、各種のナビゲーション装置が
知られており、通常の乗用車においてもこれが搭載され
るようになってきている。このナビゲーション装置は、
その内部に道路地図についてのデータを記憶しており、
運転者が目的地を入力した場合に、現在位置から目的地
までの経路を探索する機能を有しているものがある。そ
して、このような機能を利用することにより、初めての
目的地へのドライブであっても、その経路を簡単に知る
ことができ、適切な道路選択を行うことができる。
2. Description of the Related Art Conventionally, various types of navigation devices have been known, and these are now being installed in ordinary passenger cars. This navigation device
It stores data about road maps inside,
Some drivers have a function of searching a route from the current position to the destination when the driver inputs the destination. By using such a function, even when driving to the destination for the first time, the route can be easily known and an appropriate road can be selected.

【0003】ここで、現在地から目的地までの最適経路
を探索する手法は、従来より各種提案されているが、道
路網を階層化して記憶し、探索の高速化を図るものが提
案されている。すなわち、特開平1−250200号公
報には、道路網を複数段階の階層データに分離して記憶
している。例えば、2段階の階層データであれば、下位
階層には、全道路網についてのデータが格納され、さら
に上位階層との連結交差点情報が記憶されている。一
方、上位階層には、幹線道路網についてのデータのみが
格納されている。そして、探索は、ダイキストラ法で行
い、出発点及び目的点の近くにおいて、下位階層の道路
網を用い、それ以外は上位階層の道路網を用いることに
より探索を行っている。これによれば、上位階層のデー
タを用いた探索により、考慮すべき交差点や道路数が減
り、探索を高速化することができる。また、この従来技
術においては、階層間の移行のアルゴリズムとして、最
近傍の階層接続点まで下位階層のデータにより探索を行
い、その点より上位階層のデータによる探索に移行する
というものが採用されている。
Heretofore, various methods for searching for the optimum route from the present location to the destination have been proposed in the past, but a method for accelerating the search by hierarchizing and storing the road network has been proposed. .. That is, in Japanese Unexamined Patent Publication No. 1-250200, the road network is divided into a plurality of stages of hierarchical data and stored. For example, in the case of two-level hierarchical data, the data about the entire road network is stored in the lower layer, and the connecting intersection information with the upper layer is also stored. On the other hand, in the upper layer, only data about the highway network is stored. The search is performed by the Dijkstra method, and the road network of the lower hierarchy is used near the starting point and the destination point, and the road network of the higher hierarchy is used for the other search. According to this, the number of intersections and the number of roads to be considered are reduced by the search using the data of the upper layer, and the search can be speeded up. Further, in this conventional technology, as an algorithm for transition between layers, a search is performed by the data of the lower layer up to the nearest layer connection point, and the search is shifted to the data of the upper layer from that point. There is.

【0004】[0004]

【発明が解決しようとする課題】このように、道路デー
タを階層化することにより、探索の高速化を図ることが
できる。しかし、階層接続点の探索を出発点(または目
的点)から最も短い接続距離の階層接続点とした時、出
発点の最近傍の階層接続点が目的点とは逆の方向にあっ
た場合に、Uターン経路や大廻り線路が得られてしまう
場合があるという問題点があった。すなわち、このよう
にして得られた階層接続点を選択することにより、一旦
目的点とは逆の方向に移動し、その後上位階層の道路に
移行する経路が選択されることになる。
Thus, by hierarchizing the road data, it is possible to speed up the search. However, if the search for a hierarchical connection point is made the hierarchical connection point with the shortest connection distance from the starting point (or destination point), and the hierarchical connection point closest to the starting point is in the opposite direction to the destination point. However, there is a problem that a U-turn route or a large-around line may be obtained. That is, by selecting the hierarchical connection point obtained in this way, a route that moves once in the opposite direction to the destination point and then moves to the road of the upper hierarchical level is selected.

【0005】また、特開平2−56591号公報によれ
ば、階層間の移行のアルゴリズムとして、探索している
ブロック内のデータベースの階層接続点全部を探索し、
最適な階層接続点を得る方法が採用されている。しかし
ながら、この方法によれば、下位階層のテーブル内のほ
とんどの点を階層接続点を得るために探索することにな
り、この処理に時間を要し、高速化が図れなくなってし
まうという問題点があった。
Further, according to Japanese Patent Laid-Open No. 2-56591, as an algorithm for transition between layers, all hierarchical connection points of the database in the block being searched are searched,
The method of obtaining the optimum hierarchical connection point is adopted. However, according to this method, most of the points in the table of the lower hierarchy are searched for in order to obtain the hierarchy connection point, and this processing takes time, and there is a problem that speedup cannot be achieved. there were.

【0006】本発明は、上記問題点を解決することを課
題としてなされたものであり、階層間の移行をスムーズ
に行い、適切な経路をより速く求めることができる経路
探索装置を提供することを目的とする。
The present invention has been made to solve the above problems, and it is an object of the present invention to provide a route search device capable of smoothly moving between layers and finding an appropriate route more quickly. To aim.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するため
に、本発明は、各交差点毎に対し道路を介し接続されて
いる交差点データを有し、この交差点データに基づい
て、順次接続される交差点を選択してデータを展開し、
出発地から目的地までの経路を探索する車両用経路探索
装置において、前記交差点データは、その交差点に対し
道路を介し接続されている上位階層の交差点および下位
階層の交差点の両方のデータと、その交差点が上下階層
を接続するものか否かを示すデータと、を含み、各交差
点からのデータの展開の際には、同一の接続道路につい
て、上位階層および下位階層の両方の交差点が接続され
ている場合には、上位階層の交差点にデータを展開し、
下位階層の交差点のみが接続される道路の場合は、基と
なる交差点が上下階層を接続するものか否かを判定し、
接続するものでない場合にのみ、下位階層の交差点にデ
ータを展開し、経路探索を行うことを特徴とする。
In order to achieve the above-mentioned object, the present invention has intersection data connected to each intersection via a road, and is sequentially connected based on this intersection data. Select the intersection and expand the data,
In a vehicle route search device that searches for a route from a departure point to a destination, the intersection data is data of both an intersection of an upper hierarchy and an intersection of a lower hierarchy connected to the intersection via a road, and Data that indicates whether the intersection connects upper and lower floors, and when the data from each intersection is expanded, both upper and lower intersections are connected for the same connecting road. If there is, expand the data at the intersection of the upper hierarchy,
For roads that connect only lower-level intersections, determine whether the underlying intersection connects upper and lower levels,
The feature is that the route search is performed by expanding the data at the intersection of the lower hierarchy only when the connection is not made.

【0008】[0008]

【作用】本発明に係る車両用経路探索装置は、上述のよ
うな構成を有しており、各交差点からのデータ展開の際
には、同一の接続道路について、上位階層及び下位階層
の両方の交差点が接続されている場合は上位階層の交差
点についてデータを展開し、下位階層の交差点のみが接
続される道路の場合は展開元の交差点が上下階層を接続
する交差点か否かを判定し、下位階層のみの交差点であ
った場合には、下位階層の交差点にデータを展開し、一
方上下階層を接続する交差点であった場合には、その下
位階層の交差点に対しては、データを展開しない。この
ような動作によって、上位階層及び下位階層のデータを
同一のファイルとして持っていた場合にも、下位階層か
ら上位階層に自動的に移行してデータ展開が行え、上位
階層の道路を優先して経路探索を行うことができる。
The vehicle route search device according to the present invention has the above-mentioned configuration, and when the data is developed from each intersection, the same connecting road can be used for both the upper layer and the lower layer. If the intersection is connected, the data is expanded for the upper-level intersection, and if the road is connected only to the lower-level intersection, it is determined whether the original intersection is an intersection connecting the upper and lower levels. If the intersection is a hierarchy only, the data is expanded to the intersection of the lower hierarchy. On the other hand, if the intersection connects the upper and lower hierarchies, the data is not expanded to the intersection of the lower hierarchy. By such an operation, even when the data of the upper layer and the lower layer are stored in the same file, the data can be expanded by automatically shifting from the lower layer to the upper layer, and the road of the upper layer is given priority. A route search can be performed.

【0009】[0009]

【実施例】以下、本発明の実施例について図面に基づい
て説明する。図1は、本発明の概略構成を示すブロック
図であり、各種データの入力を行う入力部10と、道路
網についてのデータを記憶する道路網データ記憶部12
と、実際の経路探索の処理を行う経路探索部14と、結
果の表示や入力のガイドを行う表示部16からなってい
る。そして、入力部10は、カラー液晶ディスプレイな
どからなる表示部16上に設けられたタッチパネルや、
複数のプッシュボタンなどによって構成され、道路網デ
ータ記憶部12は、CDROMなどによって構成され
る。また、経路探索部14は、通常のCPUおよびRA
Mなどによって構成される。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a schematic configuration of the present invention. An input unit 10 for inputting various data and a road network data storage unit 12 for storing data about a road network.
And a route search unit 14 that performs actual route search processing, and a display unit 16 that displays results and guides input. The input unit 10 includes a touch panel provided on the display unit 16 including a color liquid crystal display,
It is composed of a plurality of push buttons and the like, and the road network data storage unit 12 is composed of a CDROM and the like. In addition, the route search unit 14 uses a normal CPU and RA.
It is composed of M and the like.

【0010】このような装置における動作を図2のフロ
ーチャートに基づき説明する。まず、経路探索を開始す
るモードとなった場合には、検索開始点及び目的点を選
定する(S101)。この検索開始点は、通常現在地に
最も近い交差点を経路探索部14が自動的に選択する
が、運転者が入力してもよい。また、目的点の選定は、
入力部10の操作により、表示部16に表示された地図
上において行う。なお、現在位置の認識は、GPS(グ
ローバルポジショニングシステム)や推測航法などによ
る。
The operation of such an apparatus will be described with reference to the flowchart of FIG. First, when the mode for starting the route search is set, a search start point and a destination point are selected (S101). As the search start point, the route search unit 14 usually automatically selects the intersection closest to the current location, but the driver may also input it. Also, the selection of the target point is
The operation is performed on the map displayed on the display unit 16 by operating the input unit 10. The current position is recognized by GPS (Global Positioning System) or dead reckoning.

【0011】次に、実際の探索動作を行うわけである
が、本実施例においては、ニコルソン法のアルゴリズム
による経路探索による。このため、次のステップとし
て、次に展開するノードの選定を行う(S102)。こ
れは、ニコルソン法のアルゴリズムによれば、開始点側
から目的点側に順次展開していくのではなく、開始点と
目的点の両方からデータを展開していく。そして、経路
探索は、1つの交差点から、ここに接続されている全て
の交差点について、そこに至るまでのコストを加算し、
次の交差点のラベルとする。そこで、この次に展開する
ノード(交差点)の選定とは、開始点側の最小ラベルの
ノードと目的点側の最小ラベルのノードを比較し、その
小さい方を次の展開ノードとして選択することを意味す
る。これによって、開始点側と目的点側の両方から展開
が行われる。
Next, an actual search operation is performed. In the present embodiment, the route search is performed by the Nicholson algorithm. Therefore, as the next step, the node to be expanded next is selected (S102). According to the Nicholson method algorithm, the data is developed not only from the starting point side to the destination point side but from both the starting point and the destination point. Then, the route search adds costs from one intersection to all the intersections connected here,
Label the next intersection. Therefore, the selection of the node (intersection) to be expanded next is to compare the node with the minimum label on the start point side with the node with the minimum label on the destination point side and select the smaller one as the next expansion node. means. As a result, expansion is performed from both the start point side and the destination point side.

【0012】次に、展開するノードの接続ノードについ
てのラベルを更新する(S103)。これによって選定
されたノードについてこれに接続されている全てのノー
ドのラベルの更新が行われる。なお、このラベルの更新
は今までのラベルより新しいラベルの方が小さいときだ
け行う。従って、Uターンし、既に探索されたノードに
対しラベルの更新が行われることはない。
Next, the label for the connection node of the expanded node is updated (S103). As a result, the labels of all the nodes connected to the selected node are updated. Note that this label is updated only when the new label is smaller than the existing label. Therefore, no U-turn is made and the label is not updated for the already searched node.

【0013】そして、最短経路が得られたか否かを判定
し(S104)、得られなかった場合にはS102に戻
り、最短経路が得られるまでこれを繰り返す。なお、最
短経路が得られたか否かの判定は、開始点側ラベル最小
値+目的点側ラベル最小値の値が形成されている経路中
の最短経路の距離以上になったことにより判定する。ま
た、このような探索の手法は、従来より各種知られてお
り、ニコルソン法に限らず、適宜選択することができ
る。
Then, it is determined whether or not the shortest route has been obtained (S104), and if it has not been obtained, the process returns to S102 and is repeated until the shortest route is obtained. The determination as to whether or not the shortest route has been obtained is made based on the fact that the minimum label value on the start point side + the minimum label value on the destination point side is equal to or greater than the distance of the shortest route in the formed routes. Various search methods have been known in the past, and the search method is not limited to the Nicholson method and can be appropriately selected.

【0014】道路網データの構成 次に、本実施例における道路網データ記憶部12におけ
るデータの構成について図3及び図4に基づいて説明す
る。図3は、道路網の例を説明するものであり、この例
では上位階層(高速道路、国道などの幹線からなる幹線
網)と、下位階層(全ての道路からなる道路網)の2つ
の階層から構成され、全ての道路、交差点がこの階層別
に記憶される。すなわち、図3における交差点3、4、
9、12は上位階層と下位階層の両方の交差点であり、
図において太線で示したものが上位階層の道路である。
そして、交差点1、2、11は、下位階層の道路にのみ
接続される下位階層の交差点である。また、交差点5、
6、7、8、10は、上位階層の道路にも接続される
が、下位階層の交差点である。なお、道路に沿って示し
た数字は、交差点間の道路の距離を表している。
Structure of Road Network Data Next, the structure of data in the road network data storage unit 12 in this embodiment will be described with reference to FIGS. 3 and 4. FIG. 3 illustrates an example of a road network. In this example, there are two hierarchies: a higher hierarchy (a trunk network composed of trunks such as highways and national roads) and a lower hierarchy (a road network composed of all roads). All roads and intersections are stored according to this hierarchy. That is, the intersections 3, 4 in FIG.
9 and 12 are intersections of both upper and lower layers,
The thick lines in the figure represent roads in the upper hierarchy.
Then, the intersections 1, 2, 11 are intersections of the lower layer that are connected only to the roads of the lower layer. Also, at intersection 5,
Although 6, 7, 8, and 10 are connected to roads in the upper layer, they are intersections in the lower layer. The numbers shown along the road represent the distance of the road between the intersections.

【0015】この図3に示した道路網についてのデータ
は、図4のようにして各交差点毎のデータとして設定さ
れる。すなわち、各交差点についてのデータは、この交
差点を特定する番号である交差点番号、その交差点に接
続されている道路の総数を表す接続道路数、下位階層と
上位階層を接続する交差点であることを示す階層接続点
フラグ及び接続道路についてのデータからなっている。
そして、この接続道路についてのデータは接続される各
道路について、下位階層における接続先の交差点番号と
そこまでの距離及び上位階層における接続先の番号及び
距離からなっている。
The data on the road network shown in FIG. 3 is set as data for each intersection as shown in FIG. That is, the data for each intersection indicates that the intersection number is a number that identifies this intersection, the number of connecting roads that represents the total number of roads connected to the intersection, and the intersection that connects the lower layer and the upper layer. It is made up of data on a hierarchical connection point flag and connection roads.
The data about the connecting roads includes, for each road to be connected, the intersection number of the connection destination in the lower layer, the distance to the intersection, and the number and distance of the connection destination in the upper layer.

【0016】従って、交差点番号4の交差点の場合、こ
こに接続される道路数は4であり、階層接続点フラグは
1となる。この階層接続点フラグは接続点である場合を
1とし、接続点でない場合を0としている。そして、接
続道路についてのデータは真北から時計方向に順次記憶
されている。従って、接続道路1が最初の道路となり、
この接続道路1には下位階層の交差点1が接続されてい
る。そこで、接続先番号が1となりその距離として2が
記載されている。一方、この交差点4より上方に伸びる
接続道路1は下位階層の道路であり、ここには上位階層
の交差点は接続されていない。
Therefore, in the case of the intersection with the intersection number 4, the number of roads connected here is 4, and the hierarchical connection point flag is 1. This hierarchical connection point flag is set to 1 when it is a connection point and 0 when it is not a connection point. The data on the connecting roads are sequentially stored in a clockwise direction from true north. Therefore, connecting road 1 is the first road,
An intersection 1 of a lower hierarchy is connected to this connecting road 1. Therefore, the connection number is 1 and 2 is described as the distance. On the other hand, the connecting road 1 extending above the intersection 4 is a road of the lower hierarchy, and the intersection of the upper hierarchy is not connected here.

【0017】そこで、接続道路1についての上位階層の
接続先番号及び距離データは共に0とする。次に、接続
道路2については、下位階層の接続先交差点番号として
5が選択され、そこまでの距離4が記憶される。この接
続道路2は、上位階層の道路であり、上位階層の交差点
としては交差点番号9が接続されている。従って、接続
道路2についてのデータの上位階層のデータとしては接
続先番号として9その距離として39が記憶される。同
様にして、接続道路3において下位階層の交差点10上
位階層の交差点12が選択され、接続道路4については
下位、上位共交差点番号3が選択される。
Therefore, the connection destination number and the distance data of the upper layer of the connection road 1 are both set to 0. Next, for the connecting road 2, 5 is selected as the connecting destination intersection number of the lower layer, and the distance 4 to that is stored. The connecting road 2 is a road of an upper layer, and an intersection number 9 is connected as an intersection of the upper layer. Therefore, as the data of the upper hierarchy of the data about the connection road 2, 9 is stored as the connection number and 39 is the distance. Similarly, on the connecting road 3, the intersection 10 of the lower hierarchy and the intersection 12 of the upper hierarchy are selected, and for the connecting road 4, the lower and upper common intersection number 3 is selected.

【0018】一方、下位階層の交差点5のデータは、接
続道路数は4であるが階層接続点フラグが0となってい
る。これは、交差点5は、上位階層の道路に設けられた
ものではあるが、上位階層の交差点ではないためであ
る。そして、接続道路1の下位階層接続先番号は2とな
り、上位接続先番号は0となる。また、接続道路2にお
いては下位階層接続先番号は6、上位階層接続番号は9
となる。
On the other hand, in the data of the intersection 5 of the lower hierarchy, the number of connecting roads is 4, but the hierarchy connecting point flag is 0. This is because the intersection 5 is provided on the road of the upper hierarchy, but is not the intersection of the upper hierarchy. Then, the lower layer connection destination number of the connection road 1 is 2, and the upper connection destination number is 0. In connection road 2, the lower layer connection destination number is 6 and the upper layer connection number is 9
Becomes

【0019】このように各交差点毎のデータは全て上位
階層、下位階層の両方についてのデータを有していると
共に、階層接続点フラグを有している。そこで、これら
のデータを利用して2つの階層間の移行を含めた好適な
経路探索を行う。
As described above, all the data for each intersection has data for both the upper layer and the lower layer, and also has the layer connection point flag. Therefore, a suitable route search including the transition between the two layers is performed using these data.

【0020】接続ノードの選択 すなわち、上述の図2におけるS103の接続先ラベル
の更新を図5のフローチャートにより行う。まず、展開
元の交差点より、ここに接続されている交差点について
データの展開を行うが、まず接続道路の上位接続点が0
であるかを判定する(S201)。すなわち、図4にお
ける交差点番号4のデータであれば、接続道路1の上位
接続先番号が0である。従って、この場合にYESとな
り、交差点番号4の接続道路2〜4についてはこの判定
でNOとなる。そして、このS201でNOであった場
合には、既に、上位階層の交差点からの展開であり、上
位接続先を選択し(S202)、接続先のラベルを更新
する(S203)。
Selection of a connection node, that is, updating of the connection destination label in S103 in FIG. First, data is expanded from the original intersection to the intersection connected to it. First, the upper connection point of the connecting road is 0.
(S201). That is, in the case of the data of the intersection number 4 in FIG. 4, the upper connection destination number of the connection road 1 is 0. Therefore, in this case, the determination is YES, and the determination is NO for the connecting roads 2 to 4 with the intersection number 4. Then, in the case of NO in S201, the development has already started from the intersection of the upper hierarchy, and the upper connection destination is selected (S202), and the label of the connection destination is updated (S203).

【0021】S201においてYESであった場合に
は、この道路においては下位階層の交差点しか接続され
ていない。この場合は、次に展開元の交差点が階層接続
点であるか否かを判定する(S204)。この判定は、
データの階層接続点フラグが1か否かによって行う。
When the result in S201 is YES, only intersections of lower levels are connected to this road. In this case, it is then determined whether or not the expansion source intersection is a hierarchical connection point (S204). This decision is
This is performed depending on whether or not the hierarchical connection point flag of data is 1.

【0022】一方、上述の交差点番号4の交差点の場合
には、接続道路1においてこの判定が行われ、階層接続
点フラグが1であるため、ラベル更新の処理は行わない
(S205)。これは、この交差点番号4の交差点の場
合には、既に上位階層の交差点であり、下位階層には移
行しないからである。
On the other hand, in the case of the intersection with the intersection number 4 described above, this determination is made on the connection road 1 and the hierarchical connection point flag is 1, so the label update processing is not performed (S205). This is because, in the case of the intersection with the intersection number 4, it is already the intersection of the upper layer and does not move to the lower layer.

【0023】また、S204においてNOであった場合
には、この交差点は下位階層の交差点であり、展開する
先に下位階層の交差点も含まなければならない。そこ
で、下位接続先を選択し(S206)、その接続先のラ
ベルを更新する(S203)。このように、本実施例に
よれば、上位階層及び下位階層の両方のデータを1つの
データテーブルに持っていても、上位階層のデータの展
開においては必ず上位階層の交差点への展開が行え、上
位階層と下位階層の接続点においては、下位階層から上
位階層への移行を自動的に行うことができる。そして、
出発点及び目的点の両方からデータの展開を行うため上
位階層の道路があればその展開によって必ず上位階層に
移行し、上位階層同士の展開により最短経路の探索を高
速に行うことができる。
When the result in S204 is NO, this intersection is an intersection of a lower hierarchy, and the intersection of the lower hierarchy must be included before the expansion. Therefore, the lower connection destination is selected (S206), and the label of the connection destination is updated (S203). As described above, according to this embodiment, even if the data of both the upper layer and the lower layer are stored in one data table, the data of the upper layer can be expanded to the intersection of the upper layer without fail. At the connection point between the upper layer and the lower layer, the transition from the lower layer to the upper layer can be automatically performed. And
In order to expand the data from both the starting point and the destination point, if there is a road in the upper layer, the road is always moved to the upper layer by the expansion, and the shortest route can be searched at high speed by expanding the upper layers.

【0024】他の構成例 なお、一度上位階層に入っても、その先の下位階層の接
続点を探索させることが要求される場合もある。この場
合は、図5におけるS204を省略すれば良い。そこ
で、適当な切替スイッチを設け、この判定を行うか否か
を切り替えられるようにすれば良い。
Other Configuration Examples Even after once entering the upper layer, it may be required to search the connection point of the lower layer. In this case, S204 in FIG. 5 may be omitted. Therefore, an appropriate changeover switch may be provided so that whether or not to make this determination can be changed over.

【0025】[0025]

【発明の効果】以上説明したように、本発明に係る車両
用経路探索装置によれば、簡単な構成のデータテーブル
により、上位下位階層の経路移行を簡単に行うことがで
き、高速の経路探索を行うことができる。
As described above, according to the vehicle route search device of the present invention, the route table of the upper and lower layers can be easily performed by the data table having the simple structure, and the route search can be performed at high speed. It can be performed.

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

【図1】本発明に係る車両用経路探索装置の概略構成を
示すブロック図。
FIG. 1 is a block diagram showing a schematic configuration of a vehicle route search device according to the present invention.

【図2】同実施例の全体動作を説明するフローチャー
ト。
FIG. 2 is a flowchart illustrating the overall operation of the same embodiment.

【図3】道路網の構成例の説明図。FIG. 3 is an explanatory diagram of a configuration example of a road network.

【図4】データテーブルの構成例の説明図。FIG. 4 is an explanatory diagram of a configuration example of a data table.

【図5】接続交差点選択の動作を説明するフローチャー
ト。
FIG. 5 is a flowchart illustrating an operation of selecting a connecting intersection.

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

10 入力部 12 道路網データ記憶部 14 経路探索部 16 表示部 10 input unit 12 road network data storage unit 14 route search unit 16 display unit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】各交差点毎に対し道路を介し接続されてい
る交差点データを有し、この交差点データに基づいて、
順次接続される交差点を選択してデータを展開し、出発
地から目的地までの経路を探索する車両用経路探索装置
において、 前記交差点データは、 その交差点に対し道路を介し接続されている上位階層の
交差点および下位階層の交差点の両方のデータと、 その交差点が上下階層を接続するものか否かを示すデー
タと、 を含み、 各交差点からのデータの展開の際には、 同一の接続道路について、上位階層および下位階層の両
方の交差点が接続されている場合には、上位階層の交差
点にデータを展開し、 下位階層の交差点のみが接続される道路の場合は、基と
なる交差点が上下階層を接続するものか否かを判定し、
接続するものでない場合にのみ、下位階層の交差点にデ
ータを展開し、 経路探索を行うことを特徴とする車両用経路探索装置。
1. Intersection data connected via a road to each intersection, and based on the intersection data,
In a vehicle route search device that selects intersections that are sequentially connected and develops data, and searches for a route from a departure point to a destination, the intersection data is an upper layer that is connected to the intersection via a road. Data of both intersections and lower level intersections, and data indicating whether or not the intersections connect upper and lower levels. When developing data from each intersection, , If both upper and lower intersections are connected, expand the data to the upper intersection, and if the road is connected only to lower intersections, the base intersection is the upper and lower To determine whether to connect
A route search device for a vehicle, which develops data at an intersection of a lower hierarchy and performs a route search only when the route is not connected.
JP29344991A 1991-11-08 1991-11-08 Route searching device for vehicle Pending JPH05134601A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP29344991A JPH05134601A (en) 1991-11-08 1991-11-08 Route searching device for vehicle

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP29344991A JPH05134601A (en) 1991-11-08 1991-11-08 Route searching device for vehicle

Publications (1)

Publication Number Publication Date
JPH05134601A true JPH05134601A (en) 1993-05-28

Family

ID=17794911

Family Applications (1)

Application Number Title Priority Date Filing Date
JP29344991A Pending JPH05134601A (en) 1991-11-08 1991-11-08 Route searching device for vehicle

Country Status (1)

Country Link
JP (1) JPH05134601A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023106305A1 (en) * 2021-12-08 2023-06-15 Nec Corporation Path finding apparatus, control method, and non-transitory computer-readable storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023106305A1 (en) * 2021-12-08 2023-06-15 Nec Corporation Path finding apparatus, control method, and non-transitory computer-readable storage medium

Similar Documents

Publication Publication Date Title
US5506779A (en) Route searching apparatus
JPH0727568A (en) Path guiding device and path searching method
KR19990083357A (en) Apparatus for searching path
JP4277646B2 (en) Navigation device
JPH06331378A (en) Navigation apparatus
JP3186794B2 (en) Path finding method for in-vehicle navigation system
JPH09325041A (en) Apparatus for searching and displaying route
JP2707834B2 (en) Route guidance device for vehicles
JPH05134601A (en) Route searching device for vehicle
JPH11257987A (en) Course selecting method
JPH07282395A (en) On-vehicle navigation device
JPH1026535A (en) Optimum route searching method
JP3244517B2 (en) Route search method for vehicle-mounted navigation system and map data storage medium
JP2000028378A (en) Driving position display device
JP3514734B2 (en) Path finding method for in-vehicle navigation system
JP2002156238A (en) Navigation apparatus
JP3760788B2 (en) Route search apparatus and program
JPH11248474A (en) Route selecting method
JP3166590B2 (en) Route search display device
JPH11132779A (en) Route guiding device
JPH0612594A (en) Navigation device equipped with route calculating function
JPH07103773A (en) Method and device for path calculation
KR19990061948A (en) Route Search Method in Vehicle Navigation System
JPH09280882A (en) Route searching device
JPH0990868A (en) Map display device and navigation device using the same