JP2019171918A - Vehicle position detector, vehicle control device, vehicle position detection method, and vehicle control method - Google Patents

Vehicle position detector, vehicle control device, vehicle position detection method, and vehicle control method Download PDF

Info

Publication number
JP2019171918A
JP2019171918A JP2018059209A JP2018059209A JP2019171918A JP 2019171918 A JP2019171918 A JP 2019171918A JP 2018059209 A JP2018059209 A JP 2018059209A JP 2018059209 A JP2018059209 A JP 2018059209A JP 2019171918 A JP2019171918 A JP 2019171918A
Authority
JP
Japan
Prior art keywords
vehicle
change amount
value
angle change
yaw 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.)
Granted
Application number
JP2018059209A
Other languages
Japanese (ja)
Other versions
JP6641404B2 (en
Inventor
山本 宗法
Munenori Yamamoto
宗法 山本
雅也 遠藤
Masaya Endo
雅也 遠藤
田中 英之
Hideyuki Tanaka
英之 田中
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2018059209A priority Critical patent/JP6641404B2/en
Publication of JP2019171918A publication Critical patent/JP2019171918A/en
Application granted granted Critical
Publication of JP6641404B2 publication Critical patent/JP6641404B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To provide a technique by which a load for determining a trigonometric value can be reduced.SOLUTION: A vehicle position detector 1 comprises an acquisition part 1a, and an estimation part 1f. The acquisition part 1a acquires a speed and a yaw rate of a vehicle. The estimation part 1f determines a position of the vehicle on the basis of a specified value which has been previously specified as a value which is determined during performance of calculation of CORDIC algorithm for a yaw angle change amount which is a yaw angle change amount on the basis of the yaw rate and falls within a predetermined range, the speed and the yaw angle change amount.SELECTED DRAWING: Figure 2

Description

本発明は、車両位置検出装置及び車両位置検出方法、並びに、それを用いた車両制御装置及び車両制御方法に関する。   The present invention relates to a vehicle position detection device and a vehicle position detection method, and a vehicle control device and a vehicle control method using the same.

昨今、車両が車線から逸脱することを抑制するレーンキープアシストなどの車両制御装置が提案されている。このレーンキープアシストは、道路の白線と、車両の速度と、車両のヨーレートに基づく三角関数とを用いて、直線路の前後方向(X軸方向)の位置、及び、それに直角な方向(Y軸方向)の位置を演算し、その演算結果に基づいて車両の操舵をアシストする。   Recently, a vehicle control device such as a lane keep assist that suppresses the vehicle from deviating from the lane has been proposed. This lane keep assist uses a white line on the road, a vehicle speed, and a trigonometric function based on the yaw rate of the vehicle, and a position in the front-rear direction (X-axis direction) of the straight road and a direction (Y-axis) (Direction) is calculated, and steering of the vehicle is assisted based on the calculation result.

レーンキープアシスト量を演算するための車両のX軸方向及びY軸方向の位置(X,Y)は、下式(1)及び(2)によって演算できることが非特許文献1に開示されている。   Non-Patent Document 1 discloses that the position (X, Y) of the vehicle in the X-axis direction and the Y-axis direction for calculating the lane keep assist amount can be calculated by the following equations (1) and (2).

Figure 2019171918
Figure 2019171918

Figure 2019171918
Figure 2019171918

なお、Vは車速(車両の速度)であり、直線路の方向をX軸、それと直角な方向をY軸、X軸と車両の前後方向のなす角Θは車両のX軸方向を基準とするZ軸周りのヨー角、βはタイヤの滑り角であり、X,Y,Θはそれぞれt=0でのX,Y,Θの値であり、tは任意の時間である。ヨー角Θは、ヨーレートγを用いて下式(3)によって演算される。 V is the vehicle speed (vehicle speed), the direction of the straight road is the X axis, the direction perpendicular thereto is the Y axis, and the angle Θ between the X axis and the longitudinal direction of the vehicle is based on the X axis direction of the vehicle. The yaw angle around the Z axis, β is the tire slip angle, X 0 , Y 0 , and Θ 0 are the values of X, Y, and Θ at t = 0, respectively, and t is an arbitrary time. The yaw angle Θ is calculated by the following equation (3) using the yaw rate γ.

Figure 2019171918
Figure 2019171918

,Yを示す車両位置信号は、車両に搭載されているカメラを用いて周期的に更新される。しかしながら、カメラから求められる車両位置信号は外部のさまざまな環境により、必ずしも信頼できる信号とはならない。このため、複数個のX及びY信号から上式(1)〜(3)を用いて求められた精度の高い位置情報に基づいて、車両の逸脱防止制御が実施される。 The vehicle position signal indicating X 0 and Y 0 is periodically updated using a camera mounted on the vehicle. However, the vehicle position signal required from the camera is not necessarily a reliable signal due to various external environments. For this reason, vehicle deviation prevention control is performed based on highly accurate position information obtained from a plurality of X and Y signals using the above equations (1) to (3).

ところで、浮動小数点演算や三角関数演算がない場合に三角関数を演算する方法として、CORDIC(COordinate Rotational Digital Computer)という演算手法が1959年にVolder氏によって提案されている。このCORDICアルゴリズムは、−90°〜90°まで角度と下式(4)の値との比較を、i=1,2,3,…の順に行いながら、当該角度に対する三角関数の値を演算するアルゴリズムである。なお、i=1,2,3の場合の下式(4)の値は、45°、26.6°、14.0°である。   By the way, Mr. Volder proposed a calculation method called CORDIC (COordinate Rotational Digital Computer) in 1959 as a method for calculating a trigonometric function when there is no floating point calculation or trigonometric function calculation. This CORDIC algorithm calculates the value of the trigonometric function for the angle while comparing the angle and the value of the following equation (4) in the order of i = 1, 2, 3,... From −90 ° to 90 °. Algorithm. Note that the values of the following expression (4) when i = 1, 2, 3 are 45 °, 26.6 °, and 14.0 °.

Figure 2019171918
Figure 2019171918

例えば特許文献1,2には、以上のような−90°〜90°の三角関数の値を求めるCORDICアルゴリズムを用いて、図1に示す0°〜360°の範囲の角度の三角関数の値を演算する技術が開示されている。   For example, Patent Documents 1 and 2 disclose trigonometric function values having an angle in the range of 0 ° to 360 ° shown in FIG. 1 using the CORDIC algorithm for obtaining the trigonometric function values of −90 ° to 90 ° as described above. A technique for computing is disclosed.

特開昭62−139043号公報JP-A-62-139043 特開昭64−78323号公報JP-A 64-78323

安部正人、“自動車の運動と制御”、山海堂Masato Abe, “Motor Movement and Control”, Sankaido

しかしながら、車両制御装置の演算処理回路において、三角関数の値を求める負荷が比較的高いという問題があった。   However, the arithmetic processing circuit of the vehicle control device has a problem that the load for obtaining the value of the trigonometric function is relatively high.

そこで、本発明は、上記のような問題点を鑑みてなされたものであり、三角関数の値を求める負荷を低減可能な技術を提供することを目的とする。   Therefore, the present invention has been made in view of the above problems, and an object of the present invention is to provide a technique capable of reducing a load for obtaining a trigonometric function value.

本発明に係る車両位置検出装置は、車両の速度及びヨーレートを取得する取得部と、前記ヨーレートに基づくヨー角変化量であって予め定められた範囲内のヨー角変化量にCORDICアルゴリズムの演算を行った場合に途中で求められる値として予め規定された規定値と、前記速度及び前記ヨー角変化量とに基づいて、前記車両の前後方向の位置及び前記車両の左右方向の位置を求める推定部とを備える。   A vehicle position detection apparatus according to the present invention includes a acquiring unit that acquires a vehicle speed and a yaw rate, and calculates a CORDIC algorithm for a yaw angle change amount based on the yaw rate and within a predetermined range. An estimation unit that obtains a position in the front-rear direction of the vehicle and a position in the left-right direction of the vehicle on the basis of a prescribed value that is prescribed in advance as a value that is obtained in the middle when the operation is performed, and the speed and the yaw angle change amount With.

本発明によれば、予め定められた範囲内のヨー角変化量にCORDICアルゴリズムの演算を行った場合に途中で求められる値として予め規定された規定値を用いて、車両の前後方向の位置及び前記車両の左右方向の位置を求める。このような構成によれば、三角関数の値を求める負荷を低減することができる。   According to the present invention, the position in the front-rear direction of the vehicle is determined using a prescribed value that is prescribed in advance as a value that is obtained in the middle when the calculation of the CORDIC algorithm is performed on a yaw angle change amount within a predetermined range. The position in the left-right direction of the vehicle is obtained. According to such a configuration, it is possible to reduce the load for obtaining the value of the trigonometric function.

従来技術を説明するための図である。It is a figure for demonstrating a prior art. 実施の形態1に係る車両逸脱防止制御装置の構成を示すブロック図である。1 is a block diagram illustrating a configuration of a vehicle departure prevention control apparatus according to Embodiment 1. FIG. 実施の形態1に係る定数表を示す図である。4 is a diagram showing a constant table according to Embodiment 1. FIG. 実施の形態1に係る車両位置検出装置の動作を示すフローチャートである。3 is a flowchart showing the operation of the vehicle position detection device according to the first embodiment. その他の変形例に係る車両位置検出装置のハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of the vehicle position detection apparatus which concerns on another modification. その他の変形例に係る車両位置検出装置のハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of the vehicle position detection apparatus which concerns on another modification. その他の変形例に係るサーバの構成を示すブロック図である。It is a block diagram which shows the structure of the server which concerns on another modification. その他の変形例に係る通信端末の構成を示すブロック図である。It is a block diagram which shows the structure of the communication terminal which concerns on another modification.

<実施の形態1>
図2は、本実施の形態1に係る車両制御装置である車両逸脱防止制御装置の構成を示す図である。図2の車両逸脱防止制御装置は、車両位置検出装置1と、位置取得部2と、車速取得部3と、ヨーレート取得部4と、車両制御部5とを備える。車両位置検出装置1は、取得部1aと、角度演算部1bと、角度比較部1cと、角度制限部1dと、車両位置演算部1eとを備える。なお、角度演算部1b、角度比較部1c、角度制限部1d、及び、車両位置演算部1eは、推定部1fの概念に含まれる。
<Embodiment 1>
FIG. 2 is a diagram illustrating a configuration of a vehicle departure prevention control device that is the vehicle control device according to the first embodiment. The vehicle departure prevention control device of FIG. 2 includes a vehicle position detection device 1, a position acquisition unit 2, a vehicle speed acquisition unit 3, a yaw rate acquisition unit 4, and a vehicle control unit 5. The vehicle position detection device 1 includes an acquisition unit 1a, an angle calculation unit 1b, an angle comparison unit 1c, an angle limiting unit 1d, and a vehicle position calculation unit 1e. The angle calculation unit 1b, the angle comparison unit 1c, the angle limiting unit 1d, and the vehicle position calculation unit 1e are included in the concept of the estimation unit 1f.

次に、車両逸脱防止制御装置の概要について説明する。   Next, an outline of the vehicle departure prevention control apparatus will be described.

位置取得部2は、例えば車両のフロントガラスに配設されたカメラなどから検出された白線に基づいて車両の位置を取得する。車速取得部3は、例えば車両の車輪速センサなどから検出された車速信号に基づいて、車両の速度、つまり車速を取得する。ヨーレート取得部4は、例えば車両のヨーレートセンサから検出されたヨーレートを取得する。   The position acquisition unit 2 acquires the position of the vehicle based on, for example, a white line detected from a camera or the like disposed on the vehicle windshield. The vehicle speed acquisition unit 3 acquires the speed of the vehicle, that is, the vehicle speed, based on a vehicle speed signal detected from, for example, a vehicle wheel speed sensor. The yaw rate acquisition unit 4 acquires, for example, the yaw rate detected from the yaw rate sensor of the vehicle.

車両位置検出装置1は、位置取得部2で取得された位置と、車速取得部3で取得された車速と、ヨーレート取得部4で取得されたヨーレートとに基づいて、車両の位置を検出(演算)する。なお、ここでいう車両の位置は、車両の前後方向(X軸方向)の位置、及び、車両の左右方向(Y軸方向)の位置を含む。   The vehicle position detection device 1 detects (calculates) the position of the vehicle based on the position acquired by the position acquisition unit 2, the vehicle speed acquired by the vehicle speed acquisition unit 3, and the yaw rate acquired by the yaw rate acquisition unit 4. ) Note that the position of the vehicle here includes a position in the front-rear direction (X-axis direction) of the vehicle and a position in the left-right direction (Y-axis direction) of the vehicle.

車両制御部5は、車両位置検出装置1で検出された車両の位置に基づいて、車両が車線から逸脱しないように、車両の移動を当該車線に沿って制御する。なお、この制御は、複数の位置に基づいて行われてもよい。   Based on the position of the vehicle detected by the vehicle position detection device 1, the vehicle control unit 5 controls the movement of the vehicle along the lane so that the vehicle does not deviate from the lane. This control may be performed based on a plurality of positions.

次に、車両位置検出装置1の構成について詳細に説明する。   Next, the configuration of the vehicle position detection device 1 will be described in detail.

取得部1aは、位置取得部2で取得された位置と、車速取得部3で取得された車速と、ヨーレート取得部4で取得されたヨーレートとを取得する。   The acquisition unit 1 a acquires the position acquired by the position acquisition unit 2, the vehicle speed acquired by the vehicle speed acquisition unit 3, and the yaw rate acquired by the yaw rate acquisition unit 4.

角度演算部1bは、取得部1aで取得されたヨーレートに基づいてヨー角変化量を求める。本実施の形態1では、角度演算部1bは、ヨー角変化量=ヨーレート×演算周期の演算を行うことによって、ヨー角変化量を求める。   The angle calculation unit 1b calculates the yaw angle change amount based on the yaw rate acquired by the acquisition unit 1a. In the first embodiment, the angle calculation unit 1b calculates the yaw angle change amount by calculating the yaw angle change amount = the yaw rate × the calculation cycle.

角度比較部1cは、角度演算部1bで求められたヨー角変化量が、予め定められた範囲内であるか否かを判定する。   The angle comparison unit 1c determines whether or not the yaw angle change amount obtained by the angle calculation unit 1b is within a predetermined range.

ここで、予め定められた範囲の一例について説明する。自動運転に係わる国際基準として例えばR79がある。このR79のうち、ハンドルを握った状態での車線に沿った走行の維持、つまりハンズオン車線維持に対する規格であるCategory B1では、車速が100km/hであり、かつ最大横加速度が0.8m/sである時に、車両が車線を逸脱しないことが要求されている。 Here, an example of a predetermined range will be described. For example, R79 is an international standard related to automatic driving. Among these R79, in Category B1, which is a standard for maintaining traveling along the lane while holding the steering wheel, that is, hands-on lane maintenance, the vehicle speed is 100 km / h and the maximum lateral acceleration is 0.8 m / s. When 2 , the vehicle is required not to depart from the lane.

自動車専用道路を走行している車両が車線を逸脱しない場合の横加速度の条件は、車速Vと旋回半径Rとを用いた下式(5)で表される。なお、式(5)は、例えば参考文献(酒井秀樹、“自動車運動力学 気持ちよいハンドリングのしくみと設計”)に記載されている。   The condition of the lateral acceleration when the vehicle traveling on the automobile exclusive road does not deviate from the lane is expressed by the following expression (5) using the vehicle speed V and the turning radius R. Equation (5) is described in, for example, a reference (Hideki Sakai, “Mechanism and design of comfortable handling of automobile kinematics”).

Figure 2019171918
Figure 2019171918

車速に100km/hを、横加速度に0.8m/sを式(5)に代入すると、(100/3600×1000)/R=0.8となり、車両がおよそR=1000mのカーブを車線から逸脱せずに曲がれることが、上記規格を満足する要件となる。このときのステアリングギア比を1とすると、舵角は下式(6)で表される。なお、式(6)は、上記参考文献に記載されている。 Substituting 100 km / h for vehicle speed and 0.8 m / s 2 for lateral acceleration into equation (5) gives (100/3600 × 1000) 2 /R=0.8, and the vehicle has a curve of approximately R = 1000 m. It is a requirement to be able to bend without departing from the lane to satisfy the above standards. When the steering gear ratio at this time is 1, the steering angle is expressed by the following equation (6). In addition, Formula (6) is described in the said reference.

Figure 2019171918
Figure 2019171918

なお、δは舵角であり、Aは車両のスタビリティファクタであり、lは車両のホイールベースである。A,lは車両に依存した係数である。ここで、上で求めたR=1000mと、A=0.002及びl=2.5mとを式(6)に代入すると、舵角δは下式(7)の値となる。   Here, δ is a steering angle, A is a vehicle stability factor, and 1 is a vehicle wheelbase. A and l are coefficients depending on the vehicle. Here, when R = 1000 m obtained above, A = 0.002, and l = 2.5 m are substituted into the equation (6), the steering angle δ becomes the value of the following equation (7).

Figure 2019171918
Figure 2019171918

一般的には、ステアリングギア比は車両ごとに異なり、ステアリングギア比は1ではなく、舵角はステアリングギア比に比例する。例えば、ステアリングギア比が20である場合の舵角は、上式(7)で求めた舵角を20倍した7.3°となる。   In general, the steering gear ratio is different for each vehicle, the steering gear ratio is not 1, and the steering angle is proportional to the steering gear ratio. For example, the steering angle when the steering gear ratio is 20 is 7.3 °, which is 20 times the steering angle obtained by the above equation (7).

次に舵角δに対するヨーレートγは、下式(8)のように表される。なお、式(8)は、上記参考文献に記載されている。   Next, the yaw rate γ with respect to the steering angle δ is expressed by the following equation (8). In addition, Formula (8) is described in the said reference.

Figure 2019171918
Figure 2019171918

これまでに演算した舵角δなどの値を式(8)に代入すると、上記規格を満たす最大のヨーレートは下式(9)の値となる。   When values such as the steering angle δ calculated so far are substituted into equation (8), the maximum yaw rate satisfying the above standard becomes the value of the following equation (9).

Figure 2019171918
Figure 2019171918

ここで、角度演算部1bは、上述したヨーレート×演算周期の演算を一定の演算周期で行うことにより、ヨー角変化量を演算する。例えば演算周期が50msである場合において、上記規格を満たす最大のヨーレートに対応するヨー角の変化の最大値は、下式(10)の値となる。   Here, the angle calculation unit 1b calculates the yaw angle change amount by performing the above-described calculation of the yaw rate × the calculation cycle at a constant calculation cycle. For example, when the calculation cycle is 50 ms, the maximum value of the change in yaw angle corresponding to the maximum yaw rate satisfying the above standard is the value of the following equation (10).

Figure 2019171918
Figure 2019171918

以上のことから、ヨー角変化量が、50msの期間で1.6°(1.6deg)以下の値である場合には、上記規格が満たされることになる。このため、車両の各センサに故障等がなく、快適な車両の運転または通常の車両の運転が行われる場合には、角度演算部1bでのヨー角変化量の演算結果は、1.6°以下の値となる。   From the above, when the yaw angle change amount is a value of 1.6 ° (1.6 deg) or less in a period of 50 ms, the above standard is satisfied. For this reason, when there is no failure etc. in each sensor of the vehicle and a comfortable vehicle driving or a normal vehicle driving is performed, the calculation result of the yaw angle change amount in the angle calculation unit 1b is 1.6 °. It becomes the following values.

角度比較部1cは、角度演算部1bで求められたヨー角変化量が、予め定められた範囲内であるか否かを判定する。本実施の形態1では、予め定められた範囲は、1.6°以下の範囲であるものとするが、これに限ったものではない。   The angle comparison unit 1c determines whether or not the yaw angle change amount obtained by the angle calculation unit 1b is within a predetermined range. In the first embodiment, the predetermined range is assumed to be a range of 1.6 ° or less, but is not limited to this.

角度制限部1dは、角度演算部1bで求めたヨー角変化量が、予め定められた範囲内であると角度比較部1cで判定された場合に、三角関数の値を求める。本実施の形態1では、角度制限部1dは、予め定められた範囲内のヨー角変化量にCORDICアルゴリズムの演算を行った場合に途中で求められる値として予め規定された規定値と、ヨー角変化量とに基づいて、三角関数の値を求める。具体的には、角度制限部1dは、和が上式(1)及び(2)の三角関数の積分値に相当する三角関数の値を求める。つまり、角度制限部1dは、車速を前後方向の成分及び左右方向の成分に分解するための三角関数の値を求める。この角度制限部1dによる三角算数の値の演算については後で詳細に説明する。   The angle limiting unit 1d obtains a trigonometric function value when the angle comparison unit 1c determines that the yaw angle change amount obtained by the angle calculation unit 1b is within a predetermined range. In the first embodiment, the angle limiting unit 1d includes a specified value that is specified in advance as a value that is obtained in the middle when the calculation of the CORDIC algorithm is performed on the yaw angle change amount within a predetermined range, and the yaw angle A trigonometric function value is obtained based on the amount of change. Specifically, the angle limiting unit 1d obtains a trigonometric function value whose sum corresponds to the integral value of the trigonometric function of the above equations (1) and (2). That is, the angle limiting unit 1d obtains a trigonometric function value for decomposing the vehicle speed into a front-rear direction component and a left-right direction component. The calculation of the trigonometric value by the angle limiter 1d will be described in detail later.

車両位置演算部1eは、角度制限部1dで求めた三角関数の値と、取得部1aで取得された車速とに基づいて車両の前後方向の位置及び車両の左右方向の位置を求める。本実施の形態1では、車両位置演算部1eは、取得部1aで取得された位置(X,Y)及び車速Vと、角度制限部1dで求めた三角関数の値とに基づいて、実質的に上式(1)及び(2)の演算をおこなうことにより車両の位置(X,Y)を求める。 The vehicle position calculation unit 1e obtains a position in the front-rear direction of the vehicle and a position in the left-right direction of the vehicle based on the value of the trigonometric function obtained by the angle limiting unit 1d and the vehicle speed obtained by the acquisition unit 1a. In the first embodiment, the vehicle position calculation unit 1e is based on the position (X 0 , Y 0 ) and the vehicle speed V acquired by the acquisition unit 1a and the trigonometric function value obtained by the angle limiting unit 1d. The position (X, Y) of the vehicle is obtained by substantially calculating the above formulas (1) and (2).

<角度制限部による三角関数の値の演算>
上述したように本実施の形態1では、角度演算部1bで求めたヨー角変化量が予め定められた範囲内である場合に、角度制限部1dは、上式(1)及び(2)の三角関数の積分値を演算するための三角関数の値を求める。この三角関数は、ヨー角変化量ΔΘを用いて表されるcos(β+Θ+ΔΘ)及びsin(β+Θ+ΔΘ)であり、三角関数の加法定理により下式(11)及び(12)のように表される。
<Calculation of trigonometric function value by angle limiter>
As described above, in the first embodiment, when the yaw angle change amount obtained by the angle calculation unit 1b is within a predetermined range, the angle limiting unit 1d is represented by the above equations (1) and (2). The trigonometric function value for calculating the integral value of the trigonometric function is obtained. The trigonometric functions are cos (β + Θ + ΔΘ) and sin (β + Θ + ΔΘ) expressed using the yaw angle change amount ΔΘ, and are expressed as the following equations (11) and (12) by the addition theorem of the trigonometric function.

Figure 2019171918
Figure 2019171918

Figure 2019171918
Figure 2019171918

このうち、cos(β+Θ)及びsin(β+Θ)の値は既知の値であり、cos(ΔΘ)及びsin(ΔΘ)の値が求めることができれば、上式(11)及び(12)の値も求めることができる。cos(ΔΘ)及びsin(ΔΘ)の値の演算には、安価な装置で浮動小数点演算や三角関数演算がない場合に三角関数を演算可能なCORDICアルゴリズムを用いることができる。CORDICアルゴリズムによれば、初期値を下式(13)のように設定したとき、下式(14)〜(17)の演算を繰り返すことによって、下式(18)のcosθ及びsinθで表されるcos(ΔΘ)及びsin(ΔΘ)に十分に値が近づけられたx及びyを求めることができる。 Among these, the values of cos (β + Θ) and sin (β + Θ) are known values. If the values of cos (ΔΘ) and sin (ΔΘ) can be obtained, the values of the above equations (11) and (12) are also obtained. Can be sought. For the calculation of the values of cos (ΔΘ) and sin (ΔΘ), a CORDIC algorithm capable of calculating a trigonometric function when there is no floating point calculation or trigonometric function calculation with an inexpensive device can be used. According to the CORDIC algorithm, when the initial value is set as in the following expression (13), it is expressed by cos θ and sin θ in the following expression (18) by repeating the operations of the following expressions (14) to (17). x i and y i whose values are sufficiently close to cos (ΔΘ) and sin (ΔΘ) can be obtained.

Figure 2019171918
Figure 2019171918

Figure 2019171918
Figure 2019171918

Figure 2019171918
Figure 2019171918

Figure 2019171918
Figure 2019171918

Figure 2019171918
Figure 2019171918

Figure 2019171918
Figure 2019171918

なお、(1/2i−1)yi−1の値は、yi−1の値を「i−1」桁のビットだけ右シフトすることによって求められる。ここで、式(14)におけるtan−1(1/2i−1)の演算結果からなる定数表が、車両位置検出装置1に実装(記憶)されている。 Note that the value of (1/2 i−1 ) y i−1 is obtained by right shifting the value of y i−1 by “i−1” digit bits. Here, a constant table including the calculation result of tan −1 (1/2 i−1 ) in Expression (14) is mounted (stored) in the vehicle position detection device 1.

図3は、当該定数表の一例を示す図である。この定数表では、16bitの演算長があり、14bit目を固定小数点とした例が示されている。例えば、tan−1(1/21−1)=0.785[rad]=45[deg]の値(i=1のtbl)は、12868(=0.785×214)となる。tan−1(1/22−1)=0.463[rad]=26.5[deg]の値(i=2のtbl)は、7596(=0.463×214)となる。tan−1(1/23−1)=0.245[rad]=14.0[deg]の値(i=3のtbl)は、4014(=0.245×214)となる。 FIG. 3 is a diagram illustrating an example of the constant table. This constant table shows an example in which the calculation length is 16 bits and the 14 bits are fixed points. For example, the value of tan −1 (1/2 1-1 ) = 0.785 [rad] = 45 [deg] (tbl of i = 1) is 12868 (= 0.785 × 2 14 ). The value of tan −1 (1/2 2-1 ) = 0.463 [rad] = 26.5 [deg] (tbl of i = 2) is 7596 (= 0.463 × 2 14 ). The value of tan −1 (1/2 3-1 ) = 0.245 [rad] = 14.0 [deg] (tbl of i = 3) is 4014 (= 0.245 × 2 14 ).

図4は、本実施の形態1に係る車両位置検出装置の動作を示すフローチャートである。なお、この動作では、上述したCORDICアルゴリズムによる演算処理が実質的に行われる。   FIG. 4 is a flowchart showing the operation of the vehicle position detection apparatus according to the first embodiment. In this operation, the arithmetic processing by the above-described CORDIC algorithm is substantially performed.

ステップS1にて、角度制限部1dは、角度演算部1bが求めたヨー角変化量ΔΘ(=ヨーレート×演算周期)を取得する。以下、ヨー角変化量ΔΘが−1°(−1[deg])である例を適宜示しながら説明する。CORDICアルゴリズムの単位はラジアンであるため、角度制限部1dは、−1[deg]を−0.0174[rad]に変換する。16bitの演算長があり、14bit目を固定小数点とした場合、角度制限部1dは、−0.0174[rad]を−286(=−0.0174×214)に変換する。 In step S1, the angle limiter 1d acquires the yaw angle change amount ΔΘ (= yaw rate × calculation cycle) obtained by the angle calculator 1b. Hereinafter, description will be made while appropriately showing an example in which the yaw angle change amount ΔΘ is −1 ° (−1 [deg]). Since the unit of the CORDIC algorithm is radians, the angle limiting unit 1d converts −1 [deg] to −0.0174 [rad]. When the calculation length is 16 bits and the 14th bit is a fixed point, the angle limiting unit 1d converts -0.0174 [rad] to -286 (= -0.0174 × 2 14 ).

ステップS2にて、角度制限部1dは、角度比較部1cの判定に用いられた予め定められた範囲に基づいて、下式(19)のnの値を決定する。   In step S2, the angle limiting unit 1d determines the value of n in the following equation (19) based on a predetermined range used for the determination by the angle comparison unit 1c.

Figure 2019171918
Figure 2019171918

本実施の形態1では、角度制限部1dは、角度比較部1cの判定に用いられた予め定められた範囲を規定する値よりも、下式(19)の値が大きくなる最大のnの値を決定する。例えば、予め定められた範囲が式(10)で求めた1.6°以下の範囲である場合、角度制限部1dは、次式(20)及び(21)に示される結果から、1.6°よりも式(19)の値が小さくなる最大の値「7」を、nの値として決定する。   In the first embodiment, the angle limiting unit 1d has the maximum n value that makes the value of the following expression (19) larger than the value that defines the predetermined range used for the determination of the angle comparison unit 1c. To decide. For example, when the predetermined range is a range of 1.6 ° or less obtained by the equation (10), the angle limiting unit 1d determines that the result shown in the following equations (20) and (21) is 1.6. The maximum value “7” in which the value of the equation (19) is smaller than ° is determined as the value of n.

Figure 2019171918
Figure 2019171918

Figure 2019171918
Figure 2019171918

なお、以下で説明するステップS4〜S14のx,y,xtmp,ytmpは、上式(14)〜(17)のx,y,(1/2i−1)xi−1,(1/2i−1)yi−1に相当し、ステップS4〜S14のループ処理では、上式(14)〜(17)の演算が実質的に繰り返される。この際、xtmp,ytmpは一時的な計算値として用いられ、ステップS15の処理が行われる際には、xはcos(ΔΘ)の近似値となり、yはsin(ΔΘ)の近似値となる。 Note that x n , y n , xtmp, and ytmp in steps S4 to S14 described below are x i , y i , (1/2 i−1 ) x i−1 in the above equations (14) to (17). , (1/2 i−1 ) y i−1 , and in the loop processing of steps S4 to S14, the operations of the above equations (14) to (17) are substantially repeated. At this time, XTMP, Ytmp is used as a temporary calculated value, when the processing in step S15 is performed, x n becomes an approximation of cos (ΔΘ), y n is the approximation of sin (.DELTA..theta) Become.

ここで本来であれば、n=1,2,3,…の順にx,y,xtmp,ytmpが求められる。しかしながら、n=6の上式(19)の値である1.791[deg]以下の任意のヨーレート変化量の三角関数の値を求める場合、n=7におけるx,y,xtmp,ytmpは、一定値となる。つまり、予め定められた範囲内のヨー角変化量にCORDICアルゴリズムの演算を行った場合、途中で求められる値は一定値となる。そこで、本実施の形態1では、n=7を含むいくつかのnについて、x,y,xtmp,ytmpが、図3のtblと同様に、14bit目を固定小数点とした形式で車両位置検出装置1に実装(記憶)されている。 Originally, x n , y n , xtmp, ytmp are obtained in the order of n = 1, 2, 3,. However, when obtaining the value of the trigonometric function of an arbitrary yaw rate change amount equal to or less than 1.791 [deg] which is the value of the above equation (19) of n = 6, x n , y n , xtmp, ytmp at n = 7 Is a constant value. That is, when the calculation of the CORDIC algorithm is performed on the yaw angle change amount within a predetermined range, the value obtained in the middle is a constant value. Therefore, in the first embodiment, for some n including n = 7, x n , y n , xtmp, and ytmp are the vehicle positions in a format in which the 14th bit is a fixed point, similarly to tbl in FIG. It is mounted (stored) in the detection device 1.

ステップS3にて、角度制限部1dは、ステップS2で決定されたnに対応するx,y,xtmp,ytmpを初期値として読み出す。 In step S3, the angle limiting unit 1d reads x n, y n, corresponding to n determined at step S2, XTMP, the ytmp as an initial value.

ステップS4にて、角度制限部1dは、ヨー角変化量ΔΘが0よりも小さいか否かを判定する。ヨー角変化量ΔΘが0よりも小さいと判定された場合には処理がステップS5に進み、ヨー角変化量ΔΘが0以上であると判定された場合には処理がステップS8に進む。ヨー角変化量ΔΘが、ステップS1で−286であった例では処理がステップS5に進む。   In step S4, the angle limiting unit 1d determines whether or not the yaw angle change amount ΔΘ is smaller than zero. If it is determined that the yaw angle change amount ΔΘ is smaller than 0, the process proceeds to step S5. If it is determined that the yaw angle change amount ΔΘ is 0 or more, the process proceeds to step S8. In the example in which the yaw angle change amount ΔΘ is −286 in step S1, the process proceeds to step S5.

ステップS4からステップS5に処理が進んだ場合、角度制限部1dは、図3の定数表から、nの値と同じiに対応するtblをtbl(n)として読み出す。そして、角度制限部1dは、ヨー角変化量ΔΘにtbl(n)を加える。ヨー角変化量ΔΘが、ステップS1で−286であった例では、ΔΘ=ΔΘ+tbl(7)=−286+256=−30となる。   When the process proceeds from step S4 to step S5, the angle limiting unit 1d reads out tbl corresponding to the same i as the value of n as tbl (n) from the constant table of FIG. Then, the angle limiting unit 1d adds tbl (n) to the yaw angle change amount ΔΘ. In the example in which the yaw angle change amount ΔΘ is −286 in step S1, ΔΘ = ΔΘ + tbl (7) = − 286 + 256 = −30.

ステップS6にて、角度制限部1dは、xにytmpを加える。ヨー角変化量ΔΘが、ステップS5で−30となった例では、ステップS3に記載された初期値を用いて、x=x+ytmp=16383+0=16383となる。 In step S6, the angle limiting unit 1d adds ytmp to x n. In the example in which the yaw angle change amount ΔΘ is −30 in step S5, x n = x n + ytmp = 16383 + 0 = 16383 using the initial value described in step S3.

ステップS7にて、角度制限部1dは、yからxtmpを引く。ヨー角変化量ΔΘが、ステップS5で−30となった例では、ステップS3に記載された初期値を用いて、y=y−xtmp=−13−128=141となる。その後、処理がステップS11に進む。 At step S7, the angle limiting unit 1d draws a xtmp from y n. In the example in which the yaw angle change amount ΔΘ is −30 in step S5, y n = y n −xtmp = −13−128 = 141 using the initial value described in step S3. Thereafter, the process proceeds to step S11.

ステップS4からステップS8に処理が進んだ場合、角度制限部1dは、図3の定数表から、nの値と同じiに対応するtblをtbl(n)として読み出す。そして、角度制限部1dは、ヨー角変化量ΔΘからtbl(n)を引く。ステップS9にて、角度制限部1dは、xからytmpを引く。ステップS10にて、角度制限部1dは、yにxtmpを加える。その後、処理がステップS11に進む。 When the process proceeds from step S4 to step S8, the angle limiting unit 1d reads out tbl corresponding to the same i as the value of n as tbl (n) from the constant table of FIG. Then, the angle limiting unit 1d subtracts tbl (n) from the yaw angle change amount ΔΘ. In step S9, the angle limiting unit 1d draws a ytmp from x n. In step S10, the angle limiting unit 1d adds xtmp to y n. Thereafter, the process proceeds to step S11.

ステップS11にて、角度制限部1dは、xをn−1ビットシフトして得られる値によってxtmpを更新する。ヨー角変化量ΔΘが、ステップS5で−30となった例では、角度制限部1dは、ステップS11時点のxの値である16383を6ビットだけ右側にシフトさせることによって256を取得し、当該256によってxtmpを更新する。 In step S11, the angle limiting unit 1d updates xtmp with a value obtained by shifting xn by n-1 bits. In the example in which the yaw angle change amount ΔΘ is −30 in step S5, the angle limiting unit 1d acquires 256 by shifting 16383, which is the value of xn at the time of step S11, to the right by 6 bits, The xtmp is updated by the 256.

ステップS12にて、角度制限部1dは、yをn−1ビットシフトして得られる値によってytmpを更新する。ヨー角変化量ΔΘが、ステップS5で−30となった例では、角度制限部1dは、ステップS12時点のyの値である−141を6ビットだけ右側にシフトさせることによって−2を取得し、当該−2によってytmpを更新する。 In step S12, the angle limiting unit 1d updates the ytmp the value obtained by the y n and n-1 bit shift. Yaw angle variation ΔΘ is, in the example became -30 in step S5, the angle limiting unit 1d may get -2 by shifting the -141 is the value of y n in step S12 the time to the right by 6 bits Then, ytmp is updated by -2.

ステップS13にて、角度制限部1dは、nを1つインクリメントする。ヨー角変化量ΔΘが、ステップS5で−30となった例では、n=7+1=8となる。   In step S13, the angle limiting unit 1d increments n by one. In the example in which the yaw angle change amount ΔΘ is −30 in step S5, n = 7 + 1 = 8.

ステップS14にて、角度制限部1dは、nの値が11より小さいか否かを判定する。なお、n=11である場合の上式(19)の値は、tan−1(1/211−1)、つまり0.000976[rad]=0.056[deg]の近似となる。本値は例えばヨーレートセンサの分解能×演算周期以下の角度となるように設定する。nの値が11より小さいと判定された場合には処理がステップS4に戻り、nの値が11以上であると判定された場合には処理がステップS15に進む。処理がステップS15に進む際、xはcos(ΔΘ)に十分近い近似値となり、yはsin(ΔΘ)に十分近い近似値となる。 In step S14, the angle limiting unit 1d determines whether the value of n is smaller than 11. The value of the above equation (19) when n = 11 is an approximation of tan −1 (1/2 11−1 ), that is, 0.000976 [rad] = 0.056 [deg]. This value is set so that the angle is equal to or less than the resolution of the yaw rate sensor × the calculation cycle, for example. If it is determined that the value of n is smaller than 11, the process returns to step S4. If it is determined that the value of n is 11 or more, the process proceeds to step S15. When the process proceeds to step S15, x n becomes an approximation sufficiently close to cos (ΔΘ), y n is the approximate value sufficiently close to sin (ΔΘ).

ステップS15にて、車両位置演算部1eは、角度制限部1dで求めたcos(ΔΘ)及びsin(ΔΘ)と、既知のcos(β+Θ)及びsin(β+Θ)とから、cos(β+Θ+ΔΘ)を求める。そして、車両位置演算部1eは、求めたcos(β+Θ+ΔΘ)から上式(1)の三角関数の積分値を求め、当該積分値と、取得部1aで取得された位置(X)及び車速Vとから車両のX軸方向の位置(X)を求める。 In step S15, the vehicle position calculation unit 1e calculates cos (β + Θ + ΔΘ) from cos (ΔΘ) and sin (ΔΘ) obtained by the angle limiting unit 1d and the known cos (β + Θ) and sin (β + Θ). . Then, the vehicle position calculation unit 1e obtains an integral value of the trigonometric function of the above equation (1) from the obtained cos (β + Θ + ΔΘ), and the integration value, the position (X 0 ) obtained by the obtaining unit 1a, and the vehicle speed V From this, the position (X) of the vehicle in the X-axis direction is obtained.

ステップS16にて、車両位置演算部1eは、角度制限部1dで求めたcos(ΔΘ)及びsin(ΔΘ)と、既知のcos(β+Θ)及びsin(β+Θ)とから、sin(β+Θ+ΔΘ)を求める。そして、車両位置演算部1eは、求めたsin(β+Θ+ΔΘ)から上式(2)の三角関数の積分値を求め、当該積分値と、取得部1aで取得された位置(Y)及び車速Vとから車両のY軸方向の位置(Y)を求める。 In step S16, the vehicle position calculation unit 1e obtains sin (β + Θ + ΔΘ) from cos (ΔΘ) and sin (ΔΘ) obtained by the angle limiting unit 1d and known cos (β + Θ) and sin (β + Θ). . The vehicle position calculating section 1e calculates an integral value of a trigonometric function of the equation (2) from sin (β + Θ + ΔΘ) which is determined, and the integration value, position acquired by the acquiring unit 1a (Y 0) and the vehicle speed V The position (Y) of the vehicle in the Y-axis direction is obtained from the above.

<実施の形態1のまとめ>
一般的な車両位置検出装置では、車両の位置を上式(1)及び(2)を用いて計算するが、カメラ等による位置情報が複数あるため、計算量が比較的大きい。これに対して、推定部1fは、予め定められた範囲内のヨー角変化量ΔΘにCORDICアルゴリズムの演算を行った場合に途中で求められる値として予め規定された規定値(x,y,xtmp,ytmp,tbl)と、速度及びヨー角変化量とに基づいて、車両の前後方向の位置及び車両の左右方向の位置を求める。このような推定部1fを備える本実施の形態1に係る車両位置検出装置1によれば、n=1,2,3,…の順にループ処理を行うよりも、ループ処理の回数を低減することができるので、三角関数の値を求める負荷を低減することができる。
<Summary of Embodiment 1>
In a general vehicle position detection apparatus, the position of the vehicle is calculated using the above formulas (1) and (2). On the other hand, the estimation unit 1f provides a predetermined value (x n , y n) that is defined in advance as a value that is obtained midway when the calculation of the CORDIC algorithm is performed on the yaw angle change amount ΔΘ within a predetermined range. , Xtmp, ytmp, tbl) and the speed and yaw angle change amount, the position in the front-rear direction of the vehicle and the position in the left-right direction of the vehicle are obtained. According to the vehicle position detection device 1 according to the first embodiment including such an estimation unit 1f, the number of times of the loop processing is reduced rather than performing the loop processing in the order of n = 1, 2, 3,. Therefore, the load for obtaining the trigonometric function value can be reduced.

また、特許文献1,2に記載された技術では、0°〜360°の範囲を区分した区分領域のいずれに角度が属するかを判定する領域判定を行ってから、当該角度の三角関数の値を演算する。しかしながら、CORDICアルゴリズムはそもそも−90°〜90°の範囲で適用されるアルゴリズムであり、しかも本実施の形態1では、ヨー角変化量の範囲は制限されるので、そのような領域判定が不要となり、かつ、特許文献1,2に記載された技術で行われる演算の一部が不要となる。この点からも、本実施の形態1に係る車両位置検出装置1によれば、三角関数の値を求める負荷を低減することができる。以上の結果、浮動小数点演算や三角関数演算を内蔵していないような安価なマイクロコンピュータを用いて、三角関数の値を適切に求めることができる。   Further, in the techniques described in Patent Documents 1 and 2, after performing region determination to determine which of the divided regions into which the range of 0 ° to 360 ° belongs, the value of the trigonometric function of the angle Is calculated. However, the CORDIC algorithm is originally an algorithm that is applied in the range of -90 ° to 90 °, and in the first embodiment, the range of the yaw angle change amount is limited, and thus such region determination is not required. In addition, some of the calculations performed by the techniques described in Patent Documents 1 and 2 are not necessary. Also from this point, according to the vehicle position detection device 1 according to the first embodiment, it is possible to reduce the load for obtaining the value of the trigonometric function. As a result, the value of the trigonometric function can be obtained appropriately using an inexpensive microcomputer that does not incorporate floating point arithmetic or trigonometric function arithmetic.

なお、以上の説明では、車両位置検出装置1が、CORDICアルゴリズムを用いた例について説明した。しかしこれに限ったものではなく、車両位置検出装置1が、角度が制限された三角関数のテーブルを予め記憶し、当該テーブルを用いて計算した場合には、三角関数テーブルの数を削減することができる。この結果として、記憶容量の小さい安価なマイクロコンピュータでも三角関数の値を求めることができる。   In the above description, an example in which the vehicle position detection device 1 uses the CORDIC algorithm has been described. However, the present invention is not limited to this, and when the vehicle position detection device 1 stores in advance a table of trigonometric functions whose angles are limited and calculates using the table, the number of trigonometric functions tables should be reduced. Can do. As a result, the value of the trigonometric function can be obtained even with an inexpensive microcomputer having a small storage capacity.

<その他の変形例>
上述した図2の取得部1aと、推定部1fとを、以下「取得部1a等」と記す。取得部1a等は、図5に示す処理回路81により実現される。すなわち、処理回路81は、車両の速度及びヨーレートを取得する取得部1aと、予め定められた範囲内のヨー角変化量にCORDICアルゴリズムの演算を行った場合に途中で求められる値として予め規定された規定値と、速度及びヨー角変化量とに基づいて、車両の前後方向の位置及び車両の左右方向の位置を求める推定部1fと、を備える。処理回路81には、専用のハードウェアが適用されてもよいし、メモリに格納されるプログラムを実行するプロセッサが適用されてもよい。プロセッサには、例えば、中央処理装置、処理装置、演算装置、マイクロプロセッサ、マイクロコンピュータ、DSP(Digital Signal Processor)などが該当する。
<Other variations>
The acquisition unit 1a and the estimation unit 1f in FIG. 2 described above are hereinafter referred to as “acquisition unit 1a and the like”. The acquisition unit 1a and the like are realized by the processing circuit 81 illustrated in FIG. That is, the processing circuit 81 is preliminarily defined as a value that is obtained in the middle when the acquisition unit 1a that acquires the vehicle speed and yaw rate and the calculation of the CORDIC algorithm is performed on the yaw angle change amount within a predetermined range. An estimation unit 1f that obtains a position in the front-rear direction of the vehicle and a position in the left-right direction of the vehicle based on the specified value and the amount of change in speed and yaw angle. Dedicated hardware may be applied to the processing circuit 81, or a processor that executes a program stored in the memory may be applied. The processor corresponds to, for example, a central processing unit, a processing unit, an arithmetic unit, a microprocessor, a microcomputer, a DSP (Digital Signal Processor), and the like.

処理回路81が専用のハードウェアである場合、処理回路81は、例えば、単一回路、複合回路、プログラム化したプロセッサ、並列プログラム化したプロセッサ、ASIC(Application Specific Integrated Circuit)、FPGA(Field Programmable Gate Array)、またはこれらを組み合わせたものが該当する。取得部1a等の各部の機能それぞれは、処理回路を分散させた回路で実現されてもよいし、各部の機能をまとめて一つの処理回路で実現されてもよい。   When the processing circuit 81 is dedicated hardware, the processing circuit 81 includes, for example, a single circuit, a composite circuit, a programmed processor, a parallel programmed processor, an ASIC (Application Specific Integrated Circuit), and an FPGA (Field Programmable Gate). Array) or a combination thereof. Each function of each unit such as the acquisition unit 1a may be realized by a circuit in which processing circuits are distributed, or the function of each unit may be realized by a single processing circuit.

処理回路81がプロセッサである場合、取得部1a等の機能は、ソフトウェア等との組み合わせにより実現される。なお、ソフトウェア等には、例えば、ソフトウェア、ファームウェア、または、ソフトウェア及びファームウェアが該当する。ソフトウェア等はプログラムとして記述され、メモリに格納される。図6に示すように、処理回路81に適用されるプロセッサ82は、メモリ83に記憶されたプログラムを読み出して実行することにより、各部の機能を実現する。すなわち、車両位置検出装置1は、処理回路81により実行されるときに、車両の速度及びヨーレートを取得するステップと、予め定められた範囲内のヨー角変化量にCORDICアルゴリズムの演算を行った場合に途中で求められる値として予め規定された規定値と、速度及びヨー角変化量とに基づいて、車両の前後方向の位置及び車両の左右方向の位置を求めるステップと、が結果的に実行されることになるプログラムを格納するためのメモリ83を備える。換言すれば、このプログラムは、取得部1a等の手順や方法をコンピュータに実行させるものであるともいえる。ここで、メモリ83は、例えば、RAM(Random Access Memory)、ROM(Read Only Memory)、フラッシュメモリ、EPROM(Erasable Programmable Read Only Memory)、EEPROM(Electrically Erasable Programmable Read Only Memory)などの、不揮発性または揮発性の半導体メモリ、HDD(Hard Disk Drive)、磁気ディスク、フレキシブルディスク、光ディスク、コンパクトディスク、ミニディスク、DVD(Digital Versatile Disc)、そのドライブ装置等、または、今後使用されるあらゆる記憶媒体であってもよい。   When the processing circuit 81 is a processor, the functions of the acquisition unit 1a and the like are realized by a combination with software or the like. Note that the software or the like corresponds to, for example, software, firmware, or software and firmware. Software or the like is described as a program and stored in a memory. As shown in FIG. 6, the processor 82 applied to the processing circuit 81 reads out and executes the program stored in the memory 83 to realize the functions of the respective units. That is, when the vehicle position detection device 1 is executed by the processing circuit 81, the vehicle speed and yaw rate are obtained, and the calculation of the CORDIC algorithm is performed on the yaw angle change amount within a predetermined range. As a result, a step of obtaining a position in the front-rear direction of the vehicle and a position in the left-right direction of the vehicle on the basis of a prescribed value prescribed as a value obtained in the middle of the vehicle and a change in speed and yaw angle is executed as a result. A memory 83 for storing a program to be stored is provided. In other words, this program can be said to cause a computer to execute procedures and methods such as the acquisition unit 1a. Here, the memory 83 is nonvolatile or non-volatile such as RAM (Random Access Memory), ROM (Read Only Memory), flash memory, EPROM (Erasable Programmable Read Only Memory), EEPROM (Electrically Erasable Programmable Read Only Memory), etc. Volatile semiconductor memory, HDD (Hard Disk Drive), magnetic disk, flexible disk, optical disk, compact disk, mini disk, DVD (Digital Versatile Disc), its drive device, etc., or any storage media used in the future May be.

以上、取得部1a等の各機能が、ハードウェア及びソフトウェア等のいずれか一方で実現される構成について説明した。しかしこれに限ったものではなく、取得部1a等の一部を専用のハードウェアで実現し、別の一部をソフトウェア等で実現する構成であってもよい。例えば、取得部1aについては専用のハードウェアとしての処理回路81及びレシーバなどでその機能を実現し、それ以外についてはプロセッサ82としての処理回路81がメモリ83に格納されたプログラムを読み出して実行することによってその機能を実現することが可能である。   The configuration in which each function of the acquisition unit 1a and the like is realized by either hardware or software has been described above. However, the present invention is not limited to this, and a configuration in which a part of the acquisition unit 1a or the like is realized by dedicated hardware and another part is realized by software or the like. For example, the function of the acquisition unit 1a is realized by a processing circuit 81 and a receiver as dedicated hardware, and the processing circuit 81 as the processor 82 reads and executes a program stored in the memory 83 for the other parts. This function can be realized.

以上のように、処理回路81は、ハードウェア、ソフトウェア等、またはこれらの組み合わせによって、上述の各機能を実現することができる。   As described above, the processing circuit 81 can realize the functions described above by hardware, software, or the like, or a combination thereof.

また、以上で説明した車両位置検出装置1は、PND(Portable Navigation Device)などのナビゲーション装置と、携帯電話、スマートフォン及びタブレットなどの携帯端末を含む通信端末と、ナビゲーション装置及び通信端末の少なくともいずれか1つにインストールされるアプリケーションの機能と、サーバとを適宜に組み合わせてシステムとして構築される車両位置検出システムにも適用することができる。この場合、以上で説明した車両位置検出装置1の各機能あるいは各構成要素は、前記システムを構築する各機器に分散して配置されてもよいし、いずれかの機器に集中して配置されてもよい。   The vehicle position detection device 1 described above is at least one of a navigation device such as a PND (Portable Navigation Device), a communication terminal including portable terminals such as a mobile phone, a smartphone, and a tablet, and a navigation device and a communication terminal. The present invention can also be applied to a vehicle position detection system constructed as a system by appropriately combining functions of an application installed in one and a server. In this case, each function or each component of the vehicle position detection device 1 described above may be distributed and arranged in each device that constructs the system, or may be concentrated on any device. Also good.

図7は、本変形例に係るサーバ91の構成を示すブロック図である。図7のサーバ91は、通信部91aと制御部91bとを備えており、車両92のナビゲーション装置などの車両装置93と無線通信を行うことが可能となっている。   FIG. 7 is a block diagram showing the configuration of the server 91 according to this modification. The server 91 of FIG. 7 includes a communication unit 91a and a control unit 91b, and can perform wireless communication with a vehicle device 93 such as a navigation device of the vehicle 92.

取得部である通信部91aは、車両装置93と無線通信を行うことにより、車両装置93で取得された車両92の速度及びヨーレートを受信する。   The communication unit 91 a that is an acquisition unit receives the speed and yaw rate of the vehicle 92 acquired by the vehicle device 93 by performing wireless communication with the vehicle device 93.

制御部91bは、サーバ91の図示しないプロセッサなどが、サーバ91の図示しないメモリに記憶されたプログラムを実行することにより、上述した推定部1fと同様の機能を有している。つまり、制御部91bは、予め定められた範囲内のヨー角変化量にCORDICアルゴリズムの演算を行った場合に途中で求められる値として予め規定された規定値と、速度及びヨー角変化量とに基づいて、車両92の前後方向の位置及び車両92の左右方向の位置を求める。そして、通信部91aは、制御部91bで求めた位置を車両装置93に送信する。このように構成されたサーバ91によれば、実施の形態1で説明した車両位置検出装置1と同様の効果を得ることができる。   The control unit 91b has a function similar to that of the estimation unit 1f described above, when a processor (not illustrated) of the server 91 executes a program stored in a memory (not illustrated) of the server 91. In other words, the control unit 91b converts the predetermined value, which is obtained in the middle of the calculation of the CORDIC algorithm to the yaw angle change amount within a predetermined range, and the speed and yaw angle change amount. Based on this, the position in the front-rear direction of the vehicle 92 and the position in the left-right direction of the vehicle 92 are obtained. And the communication part 91a transmits the position calculated | required by the control part 91b to the vehicle apparatus 93. FIG. According to the server 91 configured as described above, it is possible to obtain the same effect as that of the vehicle position detection device 1 described in the first embodiment.

図8は、本変形例に係る通信端末96の構成を示すブロック図である。図8の通信端末96は、通信部91aと同様の通信部96aと、制御部91bと同様の制御部96bとを備えており、車両97の車両装置98と無線通信を行うことが可能となっている。なお、通信端末96には、例えば車両97の運転者が携帯する携帯電話、スマートフォン、及びタブレットなどの携帯端末が適用される。このように構成された通信端末96によれば、実施の形態1で説明した車両位置検出装置1と同様の効果を得ることができる。   FIG. 8 is a block diagram showing the configuration of the communication terminal 96 according to this modification. The communication terminal 96 of FIG. 8 includes a communication unit 96a similar to the communication unit 91a and a control unit 96b similar to the control unit 91b, and can perform wireless communication with the vehicle device 98 of the vehicle 97. ing. For example, mobile terminals such as mobile phones, smartphones, and tablets carried by the driver of the vehicle 97 are applied to the communication terminal 96. According to the communication terminal 96 configured as described above, the same effect as that of the vehicle position detection device 1 described in the first embodiment can be obtained.

なお、本発明は、その発明の範囲内において、実施の形態を適宜、変形、省略することが可能である。   In the present invention, the embodiments can be appropriately modified and omitted within the scope of the invention.

1 車両位置検出装置、1a 取得部、1b 角度演算部、1c 角度比較部、1d 角度制限部、1e 車両位置演算部、1f 推定部。   DESCRIPTION OF SYMBOLS 1 Vehicle position detection apparatus, 1a acquisition part, 1b angle calculation part, 1c angle comparison part, 1d angle restriction part, 1e vehicle position calculation part, 1f estimation part.

本発明に係る車両位置検出装置は、車両の速度及びヨーレートを取得する取得部と、前記ヨーレートに基づくヨー角変化量であって予め定められた範囲内のヨー角変化量にCORDICアルゴリズムの演算を行った場合に途中のループ処理で求められる値として予め規定された規定値と、前記速度及び前記ヨー角変化量とに基づいて、前記途中のループ処理からCORDICアルゴリズムの演算を行うことによって、前記車両の前後方向の位置及び前記車両の左右方向の位置を求める推定部とを備える。
A vehicle position detection apparatus according to the present invention includes a acquiring unit that acquires a vehicle speed and a yaw rate, and calculates a CORDIC algorithm for a yaw angle change amount based on the yaw rate and within a predetermined range. By performing the calculation of the CORDIC algorithm from the intermediate loop process based on the specified value that is specified in advance as a value obtained in the intermediate loop process and the speed and the yaw angle change amount , An estimation unit that obtains a position in the front-rear direction of the vehicle and a position in the left-right direction of the vehicle.

Claims (6)

