JP4345779B2 - ナビゲーション装置、位置検出方法 - Google Patents
ナビゲーション装置、位置検出方法 Download PDFInfo
- Publication number
- JP4345779B2 JP4345779B2 JP2006193243A JP2006193243A JP4345779B2 JP 4345779 B2 JP4345779 B2 JP 4345779B2 JP 2006193243 A JP2006193243 A JP 2006193243A JP 2006193243 A JP2006193243 A JP 2006193243A JP 4345779 B2 JP4345779 B2 JP 4345779B2
- Authority
- JP
- Japan
- Prior art keywords
- error
- sensor
- error variance
- vehicle
- variance
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01C—MEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
- G01C21/00—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
- G01C21/10—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 by using measurements of speed or acceleration
- G01C21/12—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 by using measurements of speed or acceleration executed aboard the object being navigated; Dead reckoning
- G01C21/16—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 by using measurements of speed or acceleration executed aboard the object being navigated; Dead reckoning by integrating acceleration or speed, i.e. inertial navigation
- G01C21/183—Compensation of inertial measurements, e.g. for temperature effects
- G01C21/188—Compensation of inertial measurements, e.g. for temperature effects for accumulated errors, e.g. by coupling inertial systems with absolute positioning systems
Landscapes
- Engineering & Computer Science (AREA)
- Radar, Positioning & Navigation (AREA)
- Remote Sensing (AREA)
- Automation & Control Theory (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Navigation (AREA)
- Traffic Control Systems (AREA)
- Position Fixing By Use Of Radio Waves (AREA)
- Instructional Devices (AREA)
Description
誤差分散算出手段10bによる誤差分散の導出について詳細に説明する。本実施形態では、車両の位置を推定するダイナミックスモデルを設定する。時刻tの自車両の位置情報及びセンサ情報をダイナミックスモデルに入力すると、ダイナミックスモデルは時刻t+1の推定位置を出力する。そこで、ダイナミックスモデルを変形して時刻tの誤差分散から時刻t+1の推定位置の誤差分散を導出する。なお、ダイナミックスモデルについては後述する。
Ut=(vt,wt)
Xt、Utの入力により自車両の位置を推定する式(以下、単にダイナミックスモデルという)をf(Xt,Ut)とすれば、時刻t+1における自車両の位置Xt+1は次のように表すことができる。
但し、ntは量子化や計算の丸め誤差によって生じる誤差である。
式(2)を線形化するためテーラー展開する。
= f(X^t+ΔXt,U^t+ΔUt)+nt
≒ f(X^t,U^t)+ JxΔXt + JuΔUt + nt
= X^t+1 + ΔXt+1
但し、Jx、Juは次のように表され、また、3行目から4行目にかけて式(2)の関係を用いた。
また、3行目と4行目から次の関係が得られるので、この式から誤差分散を導出する更新式を求めることができる。
ΔXt+1 = JxΔXt + JuΔUt + nt
以上から、推定位置の誤差分散は次のように表すことができる。式(3)が誤差分散を漸化的に導出する更新式となる。但し、
ΣXt=E(ΔXtΔXt T)、ΣUt=E(ΔUtΔUt T)、Σn=E(ΔnΔnT)
と置いた(右上のTは転置行列を表す)。Eは期待値を表す記号であり、したがってΣは共分散行列を示す。
第2項:センサ値の誤差
第3項:計算の丸め誤差、その他の要因による誤差
したがって、更新式から分かるように、時刻t=0のΣX0、ΣU0、Σnをそれぞれ決定すれば、推定位置の誤差分散を漸化的に導出することができる。
続いて、ダイナミックスモデルについて説明する。図3はダイナミックスモデルの一例として幾何学車両モデルを示す図である。なお、本実施形態のダイナミックスモデルは一例であり、その他のモデルを適宜設定しても本実施形態の誤差分散の導出に好適に用いることができる。
A.車速センサ12により検出される4つの車輪の平均の車速を車速Vstrと近似する。
B.車速Vstrを車両の車長方向と車幅方向に分解する。分解するため舵角センサにより舵角αを検出する。
V_model_x = Vstr×cos(α)
・車幅方向の速度
V_model_fy = Vstr×sin(α)
C.重心の並進速度・回転角速度を算出する。車両の後輪の位置における横方向の並進速度をゼロと仮定して、前輪位置からの重心までの距離に応じて重心位置の並進速度・回転角速度を算出する。
K_wheelbase = Lr/L
・重心の車長方向の並進速度〔m/s〕
V_model_x
・重心の車幅方向の並進速度〔m/s〕
V_model_gy = V_model_fy×K_wheelbase
・重心回転角速度〔rad/s〕
yaw_model_g = V_model_fy/L
以上からVt、Wtは次のようになる。
yt+1= yt+ V_model_gy×St
θt+1= θt+ wt×St
以上のように、ダイナミックスモデルを設定することで、車両の真の位置・方位及び並進速度・回転角速度を算出する関数形(ダイナミックスモデル)を導出することができる。
信頼性誤差楕円 = (X−X*)TΣXt -1(X−X*) = D …(4)
X*は「自車位置(測位位置)」であり、ΣXtは「自車位置の誤差分散(更新式の第1項)」であるので、適当な存在確率を想定しマハラノビス距離Dを入力すれば、誤差楕円算出手段10cは、信頼性誤差楕円を決定することができる。
10 ナビECU
11 GPS受信器
12 車速センサ
13 ヨーレートセンサ
14 地図DB
15 入力装置
16 表示装置
Claims (8)
- 移動体の位置を検出するナビゲーション装置において、
前記移動体の挙動情報を検出する自律センサと、
前記自律センサによる検出情報を累積して前記移動体の慣性測位位置を検出する慣性測位手段と、
時刻tの、前記慣性測位位置の誤差分散、前記自律センサのセンサ誤差分散及び計算誤差を、前記移動体の移動モデルに基づく更新式に適用して、時刻t+1の前記誤差分散を漸化的に算出する誤差分散算出手段と、
前記誤差分散のうち前記移動体が所定確率で存在する範囲が、所定領域と少なくとも一部が重複するか否かに基づき前記所定領域内に前記移動体が存在するか否かを判定する判定手段と、
を有することを特徴とするナビゲーション装置。 - 前記慣性測位位置、前記誤差分散、及び、マハラノビス距離により信頼性誤差楕円を算出する誤差楕円算出手段と、
前記信頼性誤差楕円が、前記所定領域と少なくとも一部が重複するか否かに基づき前記所定領域内に前記移動体が存在するか否かを判定する判定手段と、
を有することを特徴とする請求項1項記載のナビゲーション装置。 - 前記移動体の移動モデルは、前記移動体のダイナミックスモデルである、
ことを特徴とする請求項1又は2記載のナビゲーション装置。 - 前記自律センサは、車速センサ、ヨーレートセンサ、ジャイロセンサ及び舵角センサの少なくとも1つである、
ことを特徴とする請求項1又は2記載のナビゲーション装置。 - 移動体の位置を検出する位置検出方法において、
自律センサが、前記移動体の挙動情報を検出するステップと、
慣性測位手段が、前記自律センサによる検出情報を累積して前記移動体の慣性測位位置を検出するステップと、
誤差分散算出手段が、時刻tの、前記慣性測位位置の誤差分散、前記自律センサのセンサ誤差分散及び計算誤差を、前記移動体の移動モデルに基づく更新式に適用して、時刻t+1の前記誤差分散を漸化的に算出するステップと、
判定手段が、前記誤差分散のうち前記移動体が所定確率で存在する範囲が、所定領域と少なくとも一部が重複するか否かに基づき前記所定領域内に前記移動体が存在するか否かを判定するステップ、
を有することを特徴とする位置検出方法。 - 誤差楕円算出手段が、前記慣性測位位置、前記誤差分散、及び、マハラノビス距離により信頼性誤差楕円を算出するステップと、
判定手段が、前記所定領域と少なくとも一部が重複するか否かに基づき前記所定領域内に前記移動体が存在するか否かを判定するステップと、
を有することを特徴とする請求項6記載の位置検出方法。
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2006193243A JP4345779B2 (ja) | 2006-07-13 | 2006-07-13 | ナビゲーション装置、位置検出方法 |
| PCT/IB2007/001939 WO2008010046A2 (en) | 2006-07-13 | 2007-07-11 | Navigation apparatus |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2006193243A JP4345779B2 (ja) | 2006-07-13 | 2006-07-13 | ナビゲーション装置、位置検出方法 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2008020365A JP2008020365A (ja) | 2008-01-31 |
| JP4345779B2 true JP4345779B2 (ja) | 2009-10-14 |
Family
ID=38957142
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2006193243A Expired - Fee Related JP4345779B2 (ja) | 2006-07-13 | 2006-07-13 | ナビゲーション装置、位置検出方法 |
Country Status (2)
| Country | Link |
|---|---|
| JP (1) | JP4345779B2 (ja) |
| WO (1) | WO2008010046A2 (ja) |
Families Citing this family (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP4934167B2 (ja) | 2009-06-18 | 2012-05-16 | クラリオン株式会社 | 位置検出装置および位置検出プログラム |
| JP5554560B2 (ja) * | 2009-12-28 | 2014-07-23 | 川崎重工業株式会社 | 測位信頼度評価装置、測位信頼度評価方法、および、測位信頼度評価プログラム |
| US9507027B2 (en) * | 2010-08-06 | 2016-11-29 | Qualcomm Incorporated | Determining location of a target device based on relative change in location information |
| JP5684039B2 (ja) * | 2011-05-02 | 2015-03-11 | 株式会社豊田中央研究所 | 存在確率分布推定装置及びプログラム |
| WO2013146457A1 (ja) * | 2012-03-27 | 2013-10-03 | 日本電気株式会社 | 位置検出システム、方法及びプログラム |
| JP6836446B2 (ja) * | 2017-03-30 | 2021-03-03 | 株式会社Subaru | 車両の走行車線推定装置 |
| KR101982181B1 (ko) * | 2018-08-30 | 2019-05-24 | 국방과학연구소 | 관성항법데이터를 이용한 비행정보 보정 장치 및 방법 |
| FR3102879B1 (fr) * | 2019-10-30 | 2024-09-13 | Renault Sas | Système et procédé de gestion de la position d’un véhicule autonome. |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| GB8501012D0 (en) * | 1985-01-16 | 1985-02-20 | Gen Electric Co Plc | Automated vehicle drift correction |
| DE19521358C1 (de) * | 1995-06-12 | 1996-09-05 | Siemens Ag | Verfahren zur Schlupfermittlung einer autonomen mobilen Einheit mit Dreiradkinematik |
| US6459990B1 (en) * | 1999-09-23 | 2002-10-01 | American Gnc Corporation | Self-contained positioning method and system thereof for water and land vehicles |
| US6282496B1 (en) * | 1999-10-29 | 2001-08-28 | Visteon Technologies, Llc | Method and apparatus for inertial guidance for an automobile navigation system |
| US6401036B1 (en) * | 2000-10-03 | 2002-06-04 | Motorola, Inc. | Heading and position error-correction method and apparatus for vehicle navigation systems |
-
2006
- 2006-07-13 JP JP2006193243A patent/JP4345779B2/ja not_active Expired - Fee Related
-
2007
- 2007-07-11 WO PCT/IB2007/001939 patent/WO2008010046A2/en not_active Ceased
Also Published As
| Publication number | Publication date |
|---|---|
| JP2008020365A (ja) | 2008-01-31 |
| WO2008010046A3 (en) | 2008-06-26 |
| WO2008010046A8 (en) | 2008-05-22 |
| WO2008010046A2 (en) | 2008-01-24 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11441905B2 (en) | Inertial navigation device and inertial navigation method | |
| US8244470B2 (en) | Navigation apparatus | |
| EP3334624B1 (en) | A sideslip compensated control method for autonomous vehicles | |
| US8005602B2 (en) | Vehicle speed control device, method of determining target speed by using the device, and program executing the method | |
| JP4124249B2 (ja) | 測位装置、ナビゲーションシステム | |
| KR102042945B1 (ko) | 자율 주행 차량을 위한 차로 연석 보조의 차로 이탈 점검 및 차로 유지 시스템 | |
| EP3405374B1 (en) | Deceleration curb-based direction checking and lane keeping system for autonomous driving vehicles | |
| CN110316197B (zh) | 倾斜估算方法、倾斜估算装置以及存储程序的非暂时性计算机可读存储介质 | |
| EP3769040B1 (en) | Vehicle operation based on vehicular measurement data processing | |
| US20020022924A1 (en) | Propagation of position with multiaxis accelerometer | |
| CN101796375A (zh) | 通过特征地点对车辆位置的校正 | |
| JP7253065B2 (ja) | 車両制御装置、車両制御方法、車両運動制御システム、及びレーン推定装置 | |
| WO2008010046A2 (en) | Navigation apparatus | |
| JP2010091363A (ja) | ナビゲーション装置、ルート案内方法 | |
| JP2000258443A (ja) | 車両用スピードメーター | |
| WO2021112078A1 (ja) | 情報処理装置、制御方法、プログラム及び記憶媒体 | |
| CN111194397B (zh) | 用于运行导航系统的方法 | |
| JP2008292232A (ja) | ポータブルナビゲーション装置 | |
| US12272160B2 (en) | Systems and methods for estimating grip intensity on a steering wheel | |
| US12078496B2 (en) | Method for determining whether a motor vehicle has driven on a road included in digital map material | |
| JP4176574B2 (ja) | 車両位置検出装置 | |
| CN117330077A (zh) | 一种定位误差检测的方法和装置 | |
| JPS6312097A (ja) | センサ補正係数の更新方法 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20080528 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20080603 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080731 |
|
| 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: 20090623 |
|
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20090706 |
|
| R151 | Written notification of patent or utility model registration |
Ref document number: 4345779 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120724 Year of fee payment: 3 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130724 Year of fee payment: 4 |
|
| LAPS | Cancellation because of no payment of annual fees |