JP5997797B2 - 車両の地図データ処理装置 - Google Patents
車両の地図データ処理装置 Download PDFInfo
- Publication number
- JP5997797B2 JP5997797B2 JP2015041601A JP2015041601A JP5997797B2 JP 5997797 B2 JP5997797 B2 JP 5997797B2 JP 2015041601 A JP2015041601 A JP 2015041601A JP 2015041601 A JP2015041601 A JP 2015041601A JP 5997797 B2 JP5997797 B2 JP 5997797B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- update
- map
- vehicle
- map data
- 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
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/26—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
- G01C21/28—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network with correlation of data from several navigational instruments
- G01C21/30—Map- or contour-matching
- G01C21/32—Structuring or formatting of map data
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/29—Geographical information databases
-
- 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/38—Electronic maps specially adapted for navigation; Updating thereof
- G01C21/3804—Creation or updating of map data
- G01C21/3833—Creation or updating of map data characterised by the source of data
- G01C21/3837—Data obtained from a single source
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/21—Design, administration or maintenance of databases
- G06F16/215—Improving data quality; Data cleansing, e.g. de-duplication, removing invalid entries or correcting typographical errors
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/23—Updating
- G06F16/2365—Ensuring data consistency and integrity
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/23—Updating
- G06F16/2379—Updates performed during online database operations; commit processing
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Remote Sensing (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Radar, Positioning & Navigation (AREA)
- Data Mining & Analysis (AREA)
- General Engineering & Computer Science (AREA)
- Automation & Control Theory (AREA)
- Quality & Reliability (AREA)
- Computer Security & Cryptography (AREA)
- Navigation (AREA)
- Traffic Control Systems (AREA)
- Instructional Devices (AREA)
Description
以下の(1)式に示すように、今回の地図データCiを更新用データCrとして算出する。この場合、後述するように、地図データベースDBとの差が大きい場合には、データベースを更新することになる。
Cr=Ci …(1)
以下の(2)式に示すように、前回の地図データCi-1と今回の地図データCiとを信頼度Ci-1,Ciを用いて重み付け平均化することにより、更新用データCrを算出する。
Cr=(Ci-1×Ri-1+Ci×Ri)/(Ri-1+Ri) …(2)
今回のデータの信頼度が前回よりも低下した場合には、以下の(3)式に示すように、更新用データCrは、前回のデータCi-1を維持する。
Cr=Ci-1 …(3)
ステレオカメラユニット3による外部環境の認識状態、車載センサで検出される車両挙動(ヨーレート変化や横加速度の変化等)、GPS信号の受信状態が高安定の状態で、且つ、更新用データの前回の値と今回の値と間の差が小さい場合、外部環境の認識や車両走行状態から算出した地図データの方がデータベースの値よりも正しい状態であると判断する。
N×R≧Dset …(4)
外部環境の認識状態、車両挙動、GPS信号の受信状態の何れかがやや不安定に中安定状態にある場合には、信頼度Rに応じて地図データの重み付け平均を繰り返すことにより更新用データCrの信頼度を高め、(4)式の条件を満足するようになったとき、地図データベースDBの更新を指示する。
この場合には、更新用データCrの信頼度が低いため、(4)式の条件を満足せず、地図データベースDBの更新不可とする。
道路を走行した際の日付けについても考慮し、日付けデータから算出される走行頻度(走行回数)が高い道路については、乖離が発生した回数Nの走行回数に対する比率が閾値以上である場合、信頼度が高いものと見なして更新可とする。一方、走行頻度が少ない道路に対しては、外部環境の認識状態、車両挙動、GPS信号の受信状態の全てが安定している場合に、(b1)のシーンに準じて更新を判断する。
2 運転支援システム
2a 地図データ処理装置
3 ステレオカメラユニット
4 側方レーダユニット
5 後方レーダユニット
6 ナビゲーションユニット
7 交通情報通信ユニット
20 地図データ算出部
30 更新用データ算出部
40 更新判断部
50 データ処理部
DB 地図データベース
Cr 更新用データ
R 信頼度
Claims (5)
- 車両の走行する道路に係る第1の地図データを保有する地図データベースと、
車両の周辺環境及び車両の走行状態に基づいて、前記道路に係る第2の地図データを算出する地図データ算出部と、
前記地図データベースを更新するための更新用データを、前記第2の地図データの信頼度に基づいて算出する更新用データ算出部と、
前記第1の地図データと前記更新用データとを比較して両者の間の誤差が判定値以上のとき、前記誤差が前記判定値以上となる乖離の回数及び前記信頼度に基づいて、前記第1の地図データを前記更新用データで更新するか否かを判断する更新判断部と、
前記更新判断部の判断結果に応じた前記地図データベースの更新処理を実行するデータ処理部と
を備えることを特徴とする車両の地図データ処理装置。 - 前記更新用データ算出部は、複数の前記第2の地図データを前記信頼度で重み付けして平均化処理し、前記更新用データを算出することを特徴とする請求項1記載の車両の地図データ処理装置。
- 前記更新判断部は、道路を走行した際の日付けデータから走行回数を算出し、前記乖離が発生した回数の前記走行回数に対する比率を考慮して前記地図データベースの更新を判断することを特徴とする請求項1記載の車両の地図データ処理装置。
- 前記地図データベースは、車両外部のサーバー装置によって管理される記憶媒体に記憶されて形成されており、
前記更新用データ算出部は、前記サーバー装置に接続される全ての車両のデータを平均化して前記更新用データを算出することを特徴とする請求項1〜3の何れか一に記載の車両の地図データ処理装置。 - 前記データ処理部は、前記地図データベースに道路情報が存在しない領域に一定間隔で補間点を作成することを特徴とする請求項1〜4の何れか一に記載の車両の地図データ処理装置。
Priority Applications (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2015041601A JP5997797B2 (ja) | 2015-03-03 | 2015-03-03 | 車両の地図データ処理装置 |
| DE102016102283.7A DE102016102283B4 (de) | 2015-03-03 | 2016-02-10 | Kartendatenbearbeitungsvorrichtung für ein Fahrzeug |
| CN201610108434.2A CN105937912B (zh) | 2015-03-03 | 2016-02-26 | 车辆的地图数据处理装置 |
| US15/059,292 US9990375B2 (en) | 2015-03-03 | 2016-03-02 | Map data processing device for vehicle |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2015041601A JP5997797B2 (ja) | 2015-03-03 | 2015-03-03 | 車両の地図データ処理装置 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2016161456A JP2016161456A (ja) | 2016-09-05 |
| JP5997797B2 true JP5997797B2 (ja) | 2016-09-28 |
Family
ID=56739040
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2015041601A Active JP5997797B2 (ja) | 2015-03-03 | 2015-03-03 | 車両の地図データ処理装置 |
Country Status (4)
| Country | Link |
|---|---|
| US (1) | US9990375B2 (ja) |
| JP (1) | JP5997797B2 (ja) |
| CN (1) | CN105937912B (ja) |
| DE (1) | DE102016102283B4 (ja) |
Families Citing this family (69)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR102107123B1 (ko) * | 2014-01-28 | 2020-05-06 | 현대엠엔소프트 주식회사 | 내비게이션 자동 업데이트 장치 및 방법 |
| JP6082415B2 (ja) * | 2015-03-03 | 2017-02-15 | 富士重工業株式会社 | 車両の走行制御装置 |
| DE102015225472A1 (de) * | 2015-12-16 | 2017-06-22 | Robert Bosch Gmbh | Verfahren und Vorrichtung zum Erstellen einer Karte |
| DE102016211045A1 (de) * | 2016-06-21 | 2017-12-21 | Bayerische Motoren Werke Aktiengesellschaft | Aktualisierung einer digitalen Karte |
| KR102568113B1 (ko) * | 2016-06-23 | 2023-08-17 | 현대오토에버 주식회사 | 내비게이션 시스템의 지도 업데이트 장치와 방법 |
| US10502577B2 (en) * | 2016-06-30 | 2019-12-10 | Here Global B.V. | Iterative map learning based on vehicle on-board sensor data |
| CN114359487B (zh) * | 2016-09-16 | 2025-06-24 | 松下电器(美国)知识产权公司 | 三维数据制作方法以及三维数据制作装置 |
| GB2556344A (en) | 2016-10-17 | 2018-05-30 | Nctech Ltd | Camera controller |
| CN109476310B (zh) * | 2016-12-30 | 2021-11-12 | 同济大学 | 一种基于舒适度的自动驾驶车速控制方法 |
| KR102631850B1 (ko) * | 2017-01-05 | 2024-02-02 | 프라운호퍼 게젤샤프트 쭈르 푀르데룽 데어 안겐반텐 포르슝 에.베. | Hd 지도의 생성 및 사용 |
| JP6678776B2 (ja) * | 2017-01-17 | 2020-04-08 | 株式会社日立製作所 | 移動体の走行制御装置 |
| DE102017201669A1 (de) * | 2017-02-02 | 2018-08-02 | Robert Bosch Gmbh | Verfahren und Vorrichtung zur Aktualisierung einer digitalen Karte |
| US10127814B2 (en) * | 2017-02-03 | 2018-11-13 | Ford Global Technologies, Llc | Advanced V2X event dissemination |
| DE102017204357A1 (de) * | 2017-03-16 | 2018-09-20 | Robert Bosch Gmbh | Verfahren und Vorrichtung zum Aktualisieren einer digitalen Karte zur Fahrzeugnavigation |
| JP2018205093A (ja) * | 2017-06-02 | 2018-12-27 | 本田技研工業株式会社 | 自動走行制御システム |
| JPWO2018225596A1 (ja) * | 2017-06-07 | 2020-03-19 | パイオニア株式会社 | 情報処理装置 |
| WO2019001678A1 (en) * | 2017-06-26 | 2019-01-03 | Volvo Truck Corporation | VEHICLE CONTROL SYSTEM |
| JP6821527B2 (ja) | 2017-08-22 | 2021-01-27 | アイシン・エィ・ダブリュ株式会社 | 運転支援システム、経路案内システム、運転支援方法および運転支援プログラム |
| JP6722154B2 (ja) | 2017-08-22 | 2020-07-15 | アイシン・エィ・ダブリュ株式会社 | 運転支援システム、経路案内システム、運転支援方法および運転支援プログラム |
| JP6780611B2 (ja) | 2017-08-25 | 2020-11-04 | トヨタ自動車株式会社 | 自動運転装置 |
| EP3460406B1 (en) * | 2017-08-28 | 2024-04-03 | Panasonic Intellectual Property Corporation of America | Information processing apparatus, vehicle, information processing method, running control method, and map updating method |
| JP6568559B2 (ja) * | 2017-09-13 | 2019-08-28 | 株式会社Subaru | 車両の走行制御装置 |
| CN107507440B (zh) * | 2017-09-25 | 2019-06-07 | 爱易成技术(天津)有限公司 | 一种交通信号灯的道路投影方法及系统 |
| DE102017217297B4 (de) * | 2017-09-28 | 2019-05-23 | Continental Automotive Gmbh | System zur Erzeugung und/oder Aktualisierung eines digitalen Modells einer digitalen Karte |
| DE102017217299A1 (de) * | 2017-09-28 | 2019-03-28 | Continental Automotive Gmbh | Verfahren und Einrichtung |
| JP2019067061A (ja) * | 2017-09-29 | 2019-04-25 | アイシン・エィ・ダブリュ株式会社 | 運転支援システム、運転制御システム、経路案内システムおよび運転支援プログラム |
| US10802485B2 (en) * | 2017-10-09 | 2020-10-13 | Here Global B.V. | Apparatus, method and computer program product for facilitating navigation of a vehicle based upon a quality index of the map data |
| KR102323394B1 (ko) | 2018-01-22 | 2021-11-08 | 삼성전자주식회사 | 차량의 주행을 보조하는 장치 및 방법 |
| KR102396731B1 (ko) * | 2018-02-27 | 2022-05-11 | 삼성전자주식회사 | 정밀 지도 데이터 제공 방법 및 이를 위한 시스템 |
| JP2019168267A (ja) * | 2018-03-22 | 2019-10-03 | パイオニア株式会社 | データ構造、情報処理装置、データ通信方法、プログラム及び記憶媒体 |
| JP6985207B2 (ja) | 2018-05-09 | 2021-12-22 | トヨタ自動車株式会社 | 自動運転システム |
| CN110859043A (zh) * | 2018-06-22 | 2020-03-03 | 北京嘀嘀无限科技发展有限公司 | 一种更新高度自动化驾驶地图的系统和方法 |
| CN108847121A (zh) * | 2018-07-04 | 2018-11-20 | 深圳地平线机器人科技有限公司 | 构建高精度地图的方法和装置 |
| JP6956268B2 (ja) * | 2018-07-11 | 2021-11-02 | 日産自動車株式会社 | 走行環境情報の生成方法、運転制御方法、走行環境情報生成装置 |
| JP7084238B2 (ja) * | 2018-07-11 | 2022-06-14 | 株式会社アイシン | 運転支援システムおよび運転支援プログラム |
| US10915115B2 (en) | 2018-08-02 | 2021-02-09 | Nvidia Corporation | Method and apparatus for enabling map updates using a blockchain platform |
| US20200050205A1 (en) * | 2018-08-07 | 2020-02-13 | Cnh Industrial America Llc | System and method for updating a mapped area |
| JP7063310B2 (ja) * | 2018-08-31 | 2022-05-09 | 株式会社デンソー | 地図生成システム、車載装置 |
| JP6873960B2 (ja) * | 2018-09-27 | 2021-05-19 | 株式会社日立製作所 | 地図データ高詳細度化システム、そのサーバ、及びその方法 |
| DE102018216795A1 (de) * | 2018-09-28 | 2020-04-02 | Robert Bosch Gmbh | Verfahren und Vorrichtung zum Betreiben eines Fahrzeugs |
| JP7147442B2 (ja) * | 2018-10-02 | 2022-10-05 | トヨタ自動車株式会社 | 地図情報システム |
| JP7361462B2 (ja) * | 2018-10-12 | 2023-10-16 | パイオニア株式会社 | 情報処理装置 |
| JP2020060498A (ja) * | 2018-10-12 | 2020-04-16 | パイオニア株式会社 | 情報処理装置 |
| WO2020091113A1 (ko) * | 2018-11-01 | 2020-05-07 | 엘지전자 주식회사 | 차량용 전자 장치, 차량용 전자 장치의 동작 방법 및 시스템 |
| CN109781122B (zh) * | 2019-01-31 | 2022-03-01 | 北京经纬恒润科技股份有限公司 | 高精度地图更新方法及装置 |
| JP7139992B2 (ja) * | 2019-02-14 | 2022-09-21 | 株式会社デンソー | 制御用地図情報評価装置、制御用地図情報評価方法、及び制御プログラム |
| DE102019207218A1 (de) * | 2019-05-17 | 2020-11-19 | Robert Bosch Gmbh | Verfahren zum Validieren einer Kartenaktualität |
| CN111986552B (zh) * | 2019-05-24 | 2022-04-15 | 北京四维图新科技股份有限公司 | 地图数据质量鲜度获取方法、装置及存储介质 |
| DE112020003177T5 (de) | 2019-07-03 | 2022-03-31 | Denso Corporation | Kartendatenerzeugungsvorrichtung |
| US11391577B2 (en) * | 2019-12-04 | 2022-07-19 | Pony Ai Inc. | Dynamically modelling objects in map |
| CN115427759B (zh) * | 2020-04-08 | 2023-08-29 | 日产自动车株式会社 | 地图信息校正方法、驾驶辅助方法及地图信息校正装置 |
| EP3896639B1 (en) * | 2020-04-16 | 2025-11-12 | Zenuity AB | Methods and systems for managing an automated driving system of a vehicle |
| CN113566816B (zh) * | 2020-04-28 | 2024-08-16 | 南宁富联富桂精密工业有限公司 | 室内地磁定位方法、服务器及计算机可读存储介质 |
| WO2021258368A1 (zh) | 2020-06-24 | 2021-12-30 | 华为技术有限公司 | 地图更新数据的处理方法、装置及系统 |
| US11408750B2 (en) * | 2020-06-29 | 2022-08-09 | Toyota Research Institute, Inc. | Prioritizing collecting of information for a map |
| CN112069279B (zh) * | 2020-09-04 | 2022-11-08 | 北京百度网讯科技有限公司 | 地图数据更新方法、装置、设备及可读存储介质 |
| WO2022049924A1 (ja) * | 2020-09-07 | 2022-03-10 | 住友電気工業株式会社 | 車載装置、情報配信装置、運転支援システム、制御方法及びコンピュータプログラム |
| CN112649822A (zh) * | 2020-09-16 | 2021-04-13 | 桂林电子科技大学 | 一种基于电子信息的导航定位方法 |
| JP7327355B2 (ja) * | 2020-11-05 | 2023-08-16 | トヨタ自動車株式会社 | 地図更新装置及び地図更新方法 |
| JP7225185B2 (ja) * | 2020-11-26 | 2023-02-20 | 本田技研工業株式会社 | 車両制御装置、車両制御方法、およびプログラム |
| WO2022110126A1 (zh) * | 2020-11-30 | 2022-06-02 | 华为技术有限公司 | 地图校验方法及相关装置 |
| CN112698362A (zh) * | 2020-12-15 | 2021-04-23 | 潍柴动力股份有限公司 | 一种三维地图地形更新方法和装置 |
| JP2022108010A (ja) | 2021-01-12 | 2022-07-25 | 本田技研工業株式会社 | 地図情報システム |
| JP7600804B2 (ja) * | 2021-03-22 | 2024-12-17 | トヨタ自動車株式会社 | 行動予測装置、行動予測方法、及び行動予測プログラム |
| KR20220162494A (ko) * | 2021-06-01 | 2022-12-08 | 현대자동차주식회사 | 요철 정보를 저장 및 업데이트 하기 위한 시스템 |
| JP7686502B2 (ja) * | 2021-08-31 | 2025-06-02 | 日産自動車株式会社 | 地図情報更新装置及び地図情報更新方法 |
| JP7662042B2 (ja) * | 2021-09-03 | 2025-04-15 | 株式会社デンソー | 地図更新システム、車載器、および、サーバ |
| CN114741371B (zh) * | 2022-03-11 | 2025-09-26 | 北京汇元网科技股份有限公司 | 一种基于SQL Server数据库的迁移方法、装置、电子设备及存储介质 |
| CN114780556B (zh) * | 2022-03-28 | 2025-07-15 | 北京地平线机器人技术研发有限公司 | 用于地图的更新频率确定方法及装置 |
Family Cites Families (32)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH0328939A (ja) | 1989-06-27 | 1991-02-07 | Toshiba Corp | Cpu負荷監視装置 |
| JP3328939B2 (ja) * | 1996-11-25 | 2002-09-30 | トヨタ自動車株式会社 | 車両用ナビゲーション装置及びこれに使用する道路形状データの作成 |
| US6525768B2 (en) * | 1998-10-21 | 2003-02-25 | American Calcar, Inc. | Positional camera and GPS data interchange device |
| US7184866B2 (en) * | 1999-07-30 | 2007-02-27 | Oshkosh Truck Corporation | Equipment service vehicle with remote monitoring |
| JP4225184B2 (ja) * | 2003-11-11 | 2009-02-18 | 日産自動車株式会社 | 地図信頼度算出装置 |
| JP2005269125A (ja) * | 2004-03-17 | 2005-09-29 | Kenwood Corp | ナビゲーション装置及びナビゲーション装置の地図更新システム |
| CN100513999C (zh) * | 2005-02-10 | 2009-07-15 | 阿尔派株式会社 | 地图更新处理用数据生成方法、地图更新方法和装置 |
| US8112219B2 (en) * | 2005-11-11 | 2012-02-07 | GM Global Technology Operations LLC | System for and method of monitoring real time traffic conditions using probe vehicles |
| US8073617B2 (en) * | 2006-12-27 | 2011-12-06 | Aisin Aw Co., Ltd. | Map information generating systems, methods, and programs |
| JP4903616B2 (ja) * | 2007-03-29 | 2012-03-28 | アイシン・エィ・ダブリュ株式会社 | 地図更新データ供給装置、地図データ更新システム、及び地図更新データ供給方法 |
| JP5064870B2 (ja) * | 2007-04-17 | 2012-10-31 | 株式会社日立製作所 | デジタル道路地図の生成方法及び地図生成システム |
| DE102008012661A1 (de) * | 2007-08-25 | 2009-02-26 | Continental Teves Ag & Co. Ohg | Aktualisierungseinheit und Verfahren zur Aktualisierung einer digitalen Karte |
| DE102008012654A1 (de) * | 2007-08-29 | 2009-03-05 | Continental Teves Ag & Co. Ohg | Onlineerstellung einer digitalen Karte |
| US20090210147A1 (en) * | 2008-02-20 | 2009-08-20 | Nokia Corporation | Method, Apparatus and Computer Program Product for Map Generation Using Perpendicular Projection to Merge Data |
| US8238639B2 (en) * | 2008-04-09 | 2012-08-07 | Cognex Corporation | Method and system for dynamic feature detection |
| CN102272552A (zh) * | 2008-12-31 | 2011-12-07 | 电子地图北美公司 | 用于处理与地理区域相关的信息的系统及方法 |
| US8214145B2 (en) * | 2009-03-04 | 2012-07-03 | Mitsubishi Electric Corporation | Map distribution server, map information terminal, and map distribution system using these map distribution server and map information terminal |
| WO2010133586A1 (de) * | 2009-05-20 | 2010-11-25 | Continental Teves Ag & Co. Ohg | Einrichtung und verfahren zur zuordnung von neuen daten zu einer digitalen karte |
| DE102010002093B4 (de) * | 2009-06-03 | 2024-03-14 | Continental Automotive Technologies GmbH | C2X-Kommunikation mit reduzierter Datenmenge |
| US8271499B2 (en) * | 2009-06-10 | 2012-09-18 | At&T Intellectual Property I, L.P. | Incremental maintenance of inverted indexes for approximate string matching |
| JP2010060573A (ja) * | 2009-12-07 | 2010-03-18 | Kenwood Corp | ナビゲーション装置及びナビゲーション装置の地図更新システム |
| JP5195848B2 (ja) * | 2010-08-31 | 2013-05-15 | 株式会社デンソー | 交通状況予測装置 |
| CN102012232B (zh) * | 2010-11-11 | 2012-11-21 | 清华大学 | 一种更新车载导航系统地图数据的方法 |
| JP5522082B2 (ja) * | 2011-02-24 | 2014-06-18 | トヨタ自動車株式会社 | 道路情報学習装置 |
| SG188275A1 (en) * | 2011-05-19 | 2013-04-30 | Sk Planet Co Ltd | Real-time map data updating system and method |
| WO2013148940A1 (en) * | 2012-03-28 | 2013-10-03 | Pioneer Advanced Solutions, Inc. | Method for increasing waypoint accuracies for crowd-sourced routes |
| DE102012212740A1 (de) * | 2012-07-19 | 2014-05-22 | Continental Automotive Gmbh | System und Verfahren zum Aktualisieren einer digitalen Karte eines Fahrerassistenzsystems |
| JP6026295B2 (ja) * | 2013-01-23 | 2016-11-16 | 株式会社デンソーアイティーラボラトリ | カーブ形状モデル化装置、方法及び車載用ナビゲーション装置 |
| CN104121915B (zh) * | 2013-04-25 | 2017-11-21 | 中国移动通信集团安徽有限公司 | 一种道路实时导航方法及系统 |
| US9037396B2 (en) * | 2013-05-23 | 2015-05-19 | Irobot Corporation | Simultaneous localization and mapping for a mobile robot |
| JP6268811B2 (ja) | 2013-08-23 | 2018-01-31 | 日本ゼオン株式会社 | リチウムイオン二次電池用多孔膜組成物、リチウムイオン二次電池用保護層付きセパレータ、リチウムイオン二次電池用保護層付き電極、リチウムイオン二次電池、およびリチウムイオン二次電池用保護層付きセパレータの製造方法 |
| CN107110651B (zh) * | 2014-09-08 | 2021-04-30 | 应美盛股份有限公司 | 用于使用地图信息辅助的增强型便携式导航的方法和装置 |
-
2015
- 2015-03-03 JP JP2015041601A patent/JP5997797B2/ja active Active
-
2016
- 2016-02-10 DE DE102016102283.7A patent/DE102016102283B4/de active Active
- 2016-02-26 CN CN201610108434.2A patent/CN105937912B/zh active Active
- 2016-03-02 US US15/059,292 patent/US9990375B2/en active Active
Also Published As
| Publication number | Publication date |
|---|---|
| DE102016102283A1 (de) | 2016-09-08 |
| US20160259814A1 (en) | 2016-09-08 |
| CN105937912B (zh) | 2018-10-26 |
| JP2016161456A (ja) | 2016-09-05 |
| CN105937912A (zh) | 2016-09-14 |
| US9990375B2 (en) | 2018-06-05 |
| DE102016102283B4 (de) | 2020-10-29 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP5997797B2 (ja) | 車両の地図データ処理装置 | |
| EP3748300B1 (en) | Lane-level map matching | |
| JP6468171B2 (ja) | 運転支援装置 | |
| EP3644294B1 (en) | Vehicle information storage method, vehicle travel control method, and vehicle information storage device | |
| US20220289179A1 (en) | Trajectory checker | |
| US9140792B2 (en) | System and method for sensor based environmental model construction | |
| JP6870475B2 (ja) | 車線情報出力方法および車線情報出力装置 | |
| JP5472163B2 (ja) | 速度規制値通知装置及び速度規制値通知システム | |
| JP6489003B2 (ja) | 経路探索装置及び車両用自動運転装置 | |
| CN115427759B (zh) | 地图信息校正方法、驾驶辅助方法及地图信息校正装置 | |
| JPWO2020066505A1 (ja) | 認識装置 | |
| US20120245817A1 (en) | Driver assistance system | |
| JP2015230665A (ja) | 障害物情報管理装置 | |
| KR20170082674A (ko) | 차량안전 주행지원 단말장치 및 차량안전 주행지원 방법 | |
| KR20210043065A (ko) | 신호 위반 차량 경고 장치 및 그 방법 | |
| JP7043765B2 (ja) | 車両走行制御方法及び装置 | |
| KR20190045308A (ko) | 차량 판정 방법, 주행 경로 보정 방법, 차량 판정 장치, 및 주행 경로 보정 장치 | |
| US20240328822A1 (en) | Operational design domain management for vehicles having automated driving systems | |
| WO2015098510A1 (ja) | 車両制御装置、車両制御装置を搭載した車両、及び、移動体検出方法 | |
| US12091016B2 (en) | Vehicle route modification to improve vehicle location information | |
| JP6971315B2 (ja) | 情報管理装置 | |
| US20240123975A1 (en) | Guided generation of trajectories for remote vehicle assistance | |
| JP2011209849A (ja) | 運転支援方法および運転支援装置 | |
| US20240426632A1 (en) | Automatic correction of map data for autonomous vehicles | |
| JP2018169207A (ja) | 車両位置検出装置 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 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: 20160802 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20160826 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 5997797 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |