JP2019125232A - Collision point calculation device and collision point calculation method - Google Patents

Collision point calculation device and collision point calculation method Download PDF

Info

Publication number
JP2019125232A
JP2019125232A JP2018006306A JP2018006306A JP2019125232A JP 2019125232 A JP2019125232 A JP 2019125232A JP 2018006306 A JP2018006306 A JP 2018006306A JP 2018006306 A JP2018006306 A JP 2018006306A JP 2019125232 A JP2019125232 A JP 2019125232A
Authority
JP
Japan
Prior art keywords
end point
road link
intersection
vehicle
road
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2018006306A
Other languages
Japanese (ja)
Other versions
JP6974191B2 (en
Inventor
佐藤 卓哉
Takuya Sato
卓哉 佐藤
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.)
Alpine Electronics Inc
Original Assignee
Alpine Electronics Inc
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 Alpine Electronics Inc filed Critical Alpine Electronics Inc
Priority to JP2018006306A priority Critical patent/JP6974191B2/en
Publication of JP2019125232A publication Critical patent/JP2019125232A/en
Application granted granted Critical
Publication of JP6974191B2 publication Critical patent/JP6974191B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

To provide "a collision point calculation device and a collision point calculation method" capable of calculating a collision point between a right-turn vehicle and an oncoming vehicle at a low calculation cost.SOLUTION: A collision point calculation device is comprised of: a first end point calculation unit 21 for obtaining, as a first end point, a downstream end point of a road link connected to an intersection from an opposite lane on a road ahead of an own vehicle on a straight ahead side of the own vehicle; a second end point calculation unit 22 for obtaining, as a second end point, an upstream end point of a road link connected to an intersection from an exit lane on an intersection destination road downstream of the own vehicle on a right turn side; and a collision point determination unit 23 for determining a coincident end point as a collision point between the own vehicle turning right and an oncoming vehicle traveling straight on when the first end point coincides with the second end point, wherein a collision point can be determined by a simple link search method using only a road link in a straight direction, not the Dijkstra method in which all complex road links in the intersection are used.SELECTED DRAWING: Figure 2

Description

本発明は、衝突点算出装置および衝突点算出方法に関し、特に、交差点で右折しようとしている自車両と、対向車線を交差点に向かって直進して来る他車両とが衝突する可能性のある場所である衝突点を算出する装置および方法に用いて好適なものである。   The present invention relates to a collision point calculation device and a collision point calculation method, and in particular, at a place where there is a possibility that a host vehicle trying to turn right at an intersection may collide with another vehicle traveling straight on the opposite lane toward the intersection. It is suitable for use in an apparatus and method for calculating a certain collision point.

従来、車々間通信(V2V:Vehicle to Vehicle)を利用して衝突の危険性をドライバーに警告し、衝突回避を支援する運転支援システムが提供されている。この運転支援システムは、右折レーンで徐行または停車している自車両が、対向車との衝突リスクがあるにも関わらず誤って進行しようとした際、画面とスピーカを通じて、ドライバーに注意喚起を行うものである。   Conventionally, there is provided a driving support system that warns a driver of the danger of collision using V2V (V2V: Vehicle to Vehicle) and supports collision avoidance. This driving support system warns the driver through the screen and the speaker when the driver's own vehicle slowing or stopping in the right turn lane tries to proceed by mistake despite the risk of collision with the oncoming vehicle. It is a thing.

例えば、右折車と対向車との衝突の可能性を判別して、可能性がある場合に警報を発するようにしたシステムが知られている(例えば、特許文献1参照)。この特許文献1に記載の支援装置では、自車両の状況から自車両が右折待ち停止するかどうかを判別し、右折待ち停止しないと判別した場合は、自車両と対向車とが交差点に到達する時間を算出し、その算出結果から自車両と対向車との衝突の危険度を演算し、危険度大と判断した場合に警報を発する。   For example, there is known a system in which a possibility of a collision between a right-turn vehicle and an oncoming vehicle is determined, and an alarm is issued when there is a possibility (see, for example, Patent Document 1). In the assistance device described in Patent Document 1, it is determined from the situation of the own vehicle whether or not the own vehicle is stopped waiting for a right turn, and when it is determined that waiting for a right turn is not stopped, the own vehicle and the oncoming vehicle reach an intersection The time is calculated, the risk of collision between the host vehicle and the oncoming vehicle is calculated from the calculation result, and an alarm is issued when it is determined that the risk is high.

右折車と対向車との衝突の可能性を判定するためには、右折車と対向車との衝突点(事故が発生する可能性のある場所)を求める必要がある。この衝突点は、図6に示すように、直進する対向車がとり得る経路61と、右折車がとり得る経路62との交点63になる。衝突点63は、地図データベースに含まれる道路リンクデータを使って求めることが可能である。   In order to determine the possibility of a collision between a right-turn vehicle and an oncoming vehicle, it is necessary to find a collision point between the right-turn vehicle and the oncoming vehicle (a place where an accident may occur). This collision point is, as shown in FIG. 6, an intersection point 63 between the path 61 which can be taken by the oncoming vehicle traveling straight and the path 62 which can be taken by the right turn. The collision point 63 can be determined using road link data included in the map database.

すなわち、図7に示すように、自車両に関して右折先の道路上に仮の目標地点71を設定し、自車両が右折する場合にとり得る経路をダイクストラ法(最短経路問題)により求める。対向車についても同様に、対向車に関して直進先の道路上に仮の目標地点72を設定し、対向車が直進する場合にとり得る経路をダイクストラ法により求める。そして、このようにして求めた自車両がとり得る右折経路と、対向車がとり得る直進経路との交点63を算出する。   That is, as shown in FIG. 7, a temporary target point 71 is set on the road on which the vehicle turns right with respect to the vehicle, and a route that can be taken when the vehicle turns right is determined by the Dijkstra method (shortest route problem). Similarly for the oncoming vehicle, a temporary target point 72 is set on the road ahead of the oncoming vehicle, and a route that can be taken when the oncoming vehicle goes straight is determined by the Dijkstra method. Then, the intersection 63 between the right turn route which the host vehicle can take and the straight advance route which the oncoming vehicle can take is calculated.

ただ、交差点内部の道路リンクは、図7のように、進行方向やUターンなどを考慮し、複雑なネットワークとなっている。このような中で衝突点を探索すると、大規模な交差点では多くの計算コストがかかり、衝突点を求めるのに多くの時間がかかってしまうという問題があった。さらに道路幅員に対応して道路リンクが上下線に分離したり、複数の車線に対応して道路リンクがレーンネットワーク化したりして道路リンクデータが高精度化すると、交差点内の探索に更に多くの時間を要することとなる。   However, as shown in FIG. 7, the road link inside the intersection is a complicated network in consideration of the traveling direction and the U-turn. In such a case, when searching for a collision point, there is a problem that it takes a lot of calculation cost at a large intersection and it takes a lot of time to find the collision point. Furthermore, if the road link is separated into upper and lower lines corresponding to the road width, or the road link is lane networked corresponding to a plurality of lanes, and the road link data is improved in accuracy, more searches for intersections are made. It will take time.

特開平5−2700号公報Unexamined-Japanese-Patent No. 5-2700

本発明は、このような問題を解決するために成されたものであり、右折車と対向車との衝突点を少ない計算コストで算出できるようにすることを目的とする。   The present invention has been made to solve such a problem, and it is an object of the present invention to be able to calculate a collision point between a right-turn vehicle and an oncoming vehicle with a low calculation cost.

上記した課題を解決するために、本発明では、交差点内の道路リンクについては直進方向の道路リンクのみを用いて、自車両の直進側下流にある交差点先の道路における対向車線から交差点に接続する道路リンクの下流側端点を第1端点として求めるとともに、自車両の右折側下流にある交差点先の道路における退出車線から交差点に接続する道路リンクの上流側端点を第2端点として求め、第1端点と第2端点とが一致する場合に、当該一致した端点を、右折する自車両と直進する対向車との衝突点として決定するようにしている。   In order to solve the above-mentioned problems, in the present invention, only the road link in the straight ahead direction is used for the road link in the intersection, and the oncoming lane from the opposite lane on the road ahead of the own vehicle is connected to the intersection The downstream end of the road link is determined as the first end, and the upstream end of the road link connected to the intersection from the exit lane on the road ahead of the intersection located on the right turn side of the own vehicle is determined as the second end. When the second end point coincides with the second end point, the corresponding end point is determined as a collision point between the host vehicle turning right and the oncoming vehicle traveling straight.

上記のように構成した本発明によれば、交差点内の複雑な道路リンクを全て利用して行うダイクストラ法ではなく、直進方向の道路リンクだけを利用した簡易なリンク探索法で衝突点を求めることができるので、右折車と対向車との衝突点を少ない計算コストで算出することができる。   According to the present invention configured as described above, the collision point is determined not by the Dijkstra method in which all complex road links in an intersection are utilized, but by a simple link search method in which only road links in the straight direction are used. As a result, it is possible to calculate the collision point between the right turn vehicle and the oncoming vehicle with less calculation cost.

本実施形態による衝突点算出装置を実施した衝突防止支援システムの機能構成例を示すブロック図である。It is a block diagram showing an example of functional composition of a collision prevention support system which implemented a collision point calculation device by this embodiment. 本実施形態による衝突点算出部(衝突点算出装置)の具体的な機能構成例を示すブロック図である。It is a block diagram which shows the specific function structural example of the collision point calculation part (collision point calculation apparatus) by this embodiment. 本実施形態の衝突点算出部(衝突点算出装置)による衝突点の算出内容を説明するための図である。It is a figure for demonstrating the calculation content of the collision point by the collision point calculation part (collision point calculation apparatus) of this embodiment. 本実施形態による衝突防止支援システムの動作例を示すフローチャートである。It is a flowchart which shows the operation example of the collision prevention assistance system by this embodiment. 本実施形態の衝突点算出部(衝突点算出装置)による衝突点の算出内容を説明するための図である。It is a figure for demonstrating the calculation content of the collision point by the collision point calculation part (collision point calculation apparatus) of this embodiment. 衝突点を説明するための図である。It is a figure for demonstrating a collision point. 従来の衝突点の算出方法を説明するための図である。It is a figure for demonstrating the calculation method of the conventional collision point.

以下、本発明の一実施形態を図面に基づいて説明する。図1は、本実施形態による衝突点算出装置を実施した衝突防止支援システム100の機能構成例を示すブロック図である。本実施形態の衝突防止支援システム100は、車両に搭載して使用されるものである。   Hereinafter, an embodiment of the present invention will be described based on the drawings. FIG. 1 is a block diagram showing an example of the functional configuration of a collision prevention support system 100 in which the collision point calculation device according to the present embodiment is implemented. The collision prevention support system 100 of the present embodiment is used by being mounted on a vehicle.

図1に示すように、本実施形態の衝突防止支援システム100は、地図データ取得部11、地図メモリ12、現在位置検出部13、表示制御部14、衝突点算出部15、自車走行推定部16、車々間通信部17、他車走行推定部18および報知部19を備えて構成されている。   As shown in FIG. 1, the collision prevention support system 100 of the present embodiment includes a map data acquisition unit 11, a map memory 12, a current position detection unit 13, a display control unit 14, a collision point calculation unit 15, and a host vehicle travel estimation unit. 16, an inter-vehicle communication unit 17, another vehicle travel estimation unit 18, and a notification unit 19 are configured.

上記各機能ブロック11〜19は、ハードウェア、DSP(Digital Signal Processor)、ソフトウェアの何れによっても構成することが可能である。例えばソフトウェアによって構成する場合、上記各機能ブロック11〜19は、実際にはコンピュータのCPU、RAM、ROMなどを備えて構成され、RAMやROM、ハードディスクまたは半導体メモリ等の記録媒体に記憶されたプログラムが動作することによって実現される。   Each of the functional blocks 11 to 19 can be configured by any of hardware, DSP (Digital Signal Processor), and software. For example, when configured by software, each of the functional blocks 11 to 19 actually comprises a CPU, a RAM, a ROM and the like of a computer, and a program stored in a recording medium such as a RAM, a ROM, a hard disk or a semiconductor memory Is realized by operating.

地図データ取得部11は、地図データ記憶部200から地図データを取得する。地図データ記憶部200は、例えば、衝突防止支援システム100に接続あるいは内蔵されたハードディスク、DVD(Digital Versatile Disk)、半導体メモリなどの記憶媒体により構成される。または、地図データ記憶部200は、衝突防止支援システム100に対してインターネット等の通信ネットワークを介して接続されたサーバ内の外部ストレージであってもよい。   The map data acquisition unit 11 acquires map data from the map data storage unit 200. The map data storage unit 200 is configured of, for example, a storage medium such as a hard disk connected or built into the collision prevention support system 100, a digital versatile disk (DVD), a semiconductor memory, or the like. Alternatively, the map data storage unit 200 may be an external storage in a server connected to the collision prevention support system 100 via a communication network such as the Internet.

地図データ記憶部200に記憶される地図データは、地図表示や経路探索などに用いる公知のデータであり、交差点や分岐など複数の道路が交わる点に対応するノードに関する情報と、道路や車線等に対応するリンクに関する情報とが含まれている。すなわち、地図データには、全ノードの詳細データを納めた接続ノードテーブルと、隣接する2つのノードによって特定されるリンクの詳細データを納めたリンクテーブルとが含まれている。   The map data stored in the map data storage unit 200 is known data used for map display, route search, etc., and includes information on nodes corresponding to points where multiple roads such as intersections and branches intersect, roads, lanes, etc. And information on the corresponding link. That is, the map data includes a connected node table containing detailed data of all nodes, and a link table containing detailed data of links specified by two adjacent nodes.

接続ノードテーブルには、存在するノードのそれぞれ毎に、ノードの正規化経度・緯度、属性フラグ、交通規制などの情報が含まれている。正規化経度・緯度は、所定の区画を基準とした経度方向・緯度方向の相対位置を示す。属性フラグは、そのノードが交差点ノードであるか否かを示す交差点ノードフラグを含んでいる。交通規制は、そのノードに接続されているリンクに右折禁止やUターン禁止等の交通規制が存在する場合に、その交通規制の内容を示す。   The connected node table contains, for each existing node, information such as normalized longitude and latitude of the node, an attribute flag, and traffic restrictions. The normalized longitude and latitude indicate relative positions in the longitude and latitude directions with reference to a predetermined section. The attribute flag includes an intersection node flag indicating whether the node is an intersection node. The traffic restriction indicates the contents of the traffic restriction when there is traffic restriction such as right turn prohibition or U turn prohibited in the link connected to the node.

また、リンクテーブルには、リンクの距離、リンクコスト、道路属性フラグ、道路種別フラグなどの情報が含まれている。リンクの距離は、当該リンクに対応した実際の道路の実距離を示す。リンクコストは、例えば距離をもとに、道路幅、道路種別、右左折、交通規制などに応じた所定の定数を乗じた重み値であり、誘導経路として適正の程度を数値化したものである。道路属性フラグは、そのリンクに関する各種の属性を示すものである。道路種別フラグは、そのリンクに対応した実際の道路の種別(高速道、国道、県道、細街路など)を示す。   The link table also includes information such as the distance of the link, the link cost, the road attribute flag, and the road type flag. The distance of the link indicates the actual distance of the actual road corresponding to the link. The link cost is, for example, a weight value obtained by multiplying a predetermined constant according to the road width, road type, right / left turn, traffic regulation, etc. based on the distance, and digitizes the appropriate degree as a guidance route. . The road attribute flag indicates various attributes related to the link. The road type flag indicates the actual road type (highway, national road, prefectural road, narrow street, etc.) corresponding to the link.

現在位置検出部13は、車両の現在位置を所定間隔毎に検出するものであり、自立航法センサ、GPS受信機、位置計算用CPU等で構成されている。自立航法センサは、所定走行距離毎に1個のパルスを出力して車両の移動距離を検出する車速センサ(距離センサ)と、車両の回転角度(移動方位)を検出する振動ジャイロ等の角速度センサ(相対方位センサ)とを含む。自立航法センサは、これらの車速センサおよび角速度センサによって車両の相対位置および方位を検出する。   The current position detection unit 13 detects the current position of the vehicle at predetermined intervals, and includes a self-contained navigation sensor, a GPS receiver, a CPU for position calculation, and the like. The self-contained navigation sensor outputs a single pulse for each predetermined travel distance to detect a moving distance of the vehicle (a distance sensor), and an angular velocity sensor such as a vibration gyro that detects a rotational angle (moving direction) of the vehicle. And (relative orientation sensor). The self-contained navigation sensor detects the relative position and orientation of the vehicle by these vehicle speed sensors and angular velocity sensors.

位置計算用CPUは、自立航法センサから出力される自車両の相対的な位置および方位のデータに基づいて、絶対的な自車装置(推定車両位置)および車両方位を計算する。また、GPS受信機は、複数のGPS衛星から送られてくる電波をGPSアンテナで受信して、3次元測位処理あるいは2次元測位処理を行って車両の絶対位置および方位を計算する(車両方位は、現時点における自車位置と1サンプリング時間ΔT前の自車位置とに基づいて計算する)。   The position calculation CPU calculates an absolute vehicle apparatus (estimated vehicle position) and a vehicle orientation based on the relative position and orientation data of the vehicle output from the self-contained navigation sensor. Also, the GPS receiver receives radio waves sent from a plurality of GPS satellites by the GPS antenna, performs three-dimensional positioning processing or two-dimensional positioning processing, and calculates the absolute position and orientation of the vehicle (vehicle orientation Calculated based on the current vehicle position and the vehicle position one sampling time ΔT ago).

上述した地図データ取得部11は、現在位置検出部13から現在位置情報を入力し、その現在位置を含む所定範囲の地図データの読み出し指示を出力することにより、地図表示に必要な地図データを地図データ記憶部200から取得して地図メモリ12に格納する。   The above-described map data acquisition unit 11 receives the current position information from the current position detection unit 13 and outputs an instruction to read out map data in a predetermined range including the current position, so that map data necessary for map display can be mapped. It is acquired from the data storage unit 200 and stored in the map memory 12.

表示制御部14は、地図メモリ12に格納された地図データに基づいて、現在位置周辺の地図画像をディスプレイ装置300に表示させる。このとき表示制御部14は、自車位置を表す車両位置マークや各種ランドマークを発生し、これらの各種マークを地図画像と共に表示させる。   The display control unit 14 causes the display device 300 to display a map image around the current position based on the map data stored in the map memory 12. At this time, the display control unit 14 generates a vehicle position mark representing the position of the vehicle and various landmarks, and displays these various marks together with the map image.

衝突点算出部15は、本発明の衝突点算出装置を構成するものであり、自車両が交差点で右折しようとしている場合に、自車両(以下、右折車ともいう)と、対向車線を交差点に向かって直進して来る他車両(以下、対向車ともいう)とが衝突する可能性のある場所である衝突点を算出する。この衝突点は、図6に示したように、右折車がとり得る経路と対向車がとり得る経路との交点63になる。本実施形態では、地図メモリ12に記憶された地図データに含まれる道路リンクを使って衝突点63を求めるが、その求め方は従来と異なる。   The collision point calculation unit 15 constitutes the collision point calculation device of the present invention, and when the host vehicle is going to turn right at an intersection, the host vehicle (hereinafter also referred to as a right turn vehicle) A collision point, which is a place where there is a possibility of collision with another vehicle (hereinafter also referred to as an oncoming vehicle) traveling straight ahead, is calculated. This collision point is, as shown in FIG. 6, an intersection point 63 between the possible route of the right turn and the possible route of the oncoming vehicle. In the present embodiment, the collision point 63 is determined using the road link included in the map data stored in the map memory 12, but the method of determination is different from the conventional one.

道路構造令において、道路設計は、車両が走行する際の設計速度に応じて曲率半径が定められ、かつ視距が確保されている。また、交差点は直線で交差することが求められており、交差点付近もそれに準じて直線とすることが求められている。このため、交差点から所定距離以内の範囲では、上下線がほぼ平行していることになる。本実施形態の衝突点算出部15は、このような交差点付近の道路の性質を利用して、交差点内部の複雑な道路ネットワークの道路リンクを全て用いるのではなく、直進方向の道路リンクのみを用いて簡易的に衝突点を求めるようにしている。その詳細は図2および図3を用いて後述する。   In road construction, in the road design, the radius of curvature is determined according to the design speed when the vehicle travels, and the visual distance is secured. In addition, it is required that the intersection intersect at a straight line, and that the vicinity of the intersection is also required to be a straight line. For this reason, the upper and lower lines are substantially parallel in a range within a predetermined distance from the intersection. The collision point calculation unit 15 according to the present embodiment uses only the road link in the straight direction, not using all the road links of the complex road network inside the intersection, using the nature of the road in the vicinity of such an intersection. The point of collision is simply determined. The details will be described later with reference to FIGS. 2 and 3.

なお、自車両が交差点で右折しようとしているか否かは、次のようにして判定することが可能である。まず、現在位置検出部13により検出される現在位置情報と、地図メモリ12に記憶された地図データとに基づいて、自車両が交差点付近にいるか否かを判定する。これに加え、図示しない車載ECU(electronic control unit)などから取得されるウインカの操作信号や車速信号などに基づいて、自車両が右折を予定しているか否かを判定する。   In addition, it is possible to determine as follows whether the host vehicle is going to turn right at an intersection. First, based on the current position information detected by the current position detection unit 13 and the map data stored in the map memory 12, it is determined whether or not the host vehicle is near an intersection. In addition to this, it is determined based on an operation signal of a blinker acquired from an on-vehicle ECU (electronic control unit) (not shown) or the like, a vehicle speed signal, and the like, whether or not the own vehicle is scheduled to turn right.

自車走行推定部16は、現在位置検出部13により検出される現在位置と、衝突点算出部15により算出された衝突点とに基づいて、自車両が現在位置から衝突点に到達する時間を推定する。ここでは、交差点を右折する際に想定される所定の速度で自車両が走行するものと仮定する。また、現在位置から衝突点までの経路は、交差点内道路リンクを利用して定める。   Based on the current position detected by the current position detection unit 13 and the collision point calculated by the collision point calculation unit 15, the host vehicle travel estimation unit 16 takes time for the own vehicle to reach the collision point from the current position. presume. Here, it is assumed that the vehicle travels at a predetermined speed assumed when turning right at the intersection. In addition, the route from the current position to the collision point is determined using the intra-intersection road link.

車々間通信部17は、自車両の周辺に存在する他車両との間で車々間通信を行い、他車両に関する情報を取得する。ここで取得する他車両の情報は、他車両の現在位置、走行速度、走行方向の情報を含む。これらの情報により、他車両が交差点に向かって、どの方向からどのような速度で進入してくるかを判定することができる。他車両から取得する情報として、ウインカの操作情報を含めるようにしてもよい。この情報があれば、他車両が交差点を直進しようとしているのか、右左折しようとしているのかも判定することができる。   The inter-vehicle communication unit 17 performs inter-vehicle communication with another vehicle existing in the vicinity of the own vehicle, and acquires information on the other vehicle. The information on the other vehicle acquired here includes information on the current position, the traveling speed, and the traveling direction of the other vehicle. Based on these pieces of information, it is possible to determine from which direction other vehicles approach at an intersection and at what speed. The operation information of the turn signal may be included as the information acquired from the other vehicle. With this information, it can be determined whether another vehicle is going straight ahead at the intersection or is going to turn left or right.

他車走行推定部18は、車々間通信部17により取得された他車両の情報に基づいて、自車両がいる車線に対する対向車線を交差点に向かって直進して来る他車両がいると判定された場合に、車々間通信部17により取得された他車両の情報(他車両の現在位置、走行速度)と、衝突点算出部15により算出された衝突点とに基づいて、他車両が衝突点に到達する時間を推定する。   The other vehicle travel estimation unit 18 is determined based on the other vehicle information acquired by the inter-vehicle communication unit 17 that there is another vehicle traveling straight toward the intersection with the opposite lane to the lane where the host vehicle is located. The other vehicle reaches the collision point based on the information of the other vehicle (the current position of the other vehicle, the traveling speed) acquired by the inter-vehicle communication unit 17 and the collision point calculated by the collision point calculation unit 15 Estimate the time.

報知部19は、自車走行推定部16により推定された自車両の衝突点到達時間と、他車走行推定部18により推定された他車両の衝突点到達時間とに基づいて、自車両(右折車)と他車両(対向車)とが衝突する可能性があると判定される場合に、警報を発する。警報は、例えば、ディスプレイ装置300に対する警告メッセージの表示によって行うことが可能である。これに加えて、図示しないスピーカから警告音を出力するようにしてもよい。   The informing unit 19 determines that the own vehicle is turned on (right turn based on the collision point arrival time of the own vehicle estimated by the own vehicle traveling estimation unit 16 and the collision point arrival time of the other vehicle estimated by the other vehicle traveling estimation unit 18. When it is determined that there is a possibility that a car) and another vehicle (oncoming vehicle) may collide, an alarm is issued. The alarm can be performed, for example, by displaying a warning message on the display device 300. In addition to this, a warning sound may be output from a speaker (not shown).

図2は、衝突点算出部15の具体的な機能構成例を示すブロック図である。図2に示すように、衝突点算出部15は、その機能構成として、第1端点算出部21、第2端点算出部22および衝突点決定部23を備えている。図3は、衝突点算出部15による衝突点の算出内容を説明するための図である。以下に、図2および図3を用いて衝突点算出部15の詳細を説明する。   FIG. 2 is a block diagram showing a specific functional configuration example of the collision point calculation unit 15. As shown in FIG. As shown in FIG. 2, the collision point calculation unit 15 includes a first end point calculation unit 21, a second end point calculation unit 22, and a collision point determination unit 23 as its functional configuration. FIG. 3 is a diagram for explaining the contents of calculation of the collision point by the collision point calculation unit 15. The details of the collision point calculation unit 15 will be described below with reference to FIGS. 2 and 3.

第1端点算出部21は、交差点内道路リンクについては直進方向の道路リンクのみを用いて、自車両の直進側下流にある交差点先の道路における対向車線から交差点に接続する道路リンクの下流側端点を第1端点として求める。具体的には、第1端点算出部21は、図3(a)に示す手順に従って第1端点を算出する。   The first end point calculation unit 21 uses only the road link in the straight ahead direction for the intra-intersection road link, and the downstream end point of the road link connected to the intersection from the oncoming lane in the intersection destination road downstream of the own vehicle Is determined as the first end point. Specifically, the first end point calculation unit 21 calculates the first end point according to the procedure shown in FIG.

まず、第1端点算出部21は、自車両30のいる道路リンクDL0を基準として直進側下流にある交差点先の道路リンク(以下、直進側道路リンクという)DL1を探索する。ここでは一例として、交差点よりも先にある道路リンクのうち、交差点内道路リンクに接しない道路リンクで、自車両30から最も近い道路リンクを探索する。なお、ここで用いる自車両30の位置は、交差点手前の仮想上の位置であり、実際の自車両の位置は交差点内の右折レーンに進入した位置であってよい。   First, the first end point calculation unit 21 searches for a road link DL1 (hereinafter referred to as a straight road link) on the downstream side of the straight road downstream with reference to the road link DL0 on which the vehicle 30 is located. Here, as an example, among road links that precede the intersection, a road link not in contact with the in-intersection road link is searched for the closest road link from the host vehicle 30. In addition, the position of the own vehicle 30 used here may be a virtual position in front of the intersection, and the actual position of the own vehicle may be a position where it has entered a right turn lane in the intersection.

次に、第1端点算出部21は、当該交差点先の直進側道路リンクDL1に対して進行方向右側にある一定距離内の道路リンクで、同じ道路種別および同じ方位の道路リンクを対向車線の道路リンクDL2として探索する。さらに、第1端点算出部21は、対向車線の道路リンクDL2を基準として直進側下流にある交差点前の道路リンクで、交差点内道路リンクに接する道路リンクDL3を探索する。そして、第1端点算出部21は、当該交差点内道路リンクに接する道路リンクDL3の下流側端点を第1端点EP1として求める。   Next, the first end point calculation unit 21 is a road link within a certain distance on the right in the traveling direction with respect to the straight road road link DL1 at the intersection destination, a road link of the same road type and the same heading. Search as link DL2. Furthermore, the first end point calculation unit 21 searches for a road link DL3 in contact with the intra-intersection road link with the road link in front of the intersection downstream on the straight ahead side on the basis of the road link DL2 of the opposite lane. Then, the first end point calculation unit 21 obtains the downstream end point of the road link DL3 in contact with the intra-intersection road link as the first end point EP1.

以上のように、第1端点EP1を求める際に、交差点ネットワークを構成する複数の交差点内道路リンクのうち、自車両30のいる道路リンクDL0から交差点先の直進側道路リンクDL1までを接続する直進方向の道路リンクしか用いていない。直進する場合だけを考慮した経路は単純に探索できるため、第1端点EP1を求めるのに多くの計算コストはかからない。   As described above, when obtaining the first end point EP1, of the plurality of intra-intersection road links constituting the intersection network, the straight road connecting the road link DL0 where the vehicle 30 is located to the straight road link DL1 ahead of the intersection I use only the road link in the direction. Since a route that takes into consideration only the case of going straight can be simply searched, there is no much computational cost to obtain the first end point EP1.

第2端点算出部22は、交差点内道路リンクについては直進方向の道路リンクのみを用いて、自車両の右折側下流にある交差点先の道路における退出車線から交差点に接続する道路リンクの上流側端点を第2端点として求める。具体的には、第2端点算出部22は、図3(b)に示す手順に従って第2端点を算出する。   The second end point calculation unit 22 uses only the road link in the straight ahead direction for the intra-intersection road link, and the upstream end point of the road link connected to the intersection from the exit lane on the intersection destination road located downstream of the right turn side of the own vehicle. Is determined as the second end point. Specifically, the second end point calculation unit 22 calculates the second end point according to the procedure shown in FIG.

まず、第2端点算出部22は、自車両30のいる道路リンクDL0を基準として左折側下流にある交差点先の道路リンク(以下、左折側道路リンクという)DL4を探索する。ここでは一例として、交差点よりも先にある道路リンクのうち、交差点内道路リンクに接しない道路リンクで、自車両30から最も近い道路リンクを探索する。   First, the second end point calculation unit 22 searches for a road link DL4 (hereinafter referred to as a left turn side road link) at an intersection destination located on the left side downstream with reference to the road link DL0 where the vehicle 30 is located. Here, as an example, among road links that precede the intersection, a road link not in contact with the in-intersection road link is searched for the closest road link from the host vehicle 30.

次に、第2端点算出部22は、当該交差点先の左折側道路リンクDL4に対して進行方向右側にある一定距離内の道路リンクで、同じ道路種別および同じ方位の道路リンクを左折対向車線の道路リンクDL5として探索する。さらに、第2端点算出部22は、左折対向車線の道路リンクDL5を基準として直進側下流にある交差点先の道路リンクで、交差点内道路リンクに接する道路リンクDL6を探索する。そして、第2端点算出部22は、当該交差点内道路リンクに接する道路リンクDL6の上流側端点を第2端点EP2として求める。   Next, the second end point calculation unit 22 is a road link within a certain distance on the right in the traveling direction with respect to the left turn side road link DL4 at the intersection destination. Search as road link DL5. Furthermore, the second end point calculation unit 22 searches for the road link DL6 in contact with the in-intersection road link with the road link at the intersection destination located on the straight downstream side on the basis of the road link DL5 of the left turn opposite lane. Then, the second end point calculation unit 22 obtains the upstream end point of the road link DL6 in contact with the intra-intersection road link as the second end point EP2.

以上のように、第2端点EP2を求める際に、交差点ネットワークを構成する複数の交差点内道路リンクのうち、左折対向車線の道路リンクDL5から交差点先の道路リンクDL6までを接続する直進方向の道路リンクしか用いていない。左折する場合および直進する場合だけを考慮した経路は単純に探索できるため、第2端点EP2を求めるのに多くの計算コストはかからない。   As described above, when obtaining the second end point EP2, the road in the straight direction connecting the road link DL5 of the left opposite lane to the road link DL6 at the intersection destination among the plurality of in-intersection road links constituting the intersection network I only use links. Since a route that takes into account only the case of turning left and going straight can be simply searched, there is no much computational cost to obtain the second end point EP2.

衝突点決定部23は、第1端点算出部21により求められた第1端点EP1と、第2端点算出部22により求められた第2端点EP2とが一致する場合に、当該一致した端点EP1(=EP2)を、右折する自車両と直進する対向車との衝突点として決定する。なお、以上のようにして算出される第1端点EP1と第2端点EP2とは原則として一致する。一致しない場合とは、例えば、片側複数車線の道路で、各車線に対して道路リンクが存在するようなレーンネットワーク構成で地図データが構成されている場合である。ただし、この場合でも、何れかの車線の道路リンクを用いて算出される第1端点EP1と、何れかの車線の道路リンクを用いて算出される第2端点EP2とは一致する。   When the first end point EP1 determined by the first end point calculation unit 21 matches the second end point EP2 determined by the second end point calculation unit 22, the collision point determination unit 23 determines the end point EP1 (the matched end point = EP2) is determined as the collision point between the host vehicle turning right and the oncoming vehicle traveling straight. The first end point EP1 and the second end point EP2 calculated as described above coincide in principle. The case of non-coincidence is, for example, a case where map data is configured in a lane network configuration in which a road link exists for each lane on a road with a plurality of lanes on one side. However, even in this case, the first end point EP1 calculated using the road link of any lane coincides with the second end point EP2 calculated using the road link of any lane.

図4は、上記のように構成した衝突防止支援システム100の動作例を示すフローチャートである。図4に示すフローチャートは、衝突防止支援システム100の電源をオンとしたときに開始する。   FIG. 4 is a flowchart showing an operation example of the collision prevention support system 100 configured as described above. The flowchart illustrated in FIG. 4 starts when the power of the collision avoidance support system 100 is turned on.

まず、現在位置検出部13は、車両の現在位置を検出する(ステップS1)。次いで、地図データ取得部11は、現在位置検出部13から現在位置情報を入力し、その現在位置を含む所定範囲の地図データを地図データ記憶部200から取得して地図メモリ12に格納する(ステップS2)。そして、表示制御部14は、地図メモリ12に格納された地図データに基づいて、現在位置周辺の地図画像をディスプレイ装置300に表示させる(ステップS3)。   First, the current position detection unit 13 detects the current position of the vehicle (step S1). Next, the map data acquisition unit 11 receives current position information from the current position detection unit 13, acquires map data of a predetermined range including the current position from the map data storage unit 200, and stores it in the map memory 12 (step S2). Then, based on the map data stored in the map memory 12, the display control unit 14 causes the display device 300 to display a map image around the current position (step S3).

ここで、衝突防止支援システム100は、現在位置検出部13により検出される現在位置、地図メモリ12に記憶された地図データ、および、図示しない車載ECUから取得されるウインカの操作信号や車速信号に基づいて、自車両が交差点で右折しようとしているか否かを判定する(ステップS4)。自車両が交差点で右折しようとしている状況ではないと判定された場合、処理はステップS14に進む。   Here, the collision prevention support system 100 uses the current position detected by the current position detection unit 13, the map data stored in the map memory 12, and the operation signal and the vehicle speed signal of the blinker acquired from the on-vehicle ECU not shown. Based on the determination, it is determined whether the host vehicle is going to turn right at the intersection (step S4). If it is determined that the vehicle is not going to turn right at the intersection, the process proceeds to step S14.

一方、自車両が交差点で右折しようとしていると判定された場合、衝突点算出部15の第1端点算出部21は、自車両の直進側下流にある交差点先の道路における対向車線から交差点に接続する道路リンクの下流側端点を第1端点EP1として算出する(ステップS5)。また、第2端点算出部22は、自車両の右折側下流にある交差点先の道路における退出車線から交差点に接続する道路リンクの上流側端点を第2端点EP2として算出する。   On the other hand, when it is determined that the host vehicle is about to turn to the right at the intersection, the first end point calculator 21 of the collision point calculator 15 connects the oncoming lane to the intersection from the oncoming road ahead of the host vehicle The downstream end point of the road link to be calculated is calculated as the first end point EP1 (step S5). Further, the second end point calculation unit 22 calculates, as the second end point EP2, the upstream end point of the road link connected to the intersection from the exit lane on the road ahead of the intersection located on the right turn side downstream of the own vehicle.

そして、衝突点決定部23は、第1端点算出部21により求められた第1端点EP1と、第2端点算出部22により求められた第2端点EP2とが一致する場合に、当該一致した端点EP1(=EP2)を、右折する自車両と直進する対向車との衝突点として決定する(ステップS7)。   Then, when the first end point EP1 determined by the first end point calculation unit 21 matches the second end point EP2 determined by the second end point calculation unit 22, the collision point determination unit 23 matches the corresponding end points. EP1 (= EP2) is determined as a collision point between the host vehicle turning right and the oncoming vehicle going straight (step S7).

次いで、自車走行推定部16は、現在位置検出部13により検出される現在位置と、衝突点算出部15により算出された衝突点とに基づいて、自車両が現在位置から衝突点に到達する時間を推定する(ステップS8)。次に、車々間通信部17は、自車両の周辺に存在する他車両との間で車々間通信を行い、他車両に関する情報を取得する(ステップS9)。   Next, based on the current position detected by the current position detection unit 13 and the collision point calculated by the collision point calculation unit 15, the host vehicle travel estimation unit 16 reaches the collision point from the current position. The time is estimated (step S8). Next, the inter-vehicle communication unit 17 performs inter-vehicle communication with another vehicle existing in the vicinity of the own vehicle, and acquires information on the other vehicle (step S9).

ここで、他車走行推定部18は、車々間通信部17により取得された他車両の情報に基づいて、自車両がいる車線に対する対向車線を交差点に向かって直進して来る他車両(対向車)がいるか否かを判定する(ステップS10)。対向車がいないと判定された場合、処理はステップS14に進む。一方、対向車がいると判定された場合、他車走行推定部18は、車々間通信部17により取得された他車両の情報と、衝突点算出部15により算出された衝突点とに基づいて、他車両が衝突点に到達する時間を推定する(ステップS11)。   Here, based on the information of the other vehicle acquired by the inter-vehicle communication unit 17, the other vehicle travel estimation unit 18 makes the other vehicle (oncoming vehicle) traveling straight toward the intersection the opposite lane to the lane where the own vehicle is located. It is determined whether or not there is (step S10). If it is determined that there is no oncoming vehicle, the process proceeds to step S14. On the other hand, when it is determined that there is an oncoming vehicle, the other vehicle travel estimation unit 18 determines, based on the other vehicle information acquired by the inter-vehicle communication unit 17 and the collision point calculated by the collision point calculation unit 15. The time for the other vehicle to reach the collision point is estimated (step S11).

次いで、報知部19は、自車走行推定部16により推定された自車両の衝突点到達時間と、他車走行推定部18により推定された他車両の衝突点到達時間とに基づいて、自車両(右折車)と他車両(対向車)とが衝突する可能性があるか否かを判定する(ステップS12)。衝突する可能性がないと判定された場合、処理はステップS14に進む。一方、衝突する可能性があると判定された場合、報知部19は警報を発する(ステップS13)。   Next, the notification unit 19 determines the own vehicle based on the collision point arrival time of the own vehicle estimated by the own vehicle traveling estimation unit 16 and the collision point arrival time of the other vehicle estimated by the other vehicle traveling estimation unit 18. It is determined whether there is a possibility that the (right-turn vehicle) and the other vehicle (oncoming vehicle) may collide (step S12). If it is determined that there is no possibility of a collision, the process proceeds to step S14. On the other hand, when it is determined that there is a possibility of collision, the notification unit 19 issues an alarm (step S13).

その後、衝突防止支援システム100は、電源がオフとされたか否かを判定する(ステップS14)。電源がオフとされていない場合、処理はステップS1に戻る。一方、電源がオフとされた場合、図4に示すフローチャートの処理は終了する。   Thereafter, the collision prevention support system 100 determines whether the power is turned off (step S14). If the power is not turned off, the process returns to step S1. On the other hand, when the power is turned off, the process of the flowchart shown in FIG. 4 ends.

以上詳しく説明したように、本実施形態では、自車両の直進側下流にある交差点先の道路における対向車線から交差点に接続する道路リンクの下流側端点を第1端点EP1として求めるとともに、自車両の右折側下流にある交差点先の道路における退出車線から交差点に接続する道路リンクの上流側端点を第2端点EP2として求め、第1端点EP1と第2端点EP2とが一致する場合に、当該一致した端点を、右折する自車両と直進する対向車との衝突点として決定するようにしている。   As described above in detail, in the present embodiment, the downstream end point of the road link connecting to the intersection from the oncoming lane on the intersection destination road downstream of the own vehicle on the straight ahead side is determined as the first end point EP1, and The upstream end point of the road link connecting to the intersection from the exit lane at the intersection destination road downstream of the right turn side is determined as the second end point EP2, and the first end point EP1 and the second end point EP2 coincide when they coincide The end point is determined as the collision point between the host vehicle turning right and the oncoming vehicle going straight.

このように構成した本実施形態によれば、交差点内の複雑な道路リンクを全て利用して行うダイクストラ法ではなく、直進方向の道路リンクだけを利用した簡易なリンク探索法で衝突点を求めることができるので、右折車と対向車との衝突点を少ない計算コストで算出することができる。   According to the present embodiment configured as described above, the collision point is determined not by the Dijkstra method performed using all the complicated road links in an intersection but by a simple link search method using only the road links in the straight direction. As a result, it is possible to calculate the collision point between the right turn vehicle and the oncoming vehicle with less calculation cost.

なお、上記実施形態では、十字路の交差点において衝突点を算出する例について説明したが、三叉路の交差点においても同様の計算方法により衝突点を算出することが可能である。図5は、三叉路の交差点において衝突点を算出する場合の算出内容を説明するための図である。   In the above embodiment, an example in which the collision point is calculated at the crossroad intersection is described. However, the collision point can be calculated by the same calculation method also at the three-fork intersection. FIG. 5 is a diagram for explaining the contents of calculation in the case of calculating a collision point at an intersection of a three-fork road.

図5に示すような三叉路において、第1端点EP1は、図3(a)に示した手順と全く同様の手順で算出することが可能である(図5(a)参照)。一方、図5に示すような三叉路では、自車両は左折をすることができないので、図3(b)に示した十字路と比べてこの点で異なる。ただし、図5(b)に示すように、左折側に実際には道路が存在しなくても、第1端点EP1を算出する際に利用した道路リンクDL3を使って、第2端点EP2を算出することが可能である。まず、道路リンクDL3を基準として対向車側の左折側下流にある交差点先の道路リンク(以下、対向車側左折側道路リンクという)DLαを探索し、その対向車側左折側道路リンクDLαに関して進行方向右側にある一定距離内の道路リンクで、同じ道路種別および同じ方位の対向車線の道路リンクDLβを探索し、当該道路リンクDLβから交差点内に直進で進入したときの下流側道路リンクDLγを探索する。そして、この道路リンクDLγを図3(b)における道路リンクDL4とみなし(図5(b)ではDL4’と表記)、あとは図3(b)と同じ処理を行うことによって第2端点EP2を求める。すなわち、道路リンクDL4’に対して進行方向右側にある一定距離内の道路リンクで、同じ道路種別および同じ方位の道路リンクDL5’を探索し、当該道路リンクDL5’を基準として直進側下流にある交差点先の道路リンクで、交差点内道路リンクに接する道路リンクDL6を探索する。そして、この道路リンクDL6の上流側端点を第2端点EP2として求める。   In the three-fork road as shown in FIG. 5, the first end point EP1 can be calculated by the same procedure as the procedure shown in FIG. 3A (see FIG. 5A). On the other hand, since the host vehicle can not turn left on the three-forked road as shown in FIG. 5, it differs in this point from the crossroad shown in FIG. 3 (b). However, as shown in FIG. 5 (b), even if there is no road actually on the left side, the second end point EP2 is calculated using the road link DL3 used when calculating the first end point EP1. It is possible. First, the road link DL3 on the intersection destination on the oncoming vehicle side with reference to the road link DL3 (hereinafter referred to as oncoming vehicle left side road link) DLα is searched, and the oncoming vehicle side left side road link DLα is advanced Search the road link DLβ in the opposite lane with the same road type and the same direction on the road link within a certain distance on the right side, and search for the downstream road link DLγ when entering straight from the road link DLβ into the intersection Do. Then, this road link DLγ is regarded as the road link DL4 in FIG. 3B (denoted as DL4 ′ in FIG. 5B), and the second end point EP2 is obtained by performing the same processing as in FIG. 3B thereafter. Ask. That is, the road link within a certain distance on the right in the traveling direction with respect to the road link DL4 searches for the road link DL5 'of the same road type and the same heading, and is downstream on the straight ahead side with reference to the road link DL5'. The road link DL6 in contact with the intra-intersection road link is searched for at the intersection destination road link. Then, the upstream end point of the road link DL6 is determined as a second end point EP2.

また、この他、道路が斜めに交差している交差点や、一方が高架道路に対する側道となっている立体交差点などにおいても、上記実施形態と同様の計算方法により衝突点を算出することが可能である。   In addition to this, it is possible to calculate the collision point by the same calculation method as the above embodiment also at an intersection where the road intersects diagonally or a three-dimensional intersection where one side is a side road to the elevated road. It is.

また、上記実施形態では、図3(a)に示す手順に従って第1端点EP1を求める例を説明したが、この手順に限定されるものではない。例えば、上記実施形態では、交差点先の直進側道路リンクを探索する際に、交差点内道路リンクに接しない道路リンクで自車両30から最も近い道路リンクDL1を探索したが、交差点内道路リンクに接する道路リンクを探索するようにしてもよい。   Moreover, although the example which calculates | requires 1st end point EP1 according to the procedure shown to Fig.3 (a) was demonstrated in the said embodiment, it is not limited to this procedure. For example, in the above embodiment, when searching for the straight road link at the intersection destination, the road link not in contact with the intra-intersection road link is searched for the road link DL1 closest to the host vehicle 30. The road link may be searched.

また、以下のようにして第1端点EP1を求めるようにしてもよい。まず、自車両30のいる道路リンクDL0に対して進行方向右側にある一定距離内の道路リンクで、同じ道路種別および同じ方位の道路リンクを対向車線の道路リンクとして探索する。次に、当該対向車線の道路リンクを基準として直進側上流にある交差点先の道路リンクで、交差点内道路リンクに接する道路リンクDL3を探索する。そして、当該求めた道路リンクDL3の下流側端点を第1端点EP1として求めるようにすることが可能である。   Alternatively, the first end point EP1 may be determined as follows. First, with the road links within a certain distance on the right in the traveling direction with respect to the road link DL0 where the vehicle 30 is located, road links of the same road type and the same direction are searched as road links of opposite lanes. Next, the road link DL3 in contact with the intra-intersection road link is searched with the road link at the intersection destination located on the straight upstream side on the basis of the road link of the opposite lane. Then, it is possible to obtain the downstream end point of the obtained road link DL3 as the first end point EP1.

その他、交差点内において直進方向の道路リンクのみを用いて、自車両の直進側下流にある交差点先の道路における対向車線から交差点に接続する道路リンクDL3の下流側端点を算出する方法であれば、何れも第1端点算出部21の処理として適用することが可能である。   In addition, if it is a method of calculating the downstream end point of the road link DL3 connected to the intersection from the oncoming lane on the road ahead of the intersection on the straight ahead side of the own vehicle using only the road link in the straight ahead direction Any one of them can be applied as the process of the first end point calculation unit 21.

また、上記実施形態では、図3(b)に示す手順に従って第2端点EP2を算出する例を説明したが、この手順に限定されるものではない。例えば、上記実施形態では、交差点先の左折側道路リンクを探索する際に、交差点内道路リンクに接しない道路リンクで自車両30から最も近い道路リンクDL4を探索したが、交差点内道路リンクに接する道路リンクを探索するようにしてもよい。   Moreover, although the said embodiment demonstrated the example which calculates 2nd end point EP2 according to the procedure shown in FIG.3 (b), it is not limited to this procedure. For example, in the above embodiment, when searching for the left turn side road link at the intersection destination, the road link not in contact with the in-intersection road link is searched for the closest road link DL4 from the vehicle 30, but it is in contact with the in-intersection road link The road link may be searched.

また、以下のようにして第2端点EP2を求めるようにしてもよい。まず、図3(a)に示す手順で経路を辿る。その後、道路リンクDL3から左折側下流にある交差点先の道路リンクDL6を探索する。そして、当該求めた道路リンクDL6の下流側端点を第2端点EP2として求めるようにすることが可能である。   Alternatively, the second end point EP2 may be obtained as follows. First, the route is followed according to the procedure shown in FIG. Thereafter, the road link DL6 at the intersection destination downstream of the road link DL3 on the left side is searched. Then, it is possible to obtain the downstream end point of the obtained road link DL6 as the second end point EP2.

その他、交差点内において直進方向の道路リンクのみを用いて、自車両の右折側下流にある交差点先の道路における退出車線から交差点に接続する道路リンクDL6の上流側端点を算出する方法であれば、何れも第2端点算出部22の処理として適用することが可能である。   In addition, if it is a method of calculating the upstream end point of the road link DL6 connected to the intersection from the exit lane on the road ahead of the intersection located on the right turn side downstream of the own vehicle using only the road link in the straight ahead direction Any of them can be applied as the process of the second end point calculation unit 22.

また、上記実施形態では、本実施形態の衝突点算出装置を衝突防止支援システム100に適用する例について説明したが、適用例はこれに限定されない。例えば、車両の自動運転を制御する自動運転制御装置に適用してもよい。この場合、図1に示す構成において、報知部19に代えて自動運転制御部を備える。自動運転制御部は、自車走行推定部16により推定された自車両の衝突点到達時間と、他車走行推定部18により推定された他車両の衝突点到達時間とに基づいて、自車両(右折車)と他車両(対向車)とが衝突する可能性があるか否かを判定し、衝突の可能性がある場合は、衝突を回避するように自車両の走行(アクセル、ブレーキ、操舵など)を自動制御する。   Moreover, although the said embodiment demonstrated the example which applies the collision point calculation apparatus of this embodiment to the collision prevention assistance system 100, an application example is not limited to this. For example, the present invention may be applied to an automatic driving control device that controls automatic driving of a vehicle. In this case, an automatic driving control unit is provided instead of the notification unit 19 in the configuration shown in FIG. The autonomous driving control unit is based on the own vehicle (the arrival time at the collision point of the own vehicle estimated by the own vehicle traveling estimation unit 16 and the collision point arrival time of the other vehicle estimated by the other vehicle traveling estimation unit 18 It is determined whether there is a possibility of collision between another vehicle (oncoming car) and the other vehicle (oncoming vehicle), and if there is a possibility of a collision, travel of the vehicle (accelerator, brake, steering) to avoid the collision. Etc.) automatically.

その他、上記実施形態は、何れも本発明を実施するにあたっての具体化の一例を示したものに過ぎず、これによって本発明の技術的範囲が限定的に解釈されてはならないものである。すなわち、本発明はその要旨、またはその主要な特徴から逸脱することなく、様々な形で実施することができる。   In addition, any of the above-described embodiments is merely an example of embodying the present invention, and the technical scope of the present invention should not be interpreted in a limited manner. That is, the present invention can be implemented in various forms without departing from the scope or main features of the present invention.

11 地図データ取得部
12 地図メモリ
13 現在位置検出部
14 表示制御部
15 衝突点算出部(衝突点算出装置)
21 第1端点算出部
22 第2端点算出部
23 衝突点決定部
11 Map data acquisition unit 12 Map memory 13 Current position detection unit 14 Display control unit 15 Collision point calculation unit (collision point calculation device)
21 first end point calculation unit 22 second end point calculation unit 23 collision point determination unit

Claims (4)

交差点内道路リンクについては直進方向の道路リンクのみを用いて、自車両の直進側下流にある交差点先の道路における対向車線から上記交差点に接続する道路リンクの下流側端点を第1端点として求める第1端点算出部と、
上記交差点内道路リンクについては直進方向の道路リンクのみを用いて、上記自車両の右折側下流にある交差点先の道路における退出車線から上記交差点に接続する道路リンクの上流側端点を第2端点として求める第2端点算出部と、
上記第1端点算出部により求められた第1端点と、上記第2端点算出部により求められた第2端点とが一致する場合に、当該一致した端点を、右折する自車両と直進する対向車との衝突点として決定する衝突点決定部とを備えたことを特徴とする衝突点算出装置。
With regard to the intra-intersection road link, using only the road link in the straight ahead direction, the downstream end point of the road link connected to the intersection from the oncoming lane in the intersection destination road downstream of the own vehicle is determined as the first end point 1 end point calculation unit,
For the road link in the intersection, using only the road link in the straight ahead direction, the upstream end point of the road link connected to the intersection from the exit lane on the road ahead of the intersection located on the right turn side downstream of the own vehicle is taken as the second end point A second end point calculation unit to be determined;
When the first end point calculated by the first end point calculation unit coincides with the second end point calculated by the second end point calculation unit, the oncoming vehicle which straightly turns the matched end point travels straight with the host vehicle And a collision point determination unit which determines the collision point as the collision point.
上記第1端点算出部は、
上記自車両のいる道路リンクを基準として直進側下流にある交差点先の直進側道路リンクを探索し、
上記交差点先の直進側道路リンクに対して進行方向右側にある一定距離内の道路リンクで、同じ道路種別および同じ方位の道路リンクを上記対向車線の道路リンクとして探索し、
上記対向車線の道路リンクを基準として直進側下流にある交差点前の道路リンクで、交差点内道路リンクに接する道路リンクを探索し、
上記交差点内道路リンクに接する道路リンクの下流側端点を上記第1端点として求めることを特徴とする請求項1に記載の衝突点算出装置。
The first end point calculation unit
Based on the road link where the host vehicle is located, a straight road link at the intersection destination located on the straight downstream side is searched.
With the road link within a certain distance on the right side in the traveling direction with respect to the straight road link at the intersection destination, a road link of the same road type and the same direction is searched as the road link of the opposite lane;
With the road link in front of the intersection located on the straight downstream side with reference to the road link of the opposite lane, search for a road link in contact with the in-intersection road link,
The collision point calculation device according to claim 1, wherein a downstream end point of the road link in contact with the intra-intersection road link is determined as the first end point.
上記第2端点算出部は、
上記自車両のいる道路リンクを基準として左折側下流にある交差点先の左折側道路リンクを探索し、
上記交差点先の左折側道路リンクに対して進行方向右側にある一定距離内の道路リンクで、同じ道路種別および同じ方位の道路リンクを左折対向車線の道路リンクとして探索し、
上記左折対向車線の道路リンクを基準として直進側下流にある交差点先の道路リンクで、交差点内道路リンクに接する道路リンクを探索し、
上記交差点内道路リンクに接する道路リンクの上流側端点を上記第2端点として求めることを特徴とする請求項1または2に記載の衝突点算出装置。
The second end point calculation unit
Based on the road link where the host vehicle is located, search for the left side road link at the intersection destination on the left side,
With the road link within a certain distance on the right side in the traveling direction with respect to the left side road link at the intersection destination, a road link of the same road type and the same direction is searched as a road link of left turn oncoming lane,
With the road link ahead of the intersection located on the straight downstream side with reference to the road link for the above left turn opposite lane, search for the road link in contact with the road link inside the intersection,
3. The collision point calculation device according to claim 1, wherein an upstream end point of the road link in contact with the intra-intersection road link is determined as the second end point.
衝突点算出装置の第1端点算出部が、交差点内道路リンクについては直進方向の道路リンクのみを用いて、自車両の直進側下流にある交差点先の道路における対向車線から上記交差点に接続する道路リンクの下流側端点を第1端点として求める第1端点算出ステップと、
上記衝突点算出装置の第2端点算出部が、上記交差点内道路リンクについては直進方向の道路リンクのみを用いて、上記自車両の右折側下流にある交差点先の道路における退出車線から上記交差点に接続する道路リンクの上流側端点を第2端点として求める第2端点算出ステップと、
上記衝突点算出装置の衝突点決定部が、上記第1端点算出部により求められた第1端点と、上記第2端点算出部により求められた第2端点とが一致する場合に、当該一致した端点を、右折する自車両と直進する対向車との衝突点として決定する衝突点決定ステップとを有することを特徴とする衝突点算出方法。
The first end point calculation unit of the collision point calculation device is connected to the intersection from the oncoming lane of the intersection ahead on the straight ahead side of the own vehicle using only the road link in the straight ahead direction for the intra-intersection road link A first end point calculating step of determining the downstream end point of the link as the first end point;
The second end point calculation unit of the collision point calculation device uses the road link in the straight ahead direction only for the intra-intersection road link, and moves from the exit lane on the intersection destination road downstream of the host vehicle to the intersection A second end point calculation step of determining an upstream end point of the road link to be connected as a second end point;
The collision point determination unit of the collision point calculation device matches the first end point determined by the first end point calculation unit and the second end point determined by the second end point calculation unit. And a collision point determination step of determining an end point as a collision point between the host vehicle turning right and the oncoming vehicle going straight on.
JP2018006306A 2018-01-18 2018-01-18 Collision point calculation device and collision point calculation method Active JP6974191B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018006306A JP6974191B2 (en) 2018-01-18 2018-01-18 Collision point calculation device and collision point calculation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018006306A JP6974191B2 (en) 2018-01-18 2018-01-18 Collision point calculation device and collision point calculation method

Publications (2)

Publication Number Publication Date
JP2019125232A true JP2019125232A (en) 2019-07-25
JP6974191B2 JP6974191B2 (en) 2021-12-01

Family

ID=67399044

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018006306A Active JP6974191B2 (en) 2018-01-18 2018-01-18 Collision point calculation device and collision point calculation method

Country Status (1)

Country Link
JP (1) JP6974191B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2022149728A (en) * 2021-03-25 2022-10-07 本田技研工業株式会社 Vehicle control device, vehicle, operation method and program of vehicle control device
JP2022149727A (en) * 2021-03-25 2022-10-07 本田技研工業株式会社 Vehicle control device, vehicle, operation method and program of vehicle control device
CN115424474A (en) * 2022-11-04 2022-12-02 联友智连科技有限公司 V2X and RSU-based left turn auxiliary early warning method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007164339A (en) * 2005-12-12 2007-06-28 Toyota Central Res & Dev Lab Inc Calculation processing program, calculation processing device, and calculation processing method
WO2017013748A1 (en) * 2015-07-21 2017-01-26 日産自動車株式会社 Scene evaluation device, travel support device, and scene evaluation method
JP2017111575A (en) * 2015-12-15 2017-06-22 株式会社デンソー Driving support device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007164339A (en) * 2005-12-12 2007-06-28 Toyota Central Res & Dev Lab Inc Calculation processing program, calculation processing device, and calculation processing method
WO2017013748A1 (en) * 2015-07-21 2017-01-26 日産自動車株式会社 Scene evaluation device, travel support device, and scene evaluation method
JP2017111575A (en) * 2015-12-15 2017-06-22 株式会社デンソー Driving support device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2022149728A (en) * 2021-03-25 2022-10-07 本田技研工業株式会社 Vehicle control device, vehicle, operation method and program of vehicle control device
JP2022149727A (en) * 2021-03-25 2022-10-07 本田技研工業株式会社 Vehicle control device, vehicle, operation method and program of vehicle control device
JP7177205B2 (en) 2021-03-25 2022-11-22 本田技研工業株式会社 VEHICLE CONTROL DEVICE, VEHICLE, OPERATING METHOD AND PROGRAM OF VEHICLE CONTROL DEVICE
CN115424474A (en) * 2022-11-04 2022-12-02 联友智连科技有限公司 V2X and RSU-based left turn auxiliary early warning method

Also Published As

Publication number Publication date
JP6974191B2 (en) 2021-12-01

Similar Documents

Publication Publication Date Title
US10012516B1 (en) Navigation lane guidance
US8112222B2 (en) Lane determining device, method, and program
WO2017010209A1 (en) Peripheral environment recognition device and computer program product
JP2010287162A (en) Driving support apparatus and program
KR20110029188A (en) Navigation apparatus and driving route information offering method using by it, automatic driving system and its method
JP2014119372A (en) Navigation device and method for guiding travel route at tollhouse
CN108463690A (en) Assess u turn feasibility
JP2020506388A (en) Method and apparatus for updating a digital map
JP2006266739A (en) Route guide apparatus
JP6974191B2 (en) Collision point calculation device and collision point calculation method
JP2008196968A (en) Lane determining device, lane determining method, and navigation device using it
JP2002156242A (en) Navigation apparatus, audio guidance method, route guide method and storage medium
JP4013797B2 (en) Navigation device
JP2018165888A (en) On-vehicle terminal and automatic driving end advance warning method
JP2008196969A (en) Lane determining device, lane determining method, and navigation device using the same
JP4950624B2 (en) Automatic braking control device
JP4953829B2 (en) Navigation device and own vehicle position determination method
JP4707516B2 (en) Navigation device and route guidance method
JP6455598B2 (en) Route search apparatus and route search method
JP6117671B2 (en) Vehicle support device
JP3941605B2 (en) Car navigation system
JP2008305101A (en) Warning device upon vehicle right or left turn
JP2011002893A (en) Driving support device and program
JP5013214B2 (en) Lane determination device, lane determination program, and navigation device using the same
JP2018072207A (en) Route guide device, and route guide control method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200827

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20210730

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210810

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210922

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20211102

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20211104

R150 Certificate of patent or registration of utility model

Ref document number: 6974191

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150