JP7114865B2 - VEHICLE POSITION DETECTION METHOD AND VEHICLE POSITION DETECTION DEVICE - Google Patents

VEHICLE POSITION DETECTION METHOD AND VEHICLE POSITION DETECTION DEVICE Download PDF

Info

Publication number
JP7114865B2
JP7114865B2 JP2017169462A JP2017169462A JP7114865B2 JP 7114865 B2 JP7114865 B2 JP 7114865B2 JP 2017169462 A JP2017169462 A JP 2017169462A JP 2017169462 A JP2017169462 A JP 2017169462A JP 7114865 B2 JP7114865 B2 JP 7114865B2
Authority
JP
Japan
Prior art keywords
vehicle
roundabout
position detection
feature points
angle
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.)
Active
Application number
JP2017169462A
Other languages
Japanese (ja)
Other versions
JP2019045341A (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.)
Nissan Motor Co Ltd
Original Assignee
Nissan Motor Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nissan Motor Co Ltd filed Critical Nissan Motor Co Ltd
Priority to JP2017169462A priority Critical patent/JP7114865B2/en
Publication of JP2019045341A publication Critical patent/JP2019045341A/en
Application granted granted Critical
Publication of JP7114865B2 publication Critical patent/JP7114865B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Navigation (AREA)

Description

本発明は、車両位置検出方法及び車両位置検出装置に関するものである。 The present invention relates to a vehicle position detection method and a vehicle position detection device.

従来において、環状交差点(ラウンドアバウト)における車両の位置を示すものとして、車両がラウンドアバウトに進入する前に走行した道路の位置とラウンドアバウトにおける車両の位置との間の回転角度(回転角)を計算するという技術がある。回転角は、ジャイロ等で検出した回転角速度を積分することにより得られる(特許文献1を参照)。 Conventionally, as an indication of the position of a vehicle at a roundabout, the angle of rotation (angle of rotation) between the position of the road on which the vehicle traveled before entering the roundabout and the position of the vehicle at the roundabout is There is a technique to calculate The rotation angle is obtained by integrating rotation angular velocities detected by a gyro or the like (see Patent Document 1).

特開平11-248479号公報JP-A-11-248479

上記のように、回転角速度を積分することで回転角を得た場合、回転角速度の誤差が蓄積され、回転角の精度を向上できないという問題がある。 As described above, when the rotation angle is obtained by integrating the rotation angular velocity, there is a problem that errors in the rotation angular velocity are accumulated and the accuracy of the rotation angle cannot be improved.

本発明は、上記課題に鑑みて成されたものであり、その目的は、ラウンドアバウトにおける車両の位置を示す回転角を精度よく検出できる車両位置検出方法及び車両位置検出装置を提供することである。 SUMMARY OF THE INVENTION The present invention has been made in view of the above problems, and an object thereof is to provide a vehicle position detection method and a vehicle position detection device capable of accurately detecting a rotation angle indicating the position of a vehicle on a roundabout. .

本発明の一態様に係わる車両位置検出方法は、GPS電波受信部と、地図データベースと、センサと、車両位置検出回路とを備える車両位置検出装置の車両位置検出方法である。車両位置検出回路は、GPS電波受信部が取得した車両の位置と、地図データベースに蓄積された地図情報とに基づいて、車両がラウンドアバウト内に存在するか否かを判断する。車両位置検出回路は、車両がラウンドアバウト内に存在すると判断した場合、センサが取得したラウンドアバウト内における車両の向きを示す絶対角度に基づいて、ラウンドアバウトの中心を軸として、ラウンドアバウトにおける基準位置と車両の位置の間の回転角を求める。車両位置検出回路は、センサが取得した車両の周囲の物体に関する周囲物体情報に基づいて、車両の周囲の特徴点と車両との相対位置を求め、特徴点の候補から回転角に基づいて特徴点を選択し、選択した特徴点の位置と相対位置とに基づいて車両の位置を求める。 A vehicle position detection method according to one aspect of the present invention is a vehicle position detection method for a vehicle position detection device including a GPS radio wave receiver, a map database, a sensor, and a vehicle position detection circuit. The vehicle position detection circuit determines whether or not the vehicle is in the roundabout based on the vehicle position acquired by the GPS radio wave receiver and the map information accumulated in the map database. If the vehicle position detection circuit determines that the vehicle is inside the roundabout, the position of the vehicle in the roundabout is determined based on the absolute angle of the direction of the vehicle inside the roundabout obtained by the sensor. Determine the angle of rotation between the reference position and the position of the vehicle. The vehicle position detection circuit obtains the relative positions of the vehicle and feature points around the vehicle based on the surrounding object information about the objects around the vehicle acquired by the sensor, and detects the feature points from the candidate feature points based on the rotation angle. and determine the position of the vehicle based on the positions and relative positions of the selected feature points.

本発明によれば、ラウンドアバウトにおける車両の位置を示す回転角を精度よく検出できる。 ADVANTAGE OF THE INVENTION According to this invention, the rotation angle which shows the position of the vehicle in a roundabout can be accurately detected.

図1Aは、本発明の実施形態に係る車両位置検出装置を搭載した車両の一部を示す機能ブロック図である。FIG. 1A is a functional block diagram showing part of a vehicle equipped with a vehicle position detection device according to an embodiment of the invention. 図1Bは、自動運転コントローラの構成例を示す機能ブロック図である。FIG. 1B is a functional block diagram showing a configuration example of an automatic driving controller. 図2は、本発明の実施形態に係る車両位置検出方法を説明するためのフローチャートである。FIG. 2 is a flow chart for explaining the vehicle position detection method according to the embodiment of the present invention. 図3は、回転角の算出について説明するための図である。FIG. 3 is a diagram for explaining calculation of the rotation angle. 図4は、自車両の位置の補正について説明するための図である。FIG. 4 is a diagram for explaining correction of the position of the own vehicle. 図5は、相対位置の算出について説明するための図である。FIG. 5 is a diagram for explaining calculation of the relative position. 図6は、特徴点の位置の取得について説明するための図である。FIG. 6 is a diagram for explaining acquisition of the positions of feature points.

図面を参照して、実施形態を説明する。図面の記載において同一部分には同一符号を付して説明を省略する。 Embodiments will be described with reference to the drawings. In the description of the drawings, the same parts are denoted by the same reference numerals, and the description thereof is omitted.

図1Aに示すように、車両は、自動運転コントローラ1、入力デバイス2、外部センサ部3、内部センサ部4、GPS(Global Positioning System)電波受信部5、地図データベース6、HMI(human machine interface)コントローラ7、アクチュエータ部8及び表示デバイス9を備える。この車両を他車両と混同しないように「自車両」という。 As shown in FIG. 1A, the vehicle includes an automatic driving controller 1, an input device 2, an external sensor unit 3, an internal sensor unit 4, a GPS (Global Positioning System) radio wave receiving unit 5, a map database 6, and an HMI (human machine interface). It comprises a controller 7 , an actuator section 8 and a display device 9 . In order not to confuse this vehicle with other vehicles, it is referred to as the "own vehicle".