車両の速度及びヨーレートを取得する取得部と、
前記ヨーレートに基づくヨー角変化量であって予め定められた範囲内のヨー角変化量にCORDICアルゴリズムの演算を行った場合に途中で求められる値として予め規定された規定値と、前記速度及び前記ヨー角変化量とに基づいて、前記車両の前後方向の位置及び前記車両の左右方向の位置を求める推定部と
を備える、車両位置検出装置。
An acquisition unit for acquiring the speed and yaw rate of the vehicle;
A prescribed value defined in advance as a value obtained in the middle of the calculation of the CORDIC algorithm for a yaw angle change amount based on the yaw rate and within a predetermined range, the speed and the speed A vehicle position detection device comprising: an estimation unit that obtains a position in the front-rear direction of the vehicle and a position in the left-right direction of the vehicle based on a yaw angle change amount.
請求項1に記載の車両位置検出装置であって、
前記推定部は、
前記ヨーレートに基づいて前記ヨー角変化量を求める角度演算部と、
前記ヨー角変化量が、前記予め定められた範囲内であるか否かを判定する角度比較部と、
前記ヨー角変化量が前記予め定められた範囲内であると前記角度比較部で判定された場合に、前記規定値と、前記ヨー角変化量とに基づいて、前記速度を前記前後方向の成分及び前記左右方向の成分に分解するための三角関数の値を求める角度制限部と、
前記三角関数の値と、前記速度とに基づいて前記車両の前後方向の位置及び前記車両の左右方向の位置を求める車両位置演算部と
を含む、車両位置検出装置。
The vehicle position detection device according to claim 1,
The estimation unit includes
An angle calculator that calculates the yaw angle change amount based on the yaw rate;
An angle comparison unit for determining whether or not the yaw angle change amount is within the predetermined range;
When the angle comparison unit determines that the yaw angle change amount is within the predetermined range, the speed is calculated based on the specified value and the yaw angle change amount. And an angle limiting unit for obtaining a trigonometric function value for decomposing the left and right components,
A vehicle position detection device including a vehicle position calculation unit that obtains a position in the front-rear direction of the vehicle and a position in the left-right direction of the vehicle based on the value of the trigonometric function and the speed.
請求項1または請求項2に記載の車両位置検出装置で検出された前記車両の前後方向の位置及び前記車両の左右方向の位置に基づいて、前記車両の移動を車線に沿って制御する、車両制御装置。   A vehicle that controls movement of the vehicle along a lane based on a position in the front-rear direction of the vehicle and a position in the left-right direction of the vehicle detected by the vehicle position detection device according to claim 1 or 2. Control device. 車両の速度及びヨーレートを取得し、
前記ヨーレートに基づくヨー角変化量であって予め定められた範囲内のヨー角変化量にCORDICアルゴリズムの演算を行った場合に途中で求められる値として予め規定された規定値と、前記速度及び前記ヨー角変化量とに基づいて、前記車両の前後方向の位置及び前記車両の左右方向の位置を求める、車両位置検出方法。
Get vehicle speed and yaw rate,
A prescribed value defined in advance as a value obtained in the middle of the calculation of the CORDIC algorithm for a yaw angle change amount based on the yaw rate and within a predetermined range, the speed and the speed A vehicle position detection method for obtaining a position in the front-rear direction of the vehicle and a position in the left-right direction of the vehicle based on a yaw angle change amount.
請求項4に記載の車両位置検出方法であって、
前記車両の前記前後方向の位置及び前記左右方向の位置を求めることは、
前記ヨーレートに基づいて前記ヨー角変化量を求めること、
前記ヨー角変化量が、前記予め定められた範囲内であるか否かを判定すること、
前記ヨー角変化量が前記予め定められた範囲内であると判定された場合に、前記規定値と、前記ヨー角変化量とに基づいて、前記速度を前記前後方向の成分及び前記左右方向の成分に分解するための三角関数の値を求めること、及び、
前記三角関数の値と、前記速度とに基づいて前記車両の前後方向の位置及び前記車両の左右方向の位置を求めること
を含む、車両位置検出方法。
The vehicle position detection method according to claim 4,
Obtaining the position in the front-rear direction and the position in the left-right direction of the vehicle,
Obtaining the yaw angle change amount based on the yaw rate;
Determining whether the yaw angle variation is within the predetermined range;
When it is determined that the yaw angle change amount is within the predetermined range, based on the specified value and the yaw angle change amount, the speed is changed in the front-rear direction component and the left-right direction. Obtaining a trigonometric function value to decompose into components, and
A vehicle position detection method, comprising: obtaining a position in the front-rear direction of the vehicle and a position in the left-right direction of the vehicle based on the value of the trigonometric function and the speed.
請求項4または請求項5に記載の車両位置検出方法で検出された前記車両の前後方向の位置及び前記車両の左右方向の位置に基づいて、前記車両の移動を車線に沿って制御する、車両制御方法。   A vehicle for controlling movement of the vehicle along a lane based on a position in the front-rear direction of the vehicle and a position in the left-right direction of the vehicle detected by the vehicle position detection method according to claim 4 or 5. Control method.
JP2018059209A 2018-03-27 2018-03-27 Vehicle position detection device, vehicle control device, vehicle position detection method, vehicle control method Active JP6641404B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018059209A JP6641404B2 (en) 2018-03-27 2018-03-27 Vehicle position detection device, vehicle control device, vehicle position detection method, vehicle control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018059209A JP6641404B2 (en) 2018-03-27 2018-03-27 Vehicle position detection device, vehicle control device, vehicle position detection method, vehicle control method

Publications (2)

Publication Number Publication Date
JP2019171918A true JP2019171918A (en) 2019-10-10
JP6641404B2 JP6641404B2 (en) 2020-02-05

Family

ID=68166318

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018059209A Active JP6641404B2 (en) 2018-03-27 2018-03-27 Vehicle position detection device, vehicle control device, vehicle position detection method, vehicle control method

Country Status (1)

Country Link
JP (1) JP6641404B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02232724A (en) * 1989-03-07 1990-09-14 Komatsu Ltd Device and method for operating inverse function
WO2014002211A1 (en) * 2012-06-27 2014-01-03 三菱電機株式会社 Positioning device
JP2014151758A (en) * 2013-02-07 2014-08-25 Toyota Motor Corp Target travel trajectory production unit

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02232724A (en) * 1989-03-07 1990-09-14 Komatsu Ltd Device and method for operating inverse function
WO2014002211A1 (en) * 2012-06-27 2014-01-03 三菱電機株式会社 Positioning device
JP2014151758A (en) * 2013-02-07 2014-08-25 Toyota Motor Corp Target travel trajectory production unit

Also Published As

Publication number Publication date
JP6641404B2 (en) 2020-02-05

Similar Documents

Publication Publication Date Title
CN111238520B (en) Automatic driving lane change path planning method and device and electronic equipment
CN110968087A (en) Vehicle control parameter calibration method and device, vehicle-mounted controller and unmanned vehicle
WO2019230038A1 (en) Self-position estimation device
CN108928390B (en) Automatic steering control device and steering control method
JP6261832B1 (en) Traveling path recognition device and traveling path recognition method
CN111868801A (en) Route generation device and vehicle control system
KR102566596B1 (en) Method and apparatus for determining a driving route of a vehicle
CN112550285A (en) Method and device for determining collision distance, storage medium and electronic equipment
CN110177729B (en) Automatic steering control device and automatic steering control method
WO2022179602A1 (en) Navigation information processing method and apparatus, electronic device, and storage medium
JP2017013586A (en) Own vehicle position estimation device, steering control device using the same and own vehicle position estimation method
JP6641404B2 (en) Vehicle position detection device, vehicle control device, vehicle position detection method, vehicle control method
Eising et al. 2.5 D vehicle odometry estimation
JP7206883B2 (en) Yaw rate corrector
CN113353074B (en) Vehicle control method and device, electronic equipment and storage medium
JP4517298B2 (en) Correction coefficient calculation device and calculation program for direction sensor
CN116135648A (en) Vehicle behavior estimation system and vehicle behavior estimation method
CN115635967A (en) Vehicle control method and device, vehicle-mounted terminal and storage medium
JPWO2015182148A1 (en) Object detection device, vehicle installed with object detection device, and program
JP6704488B1 (en) Coordinate data correction device, moving body tracking device and moving body tracking method using the same
JP2021163277A (en) Position detection system
US20240110792A1 (en) Method and apparatus for reliance upon centripetal acceleration to mitigate error in an inertial navigation system
KR102527164B1 (en) Method for providing a plurality of driving modes based on whether a driver grips steering wheel or not
US20240035846A1 (en) Method and device for determining the reliability of a low-definition map
US11702130B2 (en) Steering control device and method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180327

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190326

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190402

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190515

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20191023

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20191122

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20191227

R150 Certificate of patent or registration of utility model

Ref document number: 6641404

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250