自動運転コントローラ1は、車両位置検出回路に相当するもので、CPU(中央処理装置)、メモリ、及び入出力部を備えるマイクロコンピュータを用いて実現可能である。マイクロコンピュータを自動運転コントローラ1として機能させるためのコンピュータプログラムを、マイクロコンピュータにインストールして実行する。これにより、マイクロコンピュータは、自動運転コントローラ1として機能する。なお、ここでは、ソフトウェアによって自動運転コントローラ1を実現する例を示すが、もちろん、以下に示す各情報処理を実行するための専用のハードウェアを用意して、自動運転コントローラ1を構成することも可能である。 The automatic driving controller 1 corresponds to a vehicle position detection circuit, and can be realized using a microcomputer having a CPU (Central Processing Unit), a memory, and an input/output unit. A computer program for causing the microcomputer to function as the automatic driving controller 1 is installed in the microcomputer and executed. Thereby, the microcomputer functions as the automatic driving controller 1 . Here, an example of realizing the automatic operation controller 1 by software is shown, but of course, the automatic operation controller 1 can be configured by preparing dedicated hardware for executing each information processing shown below. It is possible.

入力デバイス2は、車両の乗員が各種の情報を入力するデバイスであり、自車両に搭載されるナビゲーションシステムのスイッチと共用するものや、ステアリングホイールに設けられたスイッチ等を入力デバイス2として使用できる。 The input device 2 is a device for the vehicle occupant to input various information, and can be used as the input device 2 such as a switch shared with the navigation system mounted on the vehicle or a switch provided on the steering wheel. .

外部センサ部3は、レーザレーダやミリ波レーダなどのレーダ装置、又は単眼或いは複眼のステレオカメラなどのカメラ(共に図示せず)を備え、レーダ装置又はカメラから得た自車両周囲の物体(例えば、区画線や道路端)に関する画像(周囲物体情報という)を自動運転コントローラ1に出力する。 The external sensor unit 3 includes a radar device such as a laser radar or a millimeter wave radar, or a camera such as a monocular or compound eye stereo camera (both not shown). , lane markings and road edges) (referred to as surrounding object information) is output to the automatic driving controller 1 .

内部センサ部4は、自車両の車体のヨー角、ロール角、ピッチ角を検出し、自動運転コントローラに出力する。また、内部センサ部4は、自車両のアクセルペダル、ブレーキペダルの操作量及びステアリングホイールの操舵角を検出し、自動運転コントローラ1に出力する。車体のヨー角、ロール角、ピッチ角は、ジャイロセンナを用いて検出したヨー角、ロール角、ピッチ角の角速度をそれぞれ積分することにより算出できる。また、内部センサ部4は、車速を検出し、自動運転コントローラ1に出力する。また、内部センサ部4は、自車両の向きを示す絶対角度を検出し、自動運転コントローラ1に出力する。 The internal sensor unit 4 detects the yaw angle, roll angle, and pitch angle of the body of the host vehicle and outputs them to the automatic driving controller. The internal sensor unit 4 also detects the operation amounts of the accelerator pedal and the brake pedal of the host vehicle and the steering angle of the steering wheel, and outputs them to the automatic driving controller 1 . The yaw angle, roll angle, and pitch angle of the vehicle body can be calculated by integrating the angular velocities of the yaw angle, roll angle, and pitch angle detected using a gyro sensor. Also, the internal sensor unit 4 detects the vehicle speed and outputs it to the automatic driving controller 1 . The internal sensor unit 4 also detects an absolute angle indicating the direction of the vehicle and outputs it to the automatic driving controller 1 .

絶対角度は、例えば、北を基準とした時計回り方向の角度である。例えば、自車両が東を向いている場合、絶対角度は90度である。内部センサ部4は、例えば電子コンパス等のセンサを備え、絶対角度を電子コンパス等を用いて算出する。なお、絶対角度の基準は北以外でもよい。また、絶対角度は反時計回り方向の角度でもよい。 An absolute angle is, for example, a clockwise angle relative to north. For example, if the vehicle is facing east, the absolute angle is 90 degrees. The internal sensor unit 4 includes a sensor such as an electronic compass, for example, and calculates an absolute angle using the electronic compass or the like. Note that the absolute angle reference may be other than north. Also, the absolute angle may be an angle in the counterclockwise direction.

GPS電波受信部5は、3個以上のGPS衛星から電波を受信することにより自車両の位置を得て、位置を自動運転コントローラ1に出力する。 The GPS radio wave receiving unit 5 obtains the position of the own vehicle by receiving radio waves from three or more GPS satellites, and outputs the position to the automatic driving controller 1 .

地図データベース6は、自車両が走行する地域の詳細地図情報を蓄積し、自動運転コントローラ1は、詳細地図情報を参照する。詳細地図情報は、道路及び交差点の位置などの情報を含む。交差点には、十字交差点、T字交差点の他に、ラウンドアバウトと称する環状交差点が含まれる。 The map database 6 accumulates detailed map information of the area where the vehicle travels, and the automatic driving controller 1 refers to the detailed map information. The detailed map information includes information such as the positions of roads and intersections. The intersections include cross intersections, T-shaped intersections, and circular intersections called roundabouts.

ラウンドアバウトとは、3本以上の道路が環状の道路(環道という)に接続する交差点であり、ここでは、ラウンドアバウトは環道をいうものとする。 A roundabout is an intersection where three or more roads connect to a ring road (called a ring road). Here, a roundabout means a ring road.

また、詳細地図情報は、道路周囲の物体に関する情報を含む。この情報は、例えば、区画線や道路端の位置情報、及びラウンドアバウトの周囲の画像から抽出された特徴点(b11、b12、b13、b14、図4参照)に関する情報(特徴点の位置や特徴量)を含む。 The detailed map information also includes information about objects around the road. This information includes, for example, positional information on lane markings and roadsides, and information on feature points (b11, b12, b13, b14, see FIG. 4) extracted from the image around the roundabout (positions and features amount).

表示デバイス9は、例えば、自車両に搭載されるナビゲーションシステムであり、HMIコントローラ7は、経路案内の音声や映像を表示デバイス9に出力する。表示デバイス9は、経路案内の音声を再生し、映像を表示する。 The display device 9 is, for example, a navigation system mounted on the vehicle, and the HMI controller 7 outputs audio and video for route guidance to the display device 9 . The display device 9 reproduces route guidance audio and displays images.

自動運転コントローラ1は、自車両の位置を検出し、自車両の位置を起点とする目標経路を求め、アクチュエータ部8に対し、自車両を目標経路に沿って走行させるべく、自車両の車速、操舵を制御するための制御情報を出力する。また、自動運転コントローラ1は、車内環境や車外環境を制御する制御情報、入力デバイス2を制御して、運転支援や自律運転を行うための制御情報を出力する。 The automatic driving controller 1 detects the position of the own vehicle, obtains a target route starting from the position of the own vehicle, and instructs the actuator unit 8 to drive the own vehicle along the target route. Outputs control information for controlling steering. In addition, the automatic driving controller 1 outputs control information for controlling the vehicle interior environment and the vehicle exterior environment, and control information for controlling the input device 2 to perform driving assistance and autonomous driving.

自動運転コントローラ1は、コンピュータプログラムの実行により実現される機能的な構成要素として、第1車両位置算出部11(第1車両位置算出回路)、第2車両位置算出部12(第2車両位置算出回路)、第3車両位置算出部13(第3車両位置算出回路)、車両位置補正部14(車両位置補正回路)、目標経路算出部15(目標経路算出回路)及び車両走行制御部16(車両走行制御回路)を備える。 The automatic driving controller 1 includes, as functional components realized by executing a computer program, a first vehicle position calculation unit 11 (first vehicle position calculation circuit), a second vehicle position calculation unit 12 (second vehicle position calculation circuit), a third vehicle position calculation unit 13 (third vehicle position calculation circuit), a vehicle position correction unit 14 (vehicle position correction circuit), a target route calculation unit 15 (target route calculation circuit), and a vehicle travel control unit 16 (vehicle running control circuit).

第1車両位置算出部11は、自車両の車速とヨー角に基づいて自車両の位置を算出する。第2車両位置算出部12は、自車両の方向を示す絶対角度に基づいてラウンドアバウトにおける自車両の位置を算出する。第3車両位置算出部13は、自車両周囲の物体の特徴点と自車両の相対位置を算出し、相対位置と特徴点の位置に基づき自車両の位置を算出する。 The first vehicle position calculator 11 calculates the position of the vehicle based on the vehicle speed and yaw angle of the vehicle. The second vehicle position calculator 12 calculates the position of the vehicle on the roundabout based on the absolute angle indicating the direction of the vehicle. The third vehicle position calculator 13 calculates the relative positions of the vehicle and feature points of objects around the vehicle, and calculates the position of the vehicle based on the relative positions and the positions of the feature points.

車両位置補正部14は、第1車両位置算出部11が算出した自車両の位置と第2車両位置算出部12が算出した自車両の位置をラウンドアバウトの形状等に基づき補正する。 The vehicle position correction unit 14 corrects the position of the vehicle calculated by the first vehicle position calculation unit 11 and the position of the vehicle calculated by the second vehicle position calculation unit 12 based on the shape of the roundabout and the like.

目標経路算出部15は、自車両の位置を起点として自車両が走行すべき目標経路を算出する。車両走行制御部16は、目標経路に沿って自車両が走行するように、アクチュエータ部8に対し、車速、操舵の制御情報を出力する。 The target route calculation unit 15 calculates a target route along which the vehicle should travel, starting from the position of the vehicle. The vehicle travel control unit 16 outputs vehicle speed and steering control information to the actuator unit 8 so that the host vehicle travels along the target route.

アクチュエータ部8は、車速、操舵の制御情報に基づき、自車両のアクセルペダルの操作量(駆動力)、ブレーキペダルの操作量(制動力)及びステアリングホイールの操舵角(操舵量)を制御し、自車両を目標経路に沿って自動的に走行させる。 The actuator unit 8 controls the amount of operation of the accelerator pedal (driving force), the amount of operation of the brake pedal (braking force), and the steering angle (steering amount) of the steering wheel of the own vehicle based on the vehicle speed and steering control information, The own vehicle is automatically driven along the target route.

また、アクチュエータ部8は、車内環境や車外環境の制御情報に基づき、自車両の車内環境や車外環境を制御する。また、アクチュエータ部8は、運転支援や自律運転のための制御情報に基づき、入力デバイス2を制御する。 Further, the actuator unit 8 controls the environment inside the vehicle and the environment outside the vehicle based on control information for the environment inside the vehicle and the environment outside the vehicle. The actuator unit 8 also controls the input device 2 based on control information for driving assistance and autonomous driving.

次に、図2を参照し、図1の自車両における車両位置検出方法の一例を説明する。自車両では、図2の処理を繰り返し行う。 Next, with reference to FIG. 2, an example of the vehicle position detection method in the own vehicle of FIG. 1 will be described. The own vehicle repeats the processing of FIG.

ステップS1:自動運転コントローラ1は、GPS電波受信部5から自車両の位置を取得する。
ステップS3:次に、自動運転コントローラ1は、詳細地図情報を参照し、ラウンドアバウトの位置と自車両の位置とに基づき、自車両がラウンドアバウト内に存在するか否かを判定する。
Step S<b>1 : The automatic driving controller 1 acquires the position of the own vehicle from the GPS radio wave receiving section 5 .
Step S3: Next, the automatic driving controller 1 refers to the detailed map information and determines whether or not the own vehicle is present in the roundabout based on the position of the roundabout and the position of the own vehicle.

自車両がラウンドアバウト内に存在する場合は(S3:YES)、車速とヨー角に基づく自車両の位置検出と、絶対角度に基づく自車両の位置検出とを行う。 If the own vehicle exists within the roundabout (S3: YES), the position of the own vehicle is detected based on the vehicle speed and yaw angle, and the position of the own vehicle is detected based on the absolute angle.

(車速とヨー角に基づく自車両の位置検出)
ステップS5:車速とヨー角に基づく自車両の位置検出において、自動運転コントローラ1の第1車両位置算出部11は、まず、内部センサ部4から車速とヨー角を取得する。
ステップS7:次に、第1車両位置算出部11は、は、地図における過去の自車両の位置を基準とした現在の位置の相対位置を車速とヨー角に基づいて求め、過去の自車両の位置と相対位置に基づいて、地図における現在の自車両の位置を算出する。求めた自車両の位置は、次回のステップS7での「過去の自車両の位置」として使用する。以下、ステップS7で求めた位置を第1車両位置という。
(Position detection of own vehicle based on vehicle speed and yaw angle)
Step S5: In detecting the position of the host vehicle based on the vehicle speed and the yaw angle, the first vehicle position calculator 11 of the automatic driving controller 1 first acquires the vehicle speed and the yaw angle from the internal sensor unit 4 .
Step S7: Next, the first vehicle position calculator 11 calculates the relative position of the current position of the vehicle with respect to the past position of the vehicle on the map based on the vehicle speed and the yaw angle. Based on the position and the relative position, the current position of the own vehicle on the map is calculated. The obtained position of the own vehicle is used as the "past position of the own vehicle" in the next step S7. Hereinafter, the position obtained in step S7 will be referred to as the first vehicle position.

(絶対角度に基づく自車両の位置検出)
ステップS9:絶対角度に基づく自車両の位置検出において、自動運転コントローラ1の第2車両位置算出部12は、まず、内部センサ部4から絶対角度を取得する。
ステップS11:次に、第2車両位置算出部12は、絶対角度に基づいて、ラウンドアバウトの中心を軸として、ラウンドアバウトにおける基準位置と自車両の位置の間の回転角を算出する。
(Position detection of self-vehicle based on absolute angle)
Step S<b>9 : In detecting the position of the own vehicle based on the absolute angle, the second vehicle position calculator 12 of the automatic driving controller 1 first acquires the absolute angle from the internal sensor unit 4 .
Step S11: Next, the second vehicle position calculator 12 calculates the rotation angle between the reference position on the roundabout and the position of the host vehicle, with the center of the roundabout as the axis, based on the absolute angle.

ここで、図3を参照し、ステップS11における回転角の算出について説明する。
ラウンドアバウトRAには、複数の道路Rが接続される。図3では上方が北とする。ラウンドアバウトRAにおいて、ラウンドアバウトRAの中心Cから北の方向の位置をラウンドアバウトRAの基準位置Pとする。
Here, the calculation of the rotation angle in step S11 will be described with reference to FIG.
A plurality of roads R are connected to the roundabout RA. In FIG. 3, the top is north. In the roundabout RA, the position in the north direction from the center C of the roundabout RA is defined as the reference position P of the roundabout RA.

一方、自車両の絶対角度は、北を基準とした時計回り方向の角度とする。自車両の位置100での絶対角度θは、位置100を通る円の接線101と北の方角Nの間の角度である。接線101は、位置100での自車両の進行方向を示す。 On the other hand, the absolute angle of the own vehicle is the angle in the clockwise direction with north as the reference. The absolute angle θ at the position 100 of the host vehicle is the angle between the tangent line 101 of the circle passing through the position 100 and the direction N to the north. A tangent line 101 indicates the traveling direction of the host vehicle at the position 100 .

中心Cを軸とし、基準位置Pと車両の位置100の間の時計回りの回転角αは、次式により求めることができる。
[数1]
α=(3π/2)+θ
A clockwise rotation angle α between the reference position P and the vehicle position 100 about the center C can be obtained by the following equation.
[Number 1]
α=(3π/2)+θ

すなわち、ステップS13で第2車両位置算出部12は、絶対角度θを例えば、この式に代入し、回転角αを求める。基準位置Pが変われば、πにかかる係数(3/2)を変えればよい。
なお、絶対角度の基準は北以外でもよい。また、絶対角度は反時計回り方向の角度でもよい。
That is, in step S13, the second vehicle position calculator 12 substitutes the absolute angle θ into this equation, for example, to obtain the rotation angle α. If the reference position P is changed, the coefficient (3/2) applied to π should be changed.
Note that the absolute angle reference may be other than north. Also, the absolute angle may be an angle in the counterclockwise direction.

図2に戻り、説明を続ける。
ステップS13:第2車両位置算出部12は、ステップS11で求めた回転角に基づき、地図における現在の自車両の位置を算出する。例えば、地図における基準位置とラウンドアバウトの大きさ(例えば直径)と回転角に基づき、地図における自車両の位置を求める。以下、ステップS13で求めた位置を第2車両位置という。
Returning to FIG. 2, the description is continued.
Step S13: The second vehicle position calculator 12 calculates the current position of the host vehicle on the map based on the rotation angle obtained in step S11. For example, the position of the own vehicle on the map is obtained based on the reference position on the map and the size (eg, diameter) and rotation angle of the roundabout. Hereinafter, the position obtained in step S13 will be referred to as the second vehicle position.

ステップS15:ステップS7、ステップS11の処理を行った後、自動運転コントローラ1の車両位置補正部14は、第1車両位置、第2車両位置が互いに異なる場合は、自車両の位置を補正し、ステップS17に進む。なお、第1車両位置、第2車両位置が同じ場合は、それをステップ17以降における補正後の自車両の位置として扱う。 Step S15: After performing the processing of steps S7 and S11, the vehicle position correction unit 14 of the automatic driving controller 1 corrects the position of the own vehicle when the first vehicle position and the second vehicle position are different from each other, Proceed to step S17. If the first vehicle position and the second vehicle position are the same, they are treated as the position of the own vehicle after correction in step 17 and thereafter.

図4を参照し、ステップS15における自車両の位置の補正について説明する。
図4のラウンドアバウトRAは、真円ではなく、直線または曲率半径が大きい区間a1、a2(便宜的に直線区間と総称する)を有する。絶対角度が、基準位置Pを基準とした時計回り方向の角度とすると、区間a1では、どこでも絶対角度はおよそ90度となる。区間a2では、どこでも絶対角度はおよそ270度となる。よって、ステップS11で求めた回転角が、90度±誤差の範囲に属する場合、または、270度±誤差の範囲に属する場合は、すなわち、ラウンドアバウトにおける曲率半径が大の区間では、第2車両位置よりも第1車両位置に近い位置を補正後の自車両の位置として求める。つまり、第2車両位置の重み付けを低くし、第1車両位置の重み付けを高くする。
Correction of the position of the host vehicle in step S15 will be described with reference to FIG.
The roundabout RA in FIG. 4 is not a perfect circle, but has sections a1 and a2 (collectively referred to as straight sections for convenience) that are straight lines or have large curvature radii. Assuming that the absolute angle is an angle in the clockwise direction with respect to the reference position P, the absolute angle is approximately 90 degrees anywhere in the section a1. In section a2, the absolute angle is approximately 270 degrees everywhere. Therefore, when the rotation angle obtained in step S11 belongs to the range of 90 degrees ± error, or belongs to the range of 270 degrees ± error, that is, in the section where the radius of curvature of the roundabout is large, the second vehicle A position closer to the first vehicle position than the position is obtained as the position of the own vehicle after correction. That is, the second vehicle position is weighted low and the first vehicle position is weighted high.

一方、例えば、ラウンドアバウトが真円の場合、又は、直線区間以外では、すなわち、ラウンドアバウトにおける曲率半径が小の区間では、第1車両位置よりも第2車両位置に近い位置を補正後の自車両の位置として求める。つまり、第2車両位置の重み付けを高くし、第1車両位置の重み付けを低くする。なお、直線区間の位置は、詳細地図情報に格納し、補正の際に参照する。 On the other hand, for example, when the roundabout is a perfect circle, or in a section other than a straight section, that is, in a section where the radius of curvature of the roundabout is small, the corrected vehicle position is closer to the second vehicle position than the first vehicle position. It is obtained as the position of the vehicle. That is, the weighting of the second vehicle position is increased and the weighting of the first vehicle position is decreased. Note that the position of the straight section is stored in the detailed map information and referred to during correction.

図2に戻り、説明を続ける。
ステップS17:自動運転コントローラ1の第3車両位置算出部13は、地図データベース6から詳細地図情報を取得し、外部センサ部3から周囲物体情報を取得する。
ステップS19:次に、第3車両位置算出部13は、周囲物体情報に基づき、自車両周囲の物体の特徴点と自車両との相対位置を算出し、ステップS21に進む。
Returning to FIG. 2, the description is continued.
Step S<b>17 : The third vehicle position calculation unit 13 of the automatic driving controller 1 acquires detailed map information from the map database 6 and acquires surrounding object information from the external sensor unit 3 .
Step S19: Next, the third vehicle position calculation unit 13 calculates the relative position between the feature point of the object around the own vehicle and the own vehicle based on the surrounding object information, and proceeds to step S21.

図5を参照し、ステップS19における相対位置の算出について説明する。
図5に示すように、自車両の走行中、外部センサ部3は例えば前方の範囲bの画像(周囲物体情報)を逐次取得する。自動運転コントローラ1は、例えば、画像から特徴点b1(例えば、路側同士が接続する点)を抽出し、各画像における特徴点b1の位置変化に基づき、特徴点b1と自車両の位置Gの相対位置を求める。特徴点の抽出及び特徴点の記述の手法としては、例えば、SIFT(Scale Invariant Feature Transform)特徴量やSURF(Speed-Up Robust Features)特徴量などの既知の手法を用いることができる。
Calculation of the relative position in step S19 will be described with reference to FIG.
As shown in FIG. 5, while the host vehicle is running, the external sensor unit 3 sequentially acquires, for example, an image (surrounding object information) of a forward range b. The automatic driving controller 1, for example, extracts a feature point b1 (for example, a point where the roadsides are connected) from the image, and based on the position change of the feature point b1 in each image, the relative position G of the feature point b1 and the own vehicle. find the position. Known methods such as SIFT (Scale Invariant Feature Transform) feature amount and SURF (Speed-Up Robust Feature) feature amount can be used as a method for extracting feature points and describing feature points.

図2に戻り、説明を続ける。
ステップS21:第3車両位置算出部13は、地図データベース6を検索することにより、相対位置を求めた特徴点と同様の特徴(SIFT特徴量、SURF特徴量)を有する1点以上の特徴点の候補を求める。そして、特徴点の候補から、ステップS11で求めた回転角に基づいて特徴点を選択し、この特徴点の位置を取得し、ステップS23に進む。
Returning to FIG. 2, the description is continued.
Step S21: The third vehicle position calculator 13 searches the map database 6 to find one or more feature points having the same feature (SIFT feature amount, SURF feature amount) as the feature point whose relative position is calculated. solicit candidates. Then, a feature point is selected from the feature point candidates based on the rotation angle obtained in step S11, the position of the feature point is acquired, and the process proceeds to step S23.

図6を参照し、ステップS21における特徴点の位置の取得について説明する。
図6のラウンドアバウトRAにおいて、ステップS15で求めた自車両の位置は位置Gであるとする。位置Gは、ステップS11で求めた回転角に基づいてステップS15で求めたものである。一方、ステップS19で相対位置を求めた特徴点は特徴点b11であるが、特徴点b11と同様の特徴を有する特徴点としては他に特徴点b12、b13、b14がある。第3車両位置算出部13は、特徴点b11~b14を特徴点の候補として、位置Gに最も近い特徴点の候補b11(特徴点b11)を選択し、詳細地図情報からこの特徴点b11の位置を取得する。
Acquisition of the position of the feature point in step S21 will be described with reference to FIG.
Assume that the position of the own vehicle obtained in step S15 is position G in the roundabout RA of FIG. The position G is obtained in step S15 based on the rotation angle obtained in step S11. On the other hand, the feature point whose relative position was obtained in step S19 is the feature point b11, and there are other feature points b12, b13, and b14 as feature points having the same features as the feature point b11. The third vehicle position calculation unit 13 selects the feature point candidate b11 (feature point b11) closest to the position G from the feature points b11 to b14 as feature point candidates, and calculates the position of the feature point b11 from the detailed map information. to get

図2に戻り、説明を続ける。
ステップS23:第3車両位置算出部13は、ステップS19で求めた相対位置とステップS21で選択した特徴点(b11)の位置に基づいて、自車両の位置を算出し、ステップS41に進む。ここでは、ステップS21で求めた特徴点の位置を基準としたステップS19で求めた相対位置を自車両の位置とする。
Returning to FIG. 2, the description is continued.
Step S23: The third vehicle position calculator 13 calculates the position of the own vehicle based on the relative position obtained in step S19 and the position of the feature point (b11) selected in step S21, and proceeds to step S41. Here, the relative position obtained in step S19 based on the position of the characteristic point obtained in step S21 is used as the position of the own vehicle.

さて、ステップS3で、自車両がラウンドアバウト内に存在しないと判定した場合は(S3:NO)、ステップS31に進む。
ステップS31:自動運転コントローラ1の第1車両位置算出部11は、ステップS5と同様に、内部センサ部4から車速とヨー角を取得する。
ステップS33:次に、第1車両位置算出部11は、ステップS7と同様に、現在の自車両の位置を算出する。
Now, if it is determined in step S3 that the own vehicle does not exist within the roundabout (S3: NO), the process proceeds to step S31.
Step S31: The first vehicle position calculation unit 11 of the automatic driving controller 1 acquires the vehicle speed and the yaw angle from the internal sensor unit 4 as in step S5.
Step S33: Next, the first vehicle position calculator 11 calculates the current position of the host vehicle, as in step S7.

ステップS35:次に、自動運転コントローラ1の第3車両位置算出部13は、ステップS17と同様に、地図データベース6から詳細地図情報を取得し、外部センサ部3から周囲物体情報を取得する。 Step S35: Next, the third vehicle position calculation unit 13 of the automatic driving controller 1 acquires detailed map information from the map database 6 and acquires surrounding object information from the external sensor unit 3, as in step S17.

ステップS37:次に、第3車両位置算出部13は、S19~S23と同様に、特徴点と自車両の相対位置を算出し、特徴点の位置を取得し、相対位置と特徴点の位置に基づいて、自車両の位置を算出し、ステップS41に進む。 Step S37: Next, the third vehicle position calculation unit 13 calculates the relative positions of the feature points and the host vehicle, acquires the positions of the feature points, and calculates the relative positions and the positions of the feature points, similarly to S19 to S23. Based on this, the position of the own vehicle is calculated, and the process proceeds to step S41.

ステップS41:自動運転コントローラ1の目標経路算出部15は、ステップS23又はステップS37で求めた自車両の位置と、自車両がラウンドアバウトから退出する道路の情報等を基に、自車両の位置を起点として自車両が走行すべき目標経路を算出する。 Step S41: The target route calculation unit 15 of the automatic driving controller 1 calculates the position of the vehicle based on the position of the vehicle obtained in step S23 or step S37 and the information on the road where the vehicle exits the roundabout. A target route that the host vehicle should travel as a starting point is calculated.

ラウンドアバウトから退出する道路の情報は、例えば、予め自車両のナビゲーションシステムに設定した走行予定路の情報から得ることができる。 The information on the exit road from the roundabout can be obtained, for example, from the information on the planned travel route set in advance in the navigation system of the vehicle.

ステップS43:次に、自動運転コントローラ1の車両走行制御部16は、ステップS41で求めた目標経路に沿って自車両が走行するように、アクチュエータ部8に対し、車速、操舵の制御情報を出力し、処理を終える。 Step S43: Next, the vehicle travel control unit 16 of the automatic driving controller 1 outputs vehicle speed and steering control information to the actuator unit 8 so that the host vehicle travels along the target route obtained in step S41. and finish the process.

アクチュエータ部8は、車速、操舵の制御情報に基づき、自車両のアクセルペダルの操作量(駆動力)、ブレーキペダルの操作量(制動力)及びステアリングホイールの操舵角(操舵量)を制御し、自車両を目標経路に沿って自動的に走行させる。これにより、自車両は例えばラウンドアバウトから自動的に退出することができる。 The actuator unit 8 controls the amount of operation of the accelerator pedal (driving force), the amount of operation of the brake pedal (braking force), and the steering angle (steering amount) of the steering wheel of the own vehicle based on the vehicle speed and steering control information, The own vehicle is automatically driven along the target route. This allows the vehicle to automatically exit from a roundabout, for example.

なお、実施の形態では、絶対角度により自車両の位置を求め、自車両の位置を起点とた目標経路に沿って自車両を走行させ、自車両を例えばラウンドアバウトから自動的に退出したが、これに限らず、自車両の運転は運転者が行う手動運転としてもよい。この場合、ラウンドアバウトから退出する道路の手前で自車両の乗員(運転者など)に対し、表示デバイス9が音声、表示(画像や映像の表示)、音などによって、退出する道路の手前であることを報知してもよい。 In the embodiment, the position of the own vehicle is obtained from the absolute angle, the own vehicle is caused to travel along the target route with the position of the own vehicle as the starting point, and the own vehicle is automatically exited from, for example, a roundabout. The vehicle is not limited to this, and may be manually operated by the driver. In this case, before the exit road from the roundabout, the display device 9 informs the occupants (such as the driver) of the own vehicle by voice, display (image or video display), sound, etc. that the exit road is before the exit road. You may notify us.

また、実施形態では、位置検出の対象車両に車両位置検出装置を搭載した。しかし、対象車両に通信可能なサーバ装置又は対象車両でない他車両に車両位置検出装置を搭載し、必要な情報と指示はサーバ装置又は他車両と対象車両の間の通信により送受信することで、同様の車両走行判断方法を遠隔的に行ってもよい。サーバ装置と対象車両の間の通信は無線通信又は路車間通信により実行可能である。他車両と対象車両の間の通信は所謂車車間通信により実行可能である。 In addition, in the embodiment, the vehicle position detection device is mounted on the target vehicle for position detection. However, by installing a vehicle position detection device in a server device that can communicate with the target vehicle or in another vehicle that is not the target vehicle, and transmitting and receiving necessary information and instructions by communication between the server device or the other vehicle and the target vehicle, the same (1) may be performed remotely. Communication between the server device and the target vehicle can be performed by wireless communication or road-to-vehicle communication. Communication between the other vehicle and the target vehicle can be performed by so-called inter-vehicle communication.

以上のように、実施形態によれば、ラウンドアバウト内の車両の向きを示す絶対角度を検出し(S9)、絶対角度に基づいて、ラウンドアバウトの中心を軸として、ラウンドアバウトにおける基準位置と自車両の位置の間の回転角を求める(S13)。よって、回転角速度を積分することで回転角を得る方法に比べ、回転角速度の誤差の蓄積がないので、ラウンドアバウトにおける車両の位置を示す回転角を精度よく検出できる。 As described above, according to the embodiment, the absolute angle indicating the direction of the vehicle in the roundabout is detected (S9), and based on the absolute angle, the center of the roundabout is used as an axis, and the reference position in the roundabout and the vehicle position are detected. A rotation angle between vehicle positions is obtained (S13). Therefore, compared to the method of obtaining the rotation angle by integrating the rotation angular velocity, there is no accumulation of errors in the rotation angular velocity, so the rotation angle indicating the position of the vehicle on the roundabout can be accurately detected.

また、車両周囲の物体に関する周囲物体情報を取得し(S17)、周囲物体情報に基づいて、自車両周囲の物体の特徴点と自車両との相対位置を求める(S19)。そして、特徴点の候補(図6:b11~b14)から回転角に基づいて特徴点(b11)を選択し、選択した特徴点の位置と相対位置に基づいて自車両の位置を求める(S23)。よって、例えば、複数の特徴点の候補を絞りこむことができ、自車両の位置を精度良く求めることができる。 Surrounding object information about objects around the vehicle is acquired (S17), and relative positions between feature points of objects around the own vehicle and the own vehicle are obtained based on the surrounding object information (S19). Then, a feature point (b11) is selected from the feature point candidates (FIG. 6: b11 to b14) based on the rotation angle, and the position of the host vehicle is obtained based on the position and relative position of the selected feature point (S23). . Therefore, for example, a plurality of feature point candidates can be narrowed down, and the position of the host vehicle can be obtained with high accuracy.

また、自車両の周囲の物体に関する周囲物体情報として、自車両に搭載されたレーダ装置又はカメラを用いて自車両の周囲の画像を取得し(S17)、画像から自車両の周囲の特徴点を抽出し、抽出した特徴点と自車両との相対位置を求める(S19)。そして、特徴点に関する情報を蓄積する地図データベース6を検索することにより、相対位置を求めた特徴点(図5:b1)と同様な特徴を有する1点以上の特徴点の候補(図6:b11~b14)を求める(S21)。よって、特徴点の候補を求めることができ、これを絞りこむことで、自車両の位置を精度良く求めることができる。 In addition, as surrounding object information about objects around the own vehicle, an image around the own vehicle is acquired using a radar device or a camera mounted on the own vehicle (S17), and feature points around the own vehicle are obtained from the image. Then, the relative position between the extracted feature points and the host vehicle is obtained (S19). Then, by searching the map database 6 that accumulates information on the feature points, one or more feature point candidates (FIG. 6: b11 ˜b14) is obtained (S21). Therefore, feature point candidates can be obtained, and by narrowing them down, the position of the own vehicle can be obtained with high accuracy.

また、自車両の車速とヨー角に基づいて自車両の位置として第1車両位置を求め(S7)、回転角に基づいて自車両の位置として第2車両位置を求め(S13)る。そして、ラウンドアバウトにおける曲率半径が大の区間(例えば、図4の区間a1、a2)では、第2車両位置よりも第1車両位置に近い位置を自車両の位置として求める(S15)。一方、ラウンドアバウトにおける曲率半径が小の区間(例えば、図4の区間a1、a2以外)では、第1車両位置よりも第2車両位置に近い位置を自車両の位置として求める(S15)。よって、ラウンドアバウトにおける曲率半径によらず自車両の位置を求めることができ、自車両の位置を精度良く求めることができる。 A first vehicle position is obtained as the position of the own vehicle based on the vehicle speed and the yaw angle of the own vehicle (S7), and a second vehicle position is obtained as the position of the own vehicle based on the rotation angle (S13). Then, in sections with a large radius of curvature in the roundabout (for example, sections a1 and a2 in FIG. 4), a position closer to the first vehicle position than the second vehicle position is determined as the position of the host vehicle (S15). On the other hand, in sections with a small radius of curvature in the roundabout (for example, other than sections a1 and a2 in FIG. 4), a position closer to the second vehicle position than the first vehicle position is determined as the position of the host vehicle (S15). Therefore, the position of the own vehicle can be obtained regardless of the radius of curvature of the roundabout, and the position of the own vehicle can be obtained with high accuracy.

以上、本発明の実施形態を記載したが、この開示の一部をなす論述及び図面はこの発明を限定するものであると理解すべきではない。この開示から当業者には様々な代替実施の形態、実施例及び運用技術が明らかとなろう。 Although embodiments of the present invention have been described above, the statements and drawings forming part of this disclosure should not be construed as limiting the present invention. Various alternative embodiments, implementations and operational techniques will become apparent to those skilled in the art from this disclosure.

上述の各実施形態で示した各機能は、1又は複数の処理回路により実装され得る。処理回路は、電気回路を含む処理装置等のプログラムされた処理装置を含む。処理装置は、また、実施形態に記載された機能を実行するようにアレンジされた特定用途向け集積回路(ASIC)や従来型の回路部品のような装置を含む。 Each function shown in each of the above embodiments may be implemented by one or more processing circuits. Processing circuitry includes programmed processing devices, such as processing devices that include electrical circuitry. Processing devices also include devices such as application specific integrated circuits (ASICs) and conventional circuit components arranged to perform the functions described in the embodiments.

1 自動運転コントローラ
2 入力デバイス
3 外部センサ部
4 内部センサ部
5 GPS(Global Positioning System)電波受信部
6 地図データベース
7 HMI(human machine interface)コントローラ
8 アクチュエータ部
9 表示デバイス
11 第1車両位置算出部
12 第2車両位置算出部
13 第3車両位置算出部
14 車両位置補正部
15 目標経路算出部
16 車両走行制御部
RA ラウンドアバウト
R 道路
C ラウンドアバウトの中心
θ 絶対角度
P 基準位置
α 回転角
N 北の方角
b1 特徴点
b11、b12、b13、b14 特徴点の候補
G 自車両の位置
a1、a2 区間
1 Automatic driving controller 2 Input device 3 External sensor unit 4 Internal sensor unit 5 GPS (Global Positioning System) radio wave receiving unit 6 Map database 7 HMI (human machine interface) controller 8 Actuator unit 9 Display device 11 First vehicle position calculation unit 12 Second vehicle position calculator 13 Third vehicle position calculator 14 Vehicle position corrector 15 Target route calculator 16 Vehicle travel controller RA Roundabout R Road C Center of roundabout θ Absolute angle P Reference position α Rotation angle N North direction b1 feature points b11, b12, b13, b14 feature point candidates G position of own vehicle a1, a2 section

Claims (3)

GPS電波受信部と、地図データベースと、センサと、車両位置検出回路とを備える車両位置検出装置の車両位置検出方法であって、
前記車両位置検出回路は、
前記GPS電波受信部が取得した車両の位置と、前記地図データベースに蓄積された地図情報とに基づいて、前記車両がラウンドアバウト内に存在するか否かを判断し、
前記車両がラウンドアバウト内に存在すると判断した場合、前記センサが取得したラウンドアバウト内における前記車両の向きを示す絶対角度に基づいて、前記ラウンドアバウトの中心を軸として、前記ラウンドアバウトにおける基準位置と前記車両の位置との間の回転角を求め、
前記センサが取得した前記車両の周囲の物体に関する周囲物体情報に基づいて、前記車両の周囲の特徴点と前記車両との相対位置を求め、
特徴点の候補から前記回転角に基づいて特徴点を選択し、
選択した前記特徴点の位置と前記相対位置とに基づいて前記車両の位置を求める
ことを特徴とする車両位置検出方法。
A vehicle position detection method for a vehicle position detection device comprising a GPS radio wave receiver, a map database, a sensor, and a vehicle position detection circuit,
The vehicle position detection circuit includes:
determining whether or not the vehicle is in the roundabout based on the position of the vehicle acquired by the GPS radio wave receiving unit and the map information accumulated in the map database;
When it is determined that the vehicle is present in the roundabout, based on the absolute angle indicating the direction of the vehicle in the roundabout acquired by the sensor, the center of the roundabout is used as the axis, and the reference in the roundabout determining the angle of rotation between the position and the position of the vehicle;
obtaining relative positions between feature points around the vehicle and the vehicle based on surrounding object information about objects around the vehicle acquired by the sensor ;
Selecting a feature point from candidate feature points based on the rotation angle;
A vehicle position detection method, comprising determining the position of the vehicle based on the positions of the selected feature points and the relative positions.
前記車両位置検出回路は、
記周囲物体情報として、前記車両に搭載されたレーダ装置又はカメラを用いて前記車両の周囲の画像を取得し、
前記画像から前記車両の周囲の特徴点を抽出し、抽出した前記特徴点と前記車両との前記相対位置を求め、
特徴点に関する情報を蓄積する地図データベースを検索することにより、前記相対位置を求めた前記特徴点と同様な特徴を有する1点以上の前記特徴点の候補を求める
ことを特徴とする請求項記載の車両位置検出方法。
The vehicle position detection circuit includes:
obtaining an image of the surroundings of the vehicle using a radar device or a camera mounted on the vehicle as the surrounding object information;
extracting feature points around the vehicle from the image, obtaining the relative position between the extracted feature points and the vehicle;
2. The method according to claim 1 , wherein one or more candidate feature points having features similar to those of the feature point for which the relative position is determined are obtained by searching a map database storing information about the feature points. vehicle position detection method.
車両の位置を取得するGPS電波受信部と、
地図情報を蓄積する地図データベースと、
前記車両の向きを示す絶対角度、及び前記車両の周囲の物体に関する周囲物体情報を取得するセンサと、
車両位置検出回路と、を備え
前記車両位置検出回路は、
前記車両の位置と、前記地図情報とに基づいて、前記車両がラウンドアバウト内に存在するか否かを判断し、
前記車両がラウンドアバウト内に存在すると判断した場合、ラウンドアバウト内における前記車両の前記絶対角度に基づいて、前記ラウンドアバウトの中心を軸として、前記ラウンドアバウトにおける基準位置と前記車両の位置との間の回転角を求め、
記周囲物体情報に基づいて、前記車両の周囲の特徴点と前記車両との相対位置を求め、
特徴点の候補から前記回転角に基づいて特徴点を選択し、選択した前記特徴点の位置と前記相対位置とに基づいて前記車両の位置を求め
とを特徴とする車両位置検出装置。
a GPS radio wave receiving unit that acquires the position of the vehicle;
a map database that accumulates map information;
sensors for obtaining absolute angles indicating the orientation of the vehicle and surrounding object information about objects surrounding the vehicle ;
a vehicle position detection circuit;
The vehicle position detection circuit includes:
determining whether the vehicle is in the roundabout based on the position of the vehicle and the map information;
when it is determined that the vehicle is in the roundabout, based on the absolute angle of the vehicle in the roundabout, between a reference position in the roundabout and the position of the vehicle with the center of the roundabout as an axis; Find the rotation angle of
Obtaining relative positions between feature points around the vehicle and the vehicle based on the surrounding object information;
A feature point is selected from the candidate feature points based on the rotation angle, and the position of the vehicle is obtained based on the position of the selected feature point and the relative position.
A vehicle position detection device characterized by :
JP2017169462A 2017-09-04 2017-09-04 VEHICLE POSITION DETECTION METHOD AND VEHICLE POSITION DETECTION DEVICE Active JP7114865B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017169462A JP7114865B2 (en) 2017-09-04 2017-09-04 VEHICLE POSITION DETECTION METHOD AND VEHICLE POSITION DETECTION DEVICE

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017169462A JP7114865B2 (en) 2017-09-04 2017-09-04 VEHICLE POSITION DETECTION METHOD AND VEHICLE POSITION DETECTION DEVICE

Publications (2)

Publication Number Publication Date
JP2019045341A JP2019045341A (en) 2019-03-22
JP7114865B2 true JP7114865B2 (en) 2022-08-09

Family

ID=65816399

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017169462A Active JP7114865B2 (en) 2017-09-04 2017-09-04 VEHICLE POSITION DETECTION METHOD AND VEHICLE POSITION DETECTION DEVICE

Country Status (1)

Country Link
JP (1) JP7114865B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
IL275234B1 (en) 2020-06-08 2024-06-01 Elta Systems Ltd Determination of cardinal direction
JP7402755B2 (en) 2020-06-16 2023-12-21 日産自動車株式会社 Observed vehicle state estimation method, host vehicle stop judgment control method, and observed vehicle state estimation device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002148064A (en) 2000-11-09 2002-05-22 Nissan Motor Co Ltd Device and method for correcting present location
JP2006292928A (en) 2005-04-08 2006-10-26 Xanavi Informatics Corp Current position display apparatus
JP2007139503A (en) 2005-11-16 2007-06-07 Alpine Electronics Inc Navigation device and vehicle position determining method
JP2012242206A (en) 2011-05-18 2012-12-10 Alpine Electronics Inc Navigation device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002148064A (en) 2000-11-09 2002-05-22 Nissan Motor Co Ltd Device and method for correcting present location
JP2006292928A (en) 2005-04-08 2006-10-26 Xanavi Informatics Corp Current position display apparatus
JP2007139503A (en) 2005-11-16 2007-06-07 Alpine Electronics Inc Navigation device and vehicle position determining method
JP2012242206A (en) 2011-05-18 2012-12-10 Alpine Electronics Inc Navigation device

Also Published As

Publication number Publication date
JP2019045341A (en) 2019-03-22

Similar Documents

Publication Publication Date Title
CN111066071B (en) Position error correction method and position error correction device for driving assistance vehicle
US9283967B2 (en) Accurate curvature estimation algorithm for path planning of autonomous driving vehicle
JP6036371B2 (en) Vehicle driving support system and driving support method
US11414100B2 (en) Travel assistance method and travel assistance device
JP5926645B2 (en) Camera parameter calculation device, navigation system, and camera parameter calculation method
JP4910510B2 (en) Control information storage device and program
US10001782B2 (en) Target pathway generating device and driving control device
WO2015122121A1 (en) Host vehicle travel position specification device and host vehicle travel position specification program product
JP2007309699A (en) Positioning information update device for vehicle
WO2019203084A1 (en) Map information updating system and map information updating program
JP6364869B2 (en) Driving assistance device
KR102611507B1 (en) Driving assistance method and driving assistance device
CN111328385B (en) Spiral path based three-point turn planning for autonomous vehicles
JP2019028028A (en) Vehicle&#39;s travelling vehicle lane identification device
JP6943127B2 (en) Position correction method, vehicle control method and position correction device
JPWO2019003277A1 (en) Direction indicator control method and direction indicator control device
JP7114865B2 (en) VEHICLE POSITION DETECTION METHOD AND VEHICLE POSITION DETECTION DEVICE
JP2012214124A (en) Vehicle and vehicular control program
JP2007218848A (en) Positional information acquisition system for mobile body
JP4924270B2 (en) Road information acquisition device, road information acquisition method, and road information acquisition program
JP6892516B2 (en) 3-point turn plan for self-driving vehicles based on enumeration
JP2012214123A (en) Vehicle and vehicle control program
JP4848931B2 (en) Signal correction device for angular velocity sensor
RU2742458C1 (en) Method of controlling turn indicator and device for controlling turn indicator
JP4789868B2 (en) Image recognition apparatus and image recognition method, and self-position recognition apparatus and navigation apparatus using the same

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200707

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20210520

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210615

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210804

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20211222

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220218

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: 20220628

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220711

R151 Written notification of patent or utility model registration

Ref document number: 7114865

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151