JP2015049187A - Simulation travel route generation method and system - Google Patents

Simulation travel route generation method and system Download PDF

Info

Publication number
JP2015049187A
JP2015049187A JP2013182171A JP2013182171A JP2015049187A JP 2015049187 A JP2015049187 A JP 2015049187A JP 2013182171 A JP2013182171 A JP 2013182171A JP 2013182171 A JP2013182171 A JP 2013182171A JP 2015049187 A JP2015049187 A JP 2015049187A
Authority
JP
Japan
Prior art keywords
travel route
simulation
route generation
simulation travel
navigation
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.)
Pending
Application number
JP2013182171A
Other languages
Japanese (ja)
Inventor
前岡 淳
Atsushi Maeoka
淳 前岡
祖父江 恒夫
Tsuneo Sofue
恒夫 祖父江
英樹 高野
Hideki Takano
英樹 高野
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2013182171A priority Critical patent/JP2015049187A/en
Publication of JP2015049187A publication Critical patent/JP2015049187A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Navigation (AREA)
  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a travel route for test configured of only a necessary part by generating a simulation travel route related to a navigation event under consideration or a corrected program code in the case of performing a simulation travel test by a travel log.SOLUTION: A simulation travel route creation device has an execution monitoring part for monitoring the execution of navigation, and the execution monitoring part associates data on a travel log with an event, and associates the data on the travel log with the execution place of a code in the program, and extracts partial data corresponding to the designated event or a function from created information from the travel log, and connects the extracted partial data to set one simulation travel route. Thus, it is possible to crate the travel route configured of only a route which meets the purpose of a test.

Description

本発明は、移動体の移動に伴って音声や表示による案内を行うナビゲーション装置、及びナビゲーション方法におけるシミュレーション用走行ルート生成方法およびそのシステムに係り、特に所望の事象に対応した走行箇所のみを含む走行ルートを生成する方法に関する。   The present invention relates to a navigation device that provides guidance by voice and display as a moving body moves, a simulation travel route generation method in the navigation method, and a system thereof, and particularly includes travel that includes only a travel location corresponding to a desired event. The present invention relates to a method for generating a route.

自動車等の移動体に搭載され、移動体の移動に伴って音声や表示による目的地への経路案内を行うカーナビゲーション装置が知られている。カーナビゲーション装置の開発においては、開発したプログラムの動作検証のために、実際に自動車を走行させてテストを実施し、不具合がないかを確認する必要がある。しかし、プログラムの修正のたびに自動車を実際に走行させてテストするのは手間がかかる。そのため、一度、自動車を実際に走行したときのセンサー情報(GPSや車速パルスなど、ナビゲーション処理に必要な入力データ)を保存しておき、プログラムのテストのときに、保存しておいたセンサー情報を利用して、センサーからの入力を擬似的に発生させることで、実際に自動車を走行させることなく、ナビゲーションプログラムの動作を確認する手法がとられる。以下、擬似的にナビゲーションプログラムを動作させることをシミュレーション走行、保存したセンサー情報を走行ログと呼ぶ。   2. Description of the Related Art A car navigation device is known that is mounted on a moving body such as an automobile and performs route guidance to a destination by voice or display as the moving body moves. In the development of a car navigation device, it is necessary to actually run a car and perform a test in order to verify the operation of the developed program to confirm that there is no problem. However, it is time-consuming to actually test the car every time the program is modified. For this reason, sensor information (input data necessary for navigation processing such as GPS and vehicle speed pulses) once the vehicle is actually traveled is saved once, and the saved sensor information is saved when testing the program. A method is used in which the operation of the navigation program is confirmed by actually generating an input from the sensor without actually driving the automobile. Hereinafter, pseudo operation of the navigation program is referred to as simulation travel, and stored sensor information is referred to as travel log.

ナビゲーションは、交差点への接近、速度超過、交通情報の受信、危険地帯の通過、といったナビゲーションに係わる事象が発生したタイミングで、利用者への案内を音声や画面表示で行う。そのため、ナビゲーションのテストでは、前記のようなナビゲーションに係わる事象の発生タイミングにおける挙動をテストしたい場合が多い。例えば車両が交差点に差しかかる手前で、曲がるべき方向を、画面と音声で示す機能が知られている。このような機能のテストでは、実際に交差点付近を走行する状態を模擬して、音声出力や画面表示が正常に実施されるかをテストすることが必要となる
前述のシミュレーション走行によるテストでは、実際に自動車を走行させることなく実車による走行の手間を省くことはできる。一方、テスト実施時までに準備されている走行ログ(走行ログの収集時には、実際の自動車で起こりうる様々な事象を考慮してデータを収集している。)には、テストしたい事象に無関係な走行箇所が含まれ、これを一から再生した場合、無関係な走行箇所についてのテスト時間が無駄になる課題があった。また、ナビゲーションのプログラムを修正した場合に、修正によって確認したい事象は異なるのに、前記シミュレーション走行によるテストでは、やはり、プログラムの修正箇所に無関係な部分が走行ログに含まれてしまうという別の課題があった。
Navigation is performed at the timing when an event related to navigation such as approach to an intersection, overspeed, reception of traffic information, passage of a dangerous zone, etc., and guidance to the user is performed by voice or screen display. Therefore, in a navigation test, it is often desirable to test the behavior at the occurrence timing of events related to navigation as described above. For example, a function that indicates a direction to turn by a screen and sound before a vehicle approaches an intersection is known. In the test of such a function, it is necessary to test whether the sound output and the screen display are normally performed by simulating the state of actually driving near the intersection. Therefore, it is possible to save the trouble of traveling with an actual vehicle without driving the vehicle. On the other hand, the travel log prepared by the time of the test (data is collected in consideration of various events that can occur in the actual car when the travel log is collected) is irrelevant to the event to be tested. When a travel location is included and reproduced from scratch, there is a problem that test time for an unrelated travel location is wasted. Another problem is that when the navigation program is modified, the events to be confirmed differ depending on the modification, but in the test by the simulation traveling, the portion that is not related to the modified portion of the program is still included in the traveling log. was there.

この課題に対して、特許文献1が開示するナビゲーション装置は、走行ログを線として画面表示し、利用者が画面上で指定した走行箇所についてのみ部分的にシミュレーション走行する機能を持つ。
また、特許文献2が開示するテスト方法は、プログラムと、プログラムをテストするための入力データ(テストケースと呼ぶ)との間の関連に基づき、プログラムの修正箇所に関連したテストケースのみをテスト対象としてテストを実施する。すべてのテストケースを実行するのに要する時間の削減を行っている。
In response to this problem, the navigation device disclosed in Patent Document 1 has a function of displaying a travel log as a line on a screen and partially performing a simulation travel only on a travel location designated by the user on the screen.
In addition, the test method disclosed in Patent Document 2 is based on the relationship between a program and input data for testing the program (referred to as a test case), and only the test case related to the corrected part of the program is tested. As a test. The time required to run all test cases is reduced.

特開2001−021373号公報JP 2001-021373 A 特開2008−204405号公報JP 2008-204405 A

特許文献1によるナビゲーション装置では、シミュレーション走行させる場所を画面上から選択するため、テストしたい事象が、走行箇所のどの部分で発生するのか、視覚的に判断できる事象である場合しか、場所を特定できないうえ、厳密にどこで事象が発生するかは、画面上では把握できない。また、特許文献2によるテスト方法では、複数の走行ログから、プログラムの修正に関連のある走行ログを抽出することはできるが、走行ログの中に含まれるテストに無関係な走行部分を特定し、削減することはできない。
本発明は、上記問題に鑑みてなされたものであり、ナビゲーション中に発生する事象や、プログラムの修正箇所に基づいて、テストに必要な走行ルートを生成することを目的とする。
In the navigation device according to Patent Document 1, since the place to be simulated is selected from the screen, the place can be specified only when the event to be tested is an event that can be visually determined as to which part of the traveling location occurs. In addition, the exact location where the event occurs cannot be determined on the screen. Further, in the test method according to Patent Document 2, it is possible to extract a travel log related to the correction of the program from a plurality of travel logs, but specify a travel part unrelated to the test included in the travel log, It cannot be reduced.
The present invention has been made in view of the above problems, and an object of the present invention is to generate a travel route necessary for a test on the basis of an event that occurs during navigation and a corrected portion of a program.

上記課題を解決するために本発明では、移動体の移動に基づいて、ナビゲーションの画面表示や音声案内を再現するナビゲーション装置のシミュレーション走行に入力する移動履歴情報を作成するシミュレーション走行ルート生成装置と、前記ナビゲーション装置とで構成されるシミュレーション走行ルート生成システムを、前記シミュレーション走行ルート生成装置は、前記移動履歴情報を生成するシミュレーション走行ルート生成部を有し、前記ナビゲーション装置は、移動体の移動に応じて前記案内を行うナビゲーション部と、当該ナビゲーション部の実行状態を監視する監視部とを有し、前記ナビゲーション部が、前記移動履歴情報に基づいてナビゲーション処理を実行する際に発生する事象と、事象が発生したときの前記移動履歴情報の項目との対応を、前記監視部が記録し、前記シミュレーション走行ルート生成部が、前記監視部が記録した情報から、抽出条件に該当する事象に対応する前記移動履歴情報の項目を抽出し、抽出した項目を連結して一つのシミュレーション走行ルートとして生成するように構成した。   In order to solve the above problems, in the present invention, based on the movement of a moving body, a simulation travel route generation device that creates movement history information to be input to a simulation travel of a navigation device that reproduces navigation screen display and voice guidance, A simulation travel route generation system configured with the navigation device, wherein the simulation travel route generation device has a simulation travel route generation unit that generates the movement history information, and the navigation device responds to movement of a moving body. A navigation unit that performs the guidance and a monitoring unit that monitors an execution state of the navigation unit, and an event that occurs when the navigation unit executes navigation processing based on the movement history information, and an event The movement history when The monitoring unit records the correspondence with the information item, and the simulation travel route generation unit extracts the movement history information item corresponding to the event corresponding to the extraction condition from the information recorded by the monitoring unit. The extracted items are connected to generate one simulation travel route.

また、上記課題を解決するために本発明では、移動体の移動に基づいて、ナビゲーションの画面表示や音声案内を再現するナビゲーション装置のシミュレーション走行に入力する移動履歴情報を作成するシミュレーション走行ルート生成装置と、前記ナビゲーション装置とで構成されるシミュレーション走行ルート生成システムを、前記シミュレーション走行ルート生成装置は、前記移動履歴情報を生成するシミュレーション走行ルート生成部を有し、前記ナビゲーション装置は、移動体の移動に応じて前記案内を行うナビゲーション部と、当該ナビゲーション部の実行状態を監視する監視部を有し、前記ナビゲーション部が実行するプログラム中の特定位置と、当該プログラムの特定位置を実行した時点の、前記移動履歴情報から読み出された項目との対応を、前記監視部が記録し、前記シミュレーション走行ルート生成部が、前記監視部が記録した情報から、指定したプログラム中の特定位置に対応する前記移動履歴情報の項目を抽出し、抽出した項目を連結して一つのシミュレーション走行ルートとして生成するように構成した。   Further, in order to solve the above-mentioned problems, in the present invention, a simulation travel route generation device that creates movement history information to be input to simulation travel of a navigation device that reproduces navigation screen display and voice guidance based on the movement of a moving body And a simulation travel route generation system including the navigation device, the simulation travel route generation device having a simulation travel route generation unit that generates the movement history information, and the navigation device And a monitoring unit that monitors the execution state of the navigation unit, the specific position in the program executed by the navigation unit, and the specific position of the program executed Read from the movement history information The monitoring unit records the correspondence with the recorded item, and the simulation travel route generation unit extracts the item of the movement history information corresponding to the specific position in the designated program from the information recorded by the monitoring unit. The extracted items are connected to generate one simulation travel route.

また、上記課題を解決するために本発明では、移動体の移動に基づいて、ナビゲーションの画面表示や音声案内を再現するナビゲーション装置のシミュレーション走行に入力する移動履歴情報を作成するシミュレーション走行ルート生成装置と、前記ナビゲーション装置とで構成されるシミュレーション走行ルート生成システムにおけるシミュレーション走行ルート生成方法において、前記ナビゲーション装置は、移動体の移動に応じて前記案内を行うとともに、実行状態を監視し、前記ナビゲーション装置が、前記移動履歴情報に基づいてナビゲーション処理を実行する際に発生する事象と、該事象が発生したときの前記移動履歴情報の項目との対応を記録し、前記シミュレーション走行ルート生成装置が、前記記録された情報から、抽出条件に該当する事象に対応する前記移動履歴情報の項目を抽出し、抽出した項目を連結して一つのシミュレーション走行ルートとして生成するようにした。   Further, in order to solve the above-mentioned problems, in the present invention, a simulation travel route generation device that creates movement history information to be input to simulation travel of a navigation device that reproduces navigation screen display and voice guidance based on the movement of a moving body In the simulation travel route generation method in the simulation travel route generation system configured with the navigation device, the navigation device performs the guidance according to the movement of a moving body, monitors the execution state, and the navigation device Is recorded the correspondence between the event that occurs when performing navigation processing based on the movement history information and the item of the movement history information when the event occurs, the simulation travel route generation device, Extraction from recorded information Extracting an item of the movement history information corresponding to the event corresponding to the matter, and to generate as a simulation travel route by connecting the extracted items.

また、上記課題を解決するために本発明では、移動体の移動に基づいて、ナビゲーションの画面表示や音声案内を再現するナビゲーション装置のシミュレーション走行に入力する移動履歴情報を作成するシミュレーション走行ルート生成装置と、前記ナビゲーション装置とで構成されるシミュレーション走行ルート生成システムにおけるシミュレーション走行ルート生成方法において、前記ナビゲーション装置は、移動体の移動に応じて前記案内を行うとともに、ナビゲーション処理の実行状態を監視し、前記ナビゲーション装置が、実行するプログラム中の特定位置と、当該プログラムの特定位置を実行した時点の、前記移動履歴情報から読み出された項目との対応を記録し、前記シミュレーション走行ルート生成装置が、前記ナビゲーション装置が記録した情報から、指定したプログラム中の特定位置に対応する前記移動履歴情報の項目を抽出し、抽出した項目を連結して一つのシミュレーション走行ルートとして生成するようにした。   Further, in order to solve the above-mentioned problems, in the present invention, a simulation travel route generation device that creates movement history information to be input to simulation travel of a navigation device that reproduces navigation screen display and voice guidance based on the movement of a moving body In the simulation travel route generation method in the simulation travel route generation system configured with the navigation device, the navigation device performs the guidance according to the movement of the moving body, and monitors the execution state of the navigation process, The navigation device records a correspondence between a specific position in the program to be executed and an item read from the movement history information at the time when the specific position of the program is executed, and the simulation travel route generation device The navigator From information down device it has recorded, and extracts the entry of the movement history information corresponding to a particular position in the specified program, and to generate as a simulation travel route by connecting the extracted items.

本発明によれば、注目してテストしたいナビゲーションイベントや、修正したプログラムコードに関連した走行箇所のみを含む走行ルートを生成でき、生成した走行ルートを用いて、シミュレーション走行によるテストが実施できる。そのため、注目ポイントに無関係な部分を走行する必要がないため、テストの効率化が実現できる。   According to the present invention, it is possible to generate a travel route including only a navigation event to be tested with attention and a travel location related to the modified program code, and a test by simulation travel can be performed using the generated travel route. For this reason, it is not necessary to travel a portion unrelated to the point of interest, so that the test can be made more efficient.

本発明の一実施形態に係るシミュレーション走行ルート生成システムを構成するナビゲーション装置のブロック図である。It is a block diagram of the navigation apparatus which comprises the simulation driving | running route generation system which concerns on one Embodiment of this invention. 本発明の一実施形態に係るシミュレーション走行ルート生成システムを構成するコンピュータのブロック図である。It is a block diagram of the computer which comprises the simulation driving | running route generation system which concerns on one Embodiment of this invention. 本発明の一実施形態に係るシミュレーション走行ルート生成システムの構成図である。1 is a configuration diagram of a simulation travel route generation system according to an embodiment of the present invention. 走行ログの一例を示す図である。It is a figure which shows an example of a driving log. ナビゲーション装置によるナビゲーション処理を示すブロック図である。It is a block diagram which shows the navigation process by a navigation apparatus. コンピュータによるシミュレーション走行ルート生成処理を示すブロック図である。It is a block diagram which shows the simulation driving | running route production | generation process by a computer. コード修正テーブルの一例を示す図である。It is a figure which shows an example of a code correction table. 事前処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of a pre-processing. イベント発生テーブルの一例を示す図である。It is a figure which shows an example of an event generation table. コード実行テーブルの一例を示す図である。It is a figure which shows an example of a code execution table. ナビゲーションイベントに基づく抽出条件設定画面一例を示す図である。It is a figure which shows an example of the extraction condition setting screen based on a navigation event. コード修正に基づく抽出条件設定画面の一例を示す図である。It is a figure which shows an example of the extraction condition setting screen based on code correction. シミュレーション走行ルート生成の手順を示すフローチャートである。It is a flowchart which shows the procedure of simulation travel route production | generation. 抽出リストの一例を示す図である。It is a figure which shows an example of an extraction list | wrist. シミュレーション走行ルート生成処理の概念を示す図である。It is a figure which shows the concept of a simulation driving | running route production | generation process. シミュレーション走行の手順を示すフローチャートである。It is a flowchart which shows the procedure of simulation driving | running | working.

以下、本発明の実施形態に係るシミュレーション走行ルート生成システムについて図面を参照して説明する。   Hereinafter, a simulation travel route generation system according to an embodiment of the present invention will be described with reference to the drawings.

図3は、本発明の一実施形態におけるシミュレーション走行ルート生成システムの構成を表すシステム図である。シミュレーション走行を可能とする仕様のナビゲーション装置10とコンピュータ20は、USB(Universal Serial Bus)のような外部バス30で接続され、双方向に通信できる。なお、本実施の形態では、ナビゲーション装置とコンピュータ(シミュレーション走行ルート生成装置)が別の装置である例を示したが、同一のコンピュータ内でナビゲーションプログラムとシミュレーション走行ルート生成プログラムとを動作させる実施形態も考えられ、各プログラムの実行装置は問わない。   FIG. 3 is a system diagram showing a configuration of a simulation travel route generation system in one embodiment of the present invention. The navigation device 10 and the computer 20 having specifications that enable simulation traveling are connected by an external bus 30 such as a USB (Universal Serial Bus), and can communicate bidirectionally. In the present embodiment, an example in which the navigation device and the computer (simulation travel route generation device) are different devices has been shown. However, the navigation program and the simulation travel route generation program are operated in the same computer. The execution apparatus of each program is not ask | required.

図1は、本発明の一実施形態に係るナビゲーション装置10のブロック図である。ナビゲーション装置10は、図1に示すように、CPU101と、メインメモリ102と、スピーカー104と、表示装置105と、センサー106と、通信装置109と、二次記憶装置116と、を有する。そして、これらは、内部バス103に繋がれている。センサー106は、さらに、時刻・位置取得装置107と、速度取得装置107と、を有する。センサー106は、GPS(Global Positioning System)や車速パルスなどの方法によって、自動車の移動を計測し、センサー情報(時刻、緯度経度、自動車の速度)を取得する。このナビゲーション装置10は、実際の自動車に搭載されるナビゲーション装置が備えるハードウエア構成、およびソフトウエア構成を備えている。   FIG. 1 is a block diagram of a navigation device 10 according to an embodiment of the present invention. As shown in FIG. 1, the navigation device 10 includes a CPU 101, a main memory 102, a speaker 104, a display device 105, a sensor 106, a communication device 109, and a secondary storage device 116. These are connected to the internal bus 103. The sensor 106 further includes a time / position acquisition device 107 and a speed acquisition device 107. The sensor 106 measures the movement of the vehicle by a method such as GPS (Global Positioning System) or a vehicle speed pulse, and acquires sensor information (time, latitude / longitude, vehicle speed). The navigation device 10 has a hardware configuration and a software configuration included in a navigation device mounted on an actual automobile.

二次記憶装置116には、ナビゲーションプログラム113、実行監視プログラム110が記憶されており、これらは、必要に応じてメインメモリ102にロードされ、CPU101がこれらのプログラムに従って動作することで、後述する事前処理やシミュレーション走行処理が実行される。
ナビゲーションプログラム113は、センサー情報取得プログラム1131と、イベント管理プログラム1132とを部分プログラムとして持つ。また、本発明の一実施形態の機能を実現するために導入された実行監視プログラム110は、イベント監視プログラム1101と、コード監視プログラム1102とを部分プログラムとして有する。
The secondary storage device 116 stores a navigation program 113 and an execution monitoring program 110, which are loaded into the main memory 102 as necessary, and the CPU 101 operates in accordance with these programs, and will be described later. Processing and simulation running processing are executed.
The navigation program 113 has a sensor information acquisition program 1131 and an event management program 1132 as partial programs. In addition, the execution monitoring program 110 introduced to realize the functions of one embodiment of the present invention has an event monitoring program 1101 and a code monitoring program 1102 as partial programs.

二次記憶装置116には、さらに、イベント発生情報DB(Data Base)111、コード実行情報DB112、走行ログDB114、地図DB115が記憶されている。走行ログDB114は、自動車等の実車によって走行したときのセンサー106からの情報の履歴(走行ログ)を保持する。イベント発生情報DB111は、走行ログを用いてシミュレーション走行したときに発生するイベントと走行ログの位置との関係(走行ログに記録されたどのデータが再現された時にイベントが発生したかの関係)を保持する。
コード実行情報DB112は、走行ログを用いたシミュレーション走行したときに実行されたナビゲーションプログラム113の各関数と走行ログの位置との関係(関数の入口とend(出口)が実行された時点が、走行ログのどのデータに対応するのかを表わす関係)を保持する。地図DB115は、ナビゲーションを行うために利用される地図データを保持する。
The secondary storage device 116 further stores an event occurrence information DB (Data Base) 111, a code execution information DB 112, a travel log DB 114, and a map DB 115. The travel log DB 114 holds a history of information (travel log) from the sensor 106 when the vehicle travels with an actual vehicle such as an automobile. The event occurrence information DB 111 shows the relationship between the event that occurs when the simulation travel is performed using the travel log and the position of the travel log (the relationship that the event has occurred when which data recorded in the travel log is reproduced). Hold.
The code execution information DB 112 stores the relationship between the functions of the navigation program 113 executed when the simulation travel using the travel log and the position of the travel log (the time when the function entry and end (exit) are executed is the travel (Relationship indicating which data in the log corresponds to). The map DB 115 holds map data used for navigation.

図2は、本発明の一実施形態に係るコンピュータ20のブロック図である。コンピュータ20はシミュレーション走行ルート生成装置であり、図2に示すように、CPU101と、メインメモリ102と、表示装置105と、入力装置201と、通信装置109と、二次記憶装置116と、を有する。そして、これらは、内部バス103に繋がれている。   FIG. 2 is a block diagram of the computer 20 according to an embodiment of the present invention. The computer 20 is a simulation travel route generation device and includes a CPU 101, a main memory 102, a display device 105, an input device 201, a communication device 109, and a secondary storage device 116, as shown in FIG. . These are connected to the internal bus 103.

二次記憶装置116には、シミュレーション走行ルート生成プログラム202、コード開発プログラム204、が記憶されており、これらは、必要に応じてメインメモリ102にロードされ、CPU101がこれらのプログラムに従って動作することで、後述するシミュレーション走行ルート生成処理が実行される。
シミュレーション走行ルート生成プログラム202は、抽出条件指定プログラム2021を部分プログラムとして持つ。
The secondary storage device 116 stores a simulation travel route generation program 202 and a code development program 204, which are loaded into the main memory 102 as necessary, and the CPU 101 operates according to these programs. A simulation travel route generation process to be described later is executed.
The simulation travel route generation program 202 has an extraction condition designation program 2021 as a partial program.

二次記憶装置116には、さらに、シミュレーション走行ルートDB203、コード修正履歴DB205、が記憶されている。シミュレーション走行ルートDB203は、生成したシミュレーション走行ルートを保持する。コード修正履歴DB205は、開発者がコード開発プログラム204を用いてナビゲーションプログラムを修正した際の履歴を保持する。   The secondary storage device 116 further stores a simulation travel route DB 203 and a code correction history DB 205. The simulation travel route DB 203 holds the generated simulation travel route. The code correction history DB 205 holds a history when the developer has corrected the navigation program using the code development program 204.

図4は、走行ログDB114に格納されている走行ログ401の実例を示す。走行ログ401は、自動車にナビゲーション装置10を搭載して、実際に路上を走行しながらナビゲーションプログラム113を実行した際の、センサー106からの入力を記録したものである。図4に示すように、移動する車に関する位置および速度が時刻情報とともに記録される。データの記録頻度は、例えば1データ/秒〜10データ/秒程度のデータが、シーケンス番号が付けられて記録される。従って、走行ログ401の位置とは、シーケンス番号のことである。
以下では、実車走行を複数回実施することで、走行ログ401が複数、走行ログDB114に格納されていることを想定する。ただし、走行ログ401が必ずしも複数存在する必要はなく、一つの走行ログ401において以下の処理を行ってもよい。
FIG. 4 shows an example of the travel log 401 stored in the travel log DB 114. The travel log 401 is a record of input from the sensor 106 when the navigation device 10 is mounted on an automobile and the navigation program 113 is executed while actually traveling on the road. As shown in FIG. 4, the position and speed relating to the moving vehicle are recorded together with time information. As for the data recording frequency, for example, data of about 1 data / second to 10 data / second is recorded with a sequence number. Therefore, the position of the travel log 401 is a sequence number.
In the following, it is assumed that a plurality of travel logs 401 are stored in the travel log DB 114 by performing actual vehicle travel a plurality of times. However, a plurality of travel logs 401 are not necessarily present, and the following processing may be performed on one travel log 401.

図5は、本実施形態のナビゲーション装置10の動作を概念的に示す図である。ナビゲーション部502、実行監視部504、およびナビゲーション部502の部分機能であるセンサー情報取得部5021、イベント管理部5022は、CPU101の実行により実現される機能部であり、以下の処理を実行する。   FIG. 5 is a diagram conceptually showing the operation of the navigation device 10 of the present embodiment. The navigation unit 502, the execution monitoring unit 504, and the sensor information acquisition unit 5021 and the event management unit 5022, which are partial functions of the navigation unit 502, are functional units realized by the execution of the CPU 101, and execute the following processing.

ナビゲーション部502は、地図DB115から読み込まれた地図データと、センサー情報取得部5021からのセンサー情報に基づき、ナビゲーション処理を実施し、利用者への案内情報をスピーカー104、表示装置105に出力する。ナビゲーション部502は、イベントにしたがって動作する。ナビゲーション部502が使用するイベントは、ナビゲーションプログラム113の内容によって異なる。ナビゲーション部502は、処理中に使用するイベントを、起動時や実行中にイベント管理部5022に登録することで、発生したイベントを受信できるようになる。   The navigation unit 502 performs navigation processing based on the map data read from the map DB 115 and the sensor information from the sensor information acquisition unit 5021, and outputs guidance information to the user to the speaker 104 and the display device 105. The navigation unit 502 operates according to the event. The event used by the navigation unit 502 differs depending on the content of the navigation program 113. The navigation unit 502 can receive an event that has occurred by registering an event to be used during processing in the event management unit 5022 during startup or execution.

イベント管理部5022は、ナビゲーション処理中に発生する全てのイベントを管理する。イベントには、自動車の移動に伴う、現在位置の変更、交差点接近、速度超過などが含まれるが、ナビゲーション中に発生するイベントであればこれに限らない。   The event management unit 5022 manages all events that occur during the navigation process. The event includes a change in the current position, approaching an intersection, excess speed, and the like accompanying the movement of the automobile, but is not limited to this as long as it is an event that occurs during navigation.

センサー情報取得部5021は、実車による走行か、シミュミレーション走行かによって、センサー情報の取得先を切り替える。実車による走行の場合は、センサー106からセンサー情報を取得する。シミュレーション走行の場合は、走行ログDB114内の走行ログ401、またはコンピュータ20から受信したシミュレーション走行ルート501のいずれかから、センサー情報を取得する。   The sensor information acquisition unit 5021 switches the acquisition destination of the sensor information depending on whether the vehicle travels using a real vehicle or simulation travels. In the case of traveling by an actual vehicle, sensor information is acquired from the sensor 106. In the case of simulation traveling, sensor information is acquired from either the traveling log 401 in the traveling log DB 114 or the simulated traveling route 501 received from the computer 20.

実行監視部504は、ナビゲーション部502の実行状態を監視し、実行中に発生したイベントをイベント発生DB111に格納(どの走行ログのシーケンス番号が何番のセンサ情報を処理した時点でイベントが発生したかを記録)する。また、実行監視部504は、ナビゲーション部502のプログラムコードの実行位置を監視し、実行された関数に関する情報を、コード実行情報DB112に格納(ナビゲーションプログラムの各関数の入口、および出口(end)を処理した時点に、どの走行ログのシーケンス番号が何番のセンサ情報を処理していたかの対応関係を記録)する。この処理を実施するために、ナビゲーションプログラム113のコンパイルでは、各関数の入口(function())、出口(end)を識別するコードを残したロードモジュールを作成して、そのロードモジュールを実行することで、実行監視部504はコード実行情報を記録する。   The execution monitoring unit 504 monitors the execution state of the navigation unit 502 and stores an event that occurred during execution in the event generation DB 111 (the event occurred when the sensor information with which running log sequence number was processed). Record). Further, the execution monitoring unit 504 monitors the execution position of the program code of the navigation unit 502, and stores information related to the executed function in the code execution information DB 112 (entry and exit (end) of each function of the navigation program). At the time of processing, the correspondence relationship indicating which sensor information is processed by which sequence number of which travel log is recorded). In order to carry out this processing, in the compilation of the navigation program 113, a load module that leaves a code for identifying the entry (function ()) and exit (end) of each function is created and the load module is executed. Thus, the execution monitoring unit 504 records the code execution information.

図6は、本実施形態のコンピュータ20の動作を概念的に示す図である。コード作成部601、シミュレーション走行ルート生成部602は、CPU101の実行により実現する機能部であり、以下の処理を実行する。   FIG. 6 is a diagram conceptually showing the operation of the computer 20 of the present embodiment. The code creation unit 601 and the simulation travel route generation unit 602 are functional units realized by the execution of the CPU 101, and execute the following processing.

コード作成部601は、プログラムの開発者からの入力に従って、ナビゲーションプログラム113のプログラムコードを作成する。開発者からの入力は、入力装置201、開発者への出力は表示装置105が行う。また、コード作成部601は、プログラムコードの修正履歴をコード修正テーブル604としてコード修正履歴DB205に格納する。   The code creation unit 601 creates a program code for the navigation program 113 in accordance with an input from the program developer. The input from the developer is performed by the input device 201, and the output to the developer is performed by the display device 105. Further, the code creating unit 601 stores the correction history of the program code in the code correction history DB 205 as a code correction table 604.

シミュレーション走行ルート生成部602は、抽出条件指定部6021を有する。シミュレーション走行ルート生成部602は、ナビゲーション装置10から取得した走行ログ401、イベント発生テーブル801、コード実行テーブル802と、コード修正テーブル604、抽出条件603から、注目するテスト内容に応じて、シミュレーション走行ルート501を生成する。   The simulation travel route generation unit 602 has an extraction condition designation unit 6021. The simulation travel route generation unit 602 generates a simulation travel route from the travel log 401 acquired from the navigation device 10, the event generation table 801, the code execution table 802, the code correction table 604, and the extraction condition 603 according to the test content to be noticed. 501 is generated.

図7は、コード作成部601が作成するコード修正テーブル604の実例を示す。コード修正テーブル604は、プログラムコードの修正箇所のファイル名と関数名、および変更日の日付情報からなる。コード修正テーブル604の実例として、図7では、修正履歴を関数単位としたが、ソースプログラムコードの行単位の変更履歴など、修正履歴であればこれに限らない。   FIG. 7 shows an example of the code correction table 604 created by the code creation unit 601. The code correction table 604 includes the file name and function name of the program code correction part, and date information of the change date. As an actual example of the code correction table 604, in FIG. 7, the correction history is set as a function unit.

以下、本発明の一実施形態におけるシミュレーション走行ルート生成システムで実行される各処理の詳細について説明する。
図8は、テスト用のシミュレーション走行に先立って行う事前処理を示すフローチャートである。事前処理では、実車走行によって得られた走行ログ401を用いて、シミュレーション走行を実行し、イベント発生テーブル801およびコード実行テーブル802を生成する。
Hereinafter, details of each process executed in the simulation travel route generation system according to the embodiment of the present invention will be described.
FIG. 8 is a flowchart showing pre-processing performed prior to the test simulation run. In the pre-processing, the simulation travel is executed using the travel log 401 obtained by the actual vehicle travel, and the event generation table 801 and the code execution table 802 are generated.

ナビゲーション部502のセンサー情報取得部5021は、走行ログ401に記録されているセンサー情報をシーケンス番号順に順次読み出し、シーケンス番号を現在処理中の番号として記憶する(ステップS801)。実行監視部504は、ナビゲーション部502の実行を監視し、ナビゲーション部でイベント、例えば速度超過や、交差点接近などが発生したかを判定し(ステップS803)、発生していた場合、発生したイベントの種類と、現在のシーケンス番号とを対応させてイベント発生情報DB111に記録されたイベント発生テーブル801に追加する(ステップS804)。さらに実行監視部504は、プログラムコードの実行箇所が、関数の入り口、または関数の出口(end)に到達したかを判定し(ステップS805)、到達している場合は、現在のシーケンス番号と対応させて、コード実行情報DB112に記録されたコード実行テーブル802に追加する(ステップS806)。このようにして、ナビゲーション部502と連動した実行監視部504は、走行ログ401の読み込みが終了するまで、イベント発生テーブル801、コード実行テーブル802の生成処理を繰り返す(ステップS802)。
事前処理は、走行ログ401が複数ある場合、それぞれに対して実行する。
The sensor information acquisition unit 5021 of the navigation unit 502 sequentially reads the sensor information recorded in the travel log 401 in order of the sequence number, and stores the sequence number as the number currently being processed (step S801). The execution monitoring unit 504 monitors the execution of the navigation unit 502 and determines whether an event such as an overspeed or approaching an intersection has occurred in the navigation unit (step S803). The type and the current sequence number are associated with each other and added to the event occurrence table 801 recorded in the event occurrence information DB 111 (step S804). Furthermore, the execution monitoring unit 504 determines whether the execution location of the program code has reached the entry of the function or the exit of the function (step S805), and if so, corresponds to the current sequence number. Thus, it is added to the code execution table 802 recorded in the code execution information DB 112 (step S806). In this manner, the execution monitoring unit 504 linked with the navigation unit 502 repeats the generation process of the event occurrence table 801 and the code execution table 802 until the reading of the travel log 401 is completed (step S802).
When there are a plurality of travel logs 401, the pre-processing is executed for each.

図9は、生成されたイベント発生テーブル801の例を表す。イベント発生テーブル801は、発生したイベントの種類(を表わすコード)、発生した時点でナビゲーション部502が処理していた走行ログ401のファイル名と、発生したときのシーケンス番号を表わすデータ項目から成る。   FIG. 9 shows an example of the generated event occurrence table 801. The event occurrence table 801 includes data items indicating the type of event (a code representing the event), the file name of the travel log 401 processed by the navigation unit 502 at the time of occurrence, and the sequence number when the event occurred.

図10は、生成されたコード実行テーブル802の例を表す。コード実行テーブル802は、ナビゲーションプログラムコードのファイル名と、実行が確認された関数名(関数の入口と出口を識別するデータ)と、および、それを実行した時点でナビゲーション部502が処理していた走行ログ401のファイル名とシーケンス番号を表わすデータ項目から成る。   FIG. 10 shows an example of the generated code execution table 802. The code execution table 802 is processed by the navigation unit 502 when the file name of the navigation program code, the function name (data for identifying the entry and exit of the function) confirmed to be executed, and the function name is executed. It consists of data items representing the file name and sequence number of the travel log 401.

以上の事前処理は、ナビゲーションプログラムの修正を行った場合、ナビゲーションプログラム113が扱うイベントが変更追加された場合などに再度実行して、イベント発生テーブル801、コード実行テーブル802を再構築する。   The above pre-processing is executed again when the navigation program is corrected, when an event handled by the navigation program 113 is changed and added, and the event occurrence table 801 and the code execution table 802 are reconstructed.

次に、コンピュータ20によるシミュレーション走行ルート生成処理の手順について説明する。
図11、図12は、抽出する走行ルートを指定する設定画面の例を示す。
図11は、開発者がテストを希望する内容を、ナビゲーション中に発生するイベントの種類やイベントの重複度によって指定し、指定した内容に応じたシミュレーション走行ルート401を生成するための設定画面である。図11では、速度超過イベント、交差点接近イベント、及びイベントが3つ以上同時発生する場所を指定した例を示す。
Next, the procedure of the simulation travel route generation process by the computer 20 will be described.
FIG. 11 and FIG. 12 show examples of setting screens for specifying the travel route to be extracted.
FIG. 11 is a setting screen for designating the content that the developer wants to test according to the type of event that occurs during navigation and the degree of event overlap, and generating a simulation travel route 401 corresponding to the designated content. . FIG. 11 shows an example in which an overspeed event, an intersection approach event, and a place where three or more events occur simultaneously are designated.

図12は、ナビゲーションプログラムのプログラムコードを修正した場所に応じて、シミュレーション走行ルート501を生成するための設定画面である。図12では、2013年3月31日 19時以降に修正したプログラムコードの関数に関連するシミュレーション走行ルート501の生成を指定した例を示す。   FIG. 12 is a setting screen for generating the simulation travel route 501 in accordance with the location where the program code of the navigation program is corrected. FIG. 12 shows an example in which the generation of the simulation travel route 501 related to the function of the program code corrected after 19:00 on March 31, 2013 is shown.

図13は、設定した条件に基づくシミュレーション走行ルート生成処理の手順を示すフローチャートである。
シミュレーション走行ルート生成部602は、ナビゲーション装置10から外部バス30を介して、走行ログ401、イベント発生テーブル801、コード実行テーブル802を取得し、走行ログに含まれるイベントの種類を調べ、記憶する(ステップS1301)。
抽出条件指定部6021は、図11、図12に例示したような設定画面を利用者に表示して、利用者の入力を受付けて、抽出条件603を取得する(ステップS1302)。このとき、ステップS1301で記憶したイベントの種類を表示し、利用者に選択させる。また、利用者に選択させることなく、ステップS1301で記憶したイベントの種類全てを抽出条件603としてもよい。
FIG. 13 is a flowchart showing the procedure of the simulation travel route generation process based on the set conditions.
The simulation travel route generation unit 602 acquires the travel log 401, the event generation table 801, and the code execution table 802 from the navigation device 10 via the external bus 30, and examines and stores the types of events included in the travel log ( Step S1301).
The extraction condition designating unit 6021 displays a setting screen as illustrated in FIGS. 11 and 12 to the user, accepts the user's input, and acquires the extraction condition 603 (step S1302). At this time, the event type stored in step S1301 is displayed, and the user is allowed to select it. Alternatively, all the event types stored in step S1301 may be used as the extraction condition 603 without causing the user to select them.

次に、シミュレーション走行ルート生成部602は、イベント発生テーブル801から、抽出条件603に設定されたイベントと一致するものをすべて取り出し、抽出リスト1301として追加する。また、同じく、抽出条件603で指定された重複度以上のイベントが、指定した時間内に発生するエントリを、イベント発生テーブル801から全て取り出す。そして、抽出リスト1301として追加する。なお、指定した時間内に発生するか否かの判定は、イベント発生テーブル801の各エントリのシーケンス番号に相当する、走行ログ401中のエントリについての時刻情報を比較することで行う(ステップS1303)。   Next, the simulation travel route generation unit 602 extracts all the events that match the event set in the extraction condition 603 from the event generation table 801 and adds them as an extraction list 1301. Similarly, all entries in which events having a degree of duplication specified by the extraction condition 603 or higher occur within the specified time are extracted from the event generation table 801. Then, an extraction list 1301 is added. Note that whether or not it occurs within the specified time is determined by comparing time information about entries in the travel log 401 corresponding to the sequence number of each entry in the event occurrence table 801 (step S1303). .

次に、シミュレーション走行ルート生成部602は、コード修正テーブル604から、抽出条件に指定した期間に修正した関数の一覧を取得する(ステップS1304)。
次に、コード実行テーブル802から、ステップS1304で抽出した関数の入口に対応するエントリを抽出し、抽出リスト1301に追加する(ステップS1305)。なお、ステップS1304およびステップS1305で抽出リスト1301に追加する際に、複数の候補が見つかった場合は、最初に見つかったものを追加する。ただし、複数のうち、走行ログ401の位置が近いものは、複数の候補を同時に追加するなどの抽出方法も考えられ、最初に見つかったものを追加する抽出方法には限らない。また、抽出リスト1301への追加は、ファイル名およびシーケンス番号でソートし、同内容で既に登録がある場合は、新たに追加はしない。そして、抽出リスト1301に追加された関数の入口のエントリに対応する関数の出口のエントリも抽出リスト1301に追加される。
Next, the simulation travel route generation unit 602 acquires a list of functions corrected during the period specified in the extraction condition from the code correction table 604 (step S1304).
Next, an entry corresponding to the entry of the function extracted in step S1304 is extracted from the code execution table 802 and added to the extraction list 1301 (step S1305). When a plurality of candidates are found when adding to the extraction list 1301 in step S1304 and step S1305, the first found one is added. However, an extraction method in which a plurality of candidates are added at the same time for the position of the travel log 401 among the plurality is conceivable, and the extraction method is not limited to adding the first found one. Also, addition to the extraction list 1301 is performed by sorting by file name and sequence number, and when there is already registration with the same contents, no new addition is made. A function exit entry corresponding to the entry of the function added to the extraction list 1301 is also added to the extraction list 1301.

図14は、抽出リスト1301の例を示す。図14のように、抽出リスト1301は、走行ログ401のファイル名およびシーケンス番号からなる。
次に、抽出リスト1301の各エントリについて、シーケンス番号に該当する走行ログ401中のエントリおよび、前後数秒以内のエントリを取り出す(ステップS1306)。抽出したい箇所の前後のエントリも含めて取り出すことで、走行ルート片とするためである。
抽出リスト1301に追加されている関数の入口のエントリと関数の出口のエントリとの間の走行ログ401中のエントリは全て取出されて、走行ルート片とする
次に、ステップS1306で取得したエントリをシミュレーション走行ルート501に追加する(ステップS1307)。シミュレーション走行ルート501への追加については、ファイル名、シーケンス番号でソートし、重複は追加しない。
シミュレーション走行ルート生成部602は、最後に、シミュレーション走行ルート501を、ナビゲーション装置10に送信して(ステップS1308)、終了する。
なお、ステップS1307では、ステップS1306で抽出したエントリをそのままシミュレーション走行ルート501として追加したが、ルートが分断しないように、ルート探索等を用いて連結してもよい。これは、ルートが繋がっていないとナビゲーションプログラムが正常に動作しない場合などに有効である。
FIG. 14 shows an example of the extraction list 1301. As shown in FIG. 14, the extraction list 1301 includes the file name and sequence number of the travel log 401.
Next, for each entry in the extraction list 1301, an entry in the travel log 401 corresponding to the sequence number and an entry within several seconds before and after are extracted (step S1306). This is because a traveling route piece is obtained by taking out the entries before and after the part to be extracted.
All entries in the travel log 401 between the entry at the function entry and the entry at the function exit added to the extraction list 1301 are extracted and set as a travel route segment. Next, the entry acquired in step S1306 It adds to the simulation travel route 501 (step S1307). For addition to the simulation travel route 501, sorting is performed by file name and sequence number, and duplication is not added.
Finally, the simulation travel route generation unit 602 transmits the simulation travel route 501 to the navigation device 10 (step S1308) and ends.
In step S1307, the entry extracted in step S1306 is added as it is as the simulation travel route 501, but may be connected using route search or the like so that the route is not divided. This is effective when the navigation program does not operate normally unless the routes are connected.

また、ステップS1304およびステップS1305では、最初に発見したエントリを追加しているが、個数の上限を設けて複数エントリを追加したり、最短のルートとなるように最適なルートを選択したりしてもよい。   In step S1304 and step S1305, the first found entry is added. However, an upper limit on the number is added, a plurality of entries are added, or an optimum route is selected so that the shortest route is obtained. Also good.

図15は、シミュレーション走行ルート生成処理によって、二つの走行ログ401から、二つの部分が抽出されたシミュレーション走行ルート501の例および、さらに分断した走行箇所をルート探索で結合して生成されたシミュレーション走行ルート501の例を示す。   FIG. 15 shows an example of a simulated travel route 501 in which two parts are extracted from two travel logs 401 by a simulated travel route generation process, and a simulated travel generated by combining the divided travel locations by route search. An example of the route 501 is shown.

次に、ナビゲーション部502によるテストのためのシミュレーション走行の手順について説明する。
図16は、シミュレーション走行の手順を示すフローチャートである。ナビゲーション部502は、シミュレーション走行ルート501の読み出しを行い(ステップS1601)、データが存在する間、ナビゲーション動作を実行する(ステップS1603)。データの読み込みが終了した場合は、プログラムを終了する(ステップS1602)。
Next, the procedure of simulation running for testing by the navigation unit 502 will be described.
FIG. 16 is a flowchart showing the procedure of the simulation travel. The navigation unit 502 reads the simulation travel route 501 (step S1601), and executes a navigation operation while data exists (step S1603). When the reading of data is finished, the program is finished (step S1602).

なお、本実施の一形態では、テストシミュレーション走行に先立って、シミュレーション走行ルート501の作成を行ったが、シミュレーション走行中に、ナビゲーション部502が必要とするイベントをイベント管理部5022に登録するたびに、当該イベントに対応する走行ルートを、シミュレーション走行ルート生成処理によって、動的に生成し、走行するルートを実行中に追加してもよい。   In this embodiment, the simulation travel route 501 is created prior to the test simulation travel. However, every time an event required by the navigation unit 502 is registered in the event management unit 5022 during the simulation travel. The travel route corresponding to the event may be dynamically generated by the simulation travel route generation process, and the travel route may be added during execution.

以上で説明したように本発明によれば、注目しているナビゲーションイベントやイベントの発生条件に基づき、複数の走行ログから、注目している状態を発生するルートのみを抽出する。これによって、効率的に走行テストを実行できる。また、修正した関数に関係のある走行ルートのみを抽出する。これによって、プログラムコード修正時のテストを効率よく実行できる。   As described above, according to the present invention, only the route that generates the state of interest is extracted from the plurality of travel logs based on the navigation event of interest and the event generation conditions. As a result, the running test can be executed efficiently. Also, only the travel route related to the corrected function is extracted. As a result, the test at the time of correcting the program code can be executed efficiently.

10…ナビゲーション装置、20…コンピュータ、101…CPU、102…メインメモリ、103…内部バス、104…スピーカー、105…表示装置、106…センサー、107…時刻位置取得装置、108…速度取得装置、109…通信装置、110…実行監視プログラム、111…イベント発生情報DB、112…コード実行情報DB、113…ナビゲーションプログラム、114…走行ログDB、115…地図DB、116…二次記憶装置、202…シミュレーション走行ルート生成プログラム、203…シミュレーション走行ルートDB、204…コード開発プログラム、205…コード修正履歴DB、401…走行ログ、501…シミュレーション走行ルート、502…ナビゲーション部、504…実行監視部、601…コード作成部、602…シミュレーション走行ルート生成部、603…抽出条件、604…コード修正テーブル、801…イベント発生テーブル、802…コード実行テーブル、1304…抽出リスト。   DESCRIPTION OF SYMBOLS 10 ... Navigation apparatus, 20 ... Computer, 101 ... CPU, 102 ... Main memory, 103 ... Internal bus, 104 ... Speaker, 105 ... Display apparatus, 106 ... Sensor, 107 ... Time position acquisition apparatus, 108 ... Speed acquisition apparatus, 109 ... Communication device, 110 ... execution monitoring program, 111 ... event occurrence information DB, 112 ... code execution information DB, 113 ... navigation program, 114 ... running log DB, 115 ... map DB, 116 ... secondary storage device, 202 ... simulation Travel route generation program, 203 ... simulation travel route DB, 204 ... code development program, 205 ... code correction history DB, 401 ... travel log, 501 ... simulation travel route, 502 ... navigation unit, 504 ... execution monitoring unit, 601 ... code Creating unit, 602 ... simulation traveling route generation portion, 603 ... extraction conditions, 604 ... code modification table 801 ... event occurrence table, 802 ... code execution table, 1304 ... extraction list.

Claims (19)

移動体の移動に基づいて、ナビゲーションの画面表示や音声案内を再現するナビゲーション装置のシミュレーション走行に入力する移動履歴情報を作成するシミュレーション走行ルート生成装置と、前記ナビゲーション装置とで構成されるシミュレーション走行ルート生成システムであって、
前記シミュレーション走行ルート生成装置は、前記移動履歴情報を生成するシミュレーション走行ルート生成部を有し、
前記ナビゲーション装置は、移動体の移動に応じて前記案内を行うナビゲーション部と、当該ナビゲーション部の実行状態を監視する監視部とを有し、
前記ナビゲーション部が、前記移動履歴情報に基づいてナビゲーション処理を実行する際に発生する事象と、事象が発生したときの前記移動履歴情報の項目との対応を、前記監視部が記録し、
前記シミュレーション走行ルート生成部が、前記監視部が記録した情報から、抽出条件に該当する事象に対応する前記移動履歴情報の項目を抽出し、抽出した項目を連結して一つのシミュレーション走行ルートとして生成する、
ことを特徴とするシミュレーション走行ルート生成システム。
A simulation travel route composed of a simulation travel route generation device that creates movement history information to be input to a simulation travel of a navigation device that reproduces navigation screen display and voice guidance based on the movement of a moving body, and the navigation device A generation system,
The simulation travel route generation device includes a simulation travel route generation unit that generates the movement history information,
The navigation device includes a navigation unit that performs the guidance according to movement of a moving body, and a monitoring unit that monitors an execution state of the navigation unit,
The monitoring unit records a correspondence between an event that occurs when the navigation unit performs navigation processing based on the movement history information and an item of the movement history information when the event occurs,
The simulation travel route generation unit extracts the items of the movement history information corresponding to the event corresponding to the extraction condition from the information recorded by the monitoring unit, and connects the extracted items to generate one simulation travel route. To
A simulation travel route generation system characterized by that.
請求項1記載のシミュレーション走行ルート生成システムにおいて、
前記抽出条件とは、ユーザが指定した特定の事象であることを特徴とするシミュレーション走行ルート生成システム。
In the simulation travel route generation system according to claim 1,
The extraction condition is a simulation driving route generation system characterized by being a specific event designated by a user.
請求項1記載のシミュレーション走行ルート生成システムにおいて、
前記抽出条件とは、ユーザが指定した複数の事象の重複度であることを特徴とするシミュレーション走行ルート生成システム。
In the simulation travel route generation system according to claim 1,
The said extraction condition is the duplication degree of the some event which the user specified, The simulation driving | running route generation system characterized by the above-mentioned.
請求項1記載のシミュレーション走行ルート生成システムを構成する前記ナビゲーション装置において、
前記ナビゲーション部が、必要とする事象が変更されたときに、当該事象に対応するシミュレーション走行ルートを生成し、走行箇所とすることを特徴とするシミュレーション走行ルート生成システム。
In the navigation device constituting the simulation travel route generation system according to claim 1,
When a necessary event is changed by the navigation unit, a simulation travel route generation system that generates a simulation travel route corresponding to the event and sets it as a travel location is provided.
移動体の移動に基づいて、ナビゲーションの画面表示や音声案内を再現するナビゲーション装置のシミュレーション走行に入力する移動履歴情報を作成するシミュレーション走行ルート生成装置と、前記ナビゲーション装置とで構成されるシミュレーション走行ルート生成システムであって、
前記シミュレーション走行ルート生成装置は、前記移動履歴情報を生成するシミュレーション走行ルート生成部を有し、
前記ナビゲーション装置は、移動体の移動に応じて前記案内を行うナビゲーション部と、当該ナビゲーション部の実行状態を監視する監視部とを有し、
前記ナビゲーション部が実行するプログラム中の特定位置と、当該プログラムの特定位置を実行した時点の、前記移動履歴情報から読み出された項目との対応を、前記監視部が記録し、
前記シミュレーション走行ルート生成部が、前記監視部が記録した情報から、指定したプログラム中の特定位置に対応する前記移動履歴情報の項目を抽出し、抽出した項目を連結して一つのシミュレーション走行ルートとして生成する、
ことを特徴とするシミュレーション走行ルート生成システム。
A simulation travel route composed of a simulation travel route generation device that creates movement history information to be input to a simulation travel of a navigation device that reproduces navigation screen display and voice guidance based on the movement of a moving body, and the navigation device A generation system,
The simulation travel route generation device includes a simulation travel route generation unit that generates the movement history information,
The navigation device includes a navigation unit that performs the guidance according to movement of a moving body, and a monitoring unit that monitors an execution state of the navigation unit,
The monitoring unit records the correspondence between the specific position in the program executed by the navigation unit and the item read from the movement history information at the time when the specific position of the program is executed,
The simulation travel route generation unit extracts the items of the movement history information corresponding to the specific position in the designated program from the information recorded by the monitoring unit, and connects the extracted items as one simulation travel route. Generate,
A simulation travel route generation system characterized by that.
前記プログラム中の特定位置は、前記プログラムに含まれる関数の入口、または/および出口に当る位置であることを特徴とする請求項5に記載のシミュレーション走行ルート生成システム。   6. The simulation travel route generation system according to claim 5, wherein the specific position in the program is a position corresponding to an entrance or / and an exit of a function included in the program. 前記指定したプログラム中の特定位置は、前記ナビゲーション部が実行するプログラムコードの修正履歴から、指定された期間に修正された関数が抽出されて、該関数の入口、または/および出口に当る位置であることを特徴とする請求項5に記載のシミュレーション走行ルート生成システム。   The specific position in the specified program is a position where a function corrected in a specified period is extracted from the correction history of the program code executed by the navigation unit and corresponds to the entry or / and exit of the function. 6. The simulation travel route generation system according to claim 5, wherein the simulation travel route generation system is provided. 請求項1または請求項5に記載のシミュレーション走行ルート生成システムにおいて、
前記シミュレーション走行ルート生成部が、前記移動履歴情報から項目を抽出する際に、抽出する移動履歴情報の項目の前後にある一つまたは複数の項目も纏めて抽出することを特徴とするシミュレーション走行ルート生成システム。
In the simulation travel route generation system according to claim 1 or 5,
When the simulation travel route generation unit extracts an item from the travel history information, one or a plurality of items before and after the item of the travel history information to be extracted are collectively extracted. Generation system.
請求項1または請求項5に記載のシミュレーション走行ルート生成システムにおいて、
前記シミュレーション走行ルート生成部が、前記移動履歴情報から抽出した移動履歴情報の複数の項目のうち、時間または位置が一定以上離れている場合に、間を補完してルート生成することを特徴とするシミュレーション走行ルート生成システム。
In the simulation travel route generation system according to claim 1 or 5,
The simulation travel route generation unit is configured to generate a route by complementing the time when the time or position is more than a certain distance among a plurality of items of the movement history information extracted from the movement history information. Simulation travel route generation system.
請求項1乃至9のいずれかの請求項に記載のシミュレーション走行ルート生成システムにおいて、
前記シミュレーション走行ルート生成装置と前記ナビゲーション装置は、同一のコンピュータ上に実装されて各機能が実現されることを特徴とするシミュレーション走行ルート生成システム。
In the simulation travel route generation system according to any one of claims 1 to 9,
The simulation travel route generation system, wherein the simulation travel route generation device and the navigation device are mounted on the same computer to realize each function.
移動体の移動に基づいて、ナビゲーションの画面表示や音声案内を再現するナビゲーション装置のシミュレーション走行に入力する移動履歴情報を作成するシミュレーション走行ルート生成装置と、前記ナビゲーション装置とで構成されるシミュレーション走行ルート生成システムにおけるシミュレーション走行ルート生成方法であって、
前記ナビゲーション装置は、移動体の移動に応じて前記案内を行うとともに、実行状態を監視し、
前記ナビゲーション装置が、前記移動履歴情報に基づいてナビゲーション処理を実行する際に発生する事象と、該事象が発生したときの前記移動履歴情報の項目との対応を記録し、
前記シミュレーション走行ルート生成装置が、前記記録された情報から、抽出条件に該当する事象に対応する前記移動履歴情報の項目を抽出し、抽出した項目を連結して一つのシミュレーション走行ルートとして生成する、
ことを特徴とするシミュレーション走行ルート生成方法。
A simulation travel route composed of a simulation travel route generation device that creates movement history information to be input to a simulation travel of a navigation device that reproduces navigation screen display and voice guidance based on the movement of a moving body, and the navigation device A simulation travel route generation method in a generation system,
The navigation device performs the guidance according to the movement of a moving body and monitors the execution state.
The navigation device records a correspondence between an event that occurs when performing navigation processing based on the movement history information and an item of the movement history information when the event occurs,
The simulation travel route generation device extracts items of the movement history information corresponding to an event corresponding to an extraction condition from the recorded information, and generates a single simulation travel route by connecting the extracted items.
A simulation travel route generation method characterized by that.
請求項11記載のシミュレーション走行ルート生成方法において、
前記抽出条件とは、ユーザが指定した特定の事象であることを特徴とするシミュレーション走行ルート生成方法。
The simulation travel route generation method according to claim 11,
The extraction condition is a simulation event generation method characterized by being a specific event designated by a user.
請求項11記載のシミュレーション走行ルート生成方法において、
前記抽出条件とは、ユーザが指定した複数の事象の重複度であることを特徴とするシミュレーション走行ルート生成方法。
The simulation travel route generation method according to claim 11,
The said extraction condition is the duplication degree of the some event designated by the user, The simulation driving | running route generation method characterized by the above-mentioned.
移動体の移動に基づいて、ナビゲーションの画面表示や音声案内を再現するナビゲーション装置のシミュレーション走行に入力する移動履歴情報を作成するシミュレーション走行ルート生成装置と、前記ナビゲーション装置とで構成されるシミュレーション走行ルート生成システムにおけるシミュレーション走行ルート生成方法であって、
前記ナビゲーション装置は、移動体の移動に応じて前記案内を行うとともに、ナビゲーション処理の実行状態を監視し、
前記ナビゲーション装置が、実行するプログラム中の特定位置と、当該プログラムの特定位置を実行した時点の、前記移動履歴情報から読み出された項目との対応を記録し、
前記シミュレーション走行ルート生成装置が、前記ナビゲーション装置が記録した情報から、指定したプログラム中の特定位置に対応する前記移動履歴情報の項目を抽出し、抽出した項目を連結して一つのシミュレーション走行ルートとして生成する、
ことを特徴とするシミュレーション走行ルート生成方法。
A simulation travel route composed of a simulation travel route generation device that creates movement history information to be input to a simulation travel of a navigation device that reproduces navigation screen display and voice guidance based on the movement of a moving body, and the navigation device A simulation travel route generation method in a generation system,
The navigation device performs the guidance according to the movement of a moving body and monitors the execution state of navigation processing,
The navigation device records a correspondence between a specific position in the program to be executed and an item read from the movement history information at the time when the specific position of the program is executed,
The simulation travel route generation device extracts the items of the movement history information corresponding to a specific position in the designated program from the information recorded by the navigation device, and connects the extracted items as one simulation travel route. Generate,
A simulation travel route generation method characterized by that.
前記プログラム中の特定位置は、前記プログラムに含まれる関数の入口、または/および出口に当る位置であることを特徴とする請求項14に記載のシミュレーション走行ルート生成方法。   15. The simulation travel route generation method according to claim 14, wherein the specific position in the program is a position corresponding to an entrance or / and an exit of a function included in the program. 前記指定したプログラム中の特定位置は、前記ナビゲーション装置が実行するプログラムコードの修正履歴から、指定された期間に修正された関数が抽出されて、該関数の入口、または/および出口に当る位置であることを特徴とする請求項14に記載のシミュレーション走行ルート生成方法。   The specific position in the specified program is a position where a function corrected in a specified period is extracted from the correction history of the program code executed by the navigation device and corresponds to the entry or / and exit of the function. The simulation travel route generation method according to claim 14, wherein the simulation travel route generation method is provided. 請求項11または請求項14に記載のシミュレーション走行ルート生成方法において、
前記移動履歴情報から項目を抽出する際に、抽出する移動履歴情報の項目の前後にある一つまたは複数の項目も纏めて抽出することを特徴とするシミュレーション走行ルート生成方法。
In the simulation travel route generation method according to claim 11 or 14,
When extracting an item from the said movement history information, the simulation driving | running route production | generation method characterized by extracting collectively one or several items before and behind the item of the movement history information to extract.
請求項11または請求項14に記載のシミュレーション走行ルート生成方法において、
前記移動履歴情報から抽出した移動履歴情報の複数の項目のうち、時間または位置が一定以上離れている場合に、間を補完してルート生成することを特徴とするシミュレーション走行ルート生成方法。
In the simulation travel route generation method according to claim 11 or 14,
A simulation travel route generation method, wherein a route is generated by complementing a time or position when a time or position is more than a certain distance among a plurality of items of movement history information extracted from the movement history information.
請求項11乃至18のいずれかの請求項に記載のシミュレーション走行ルート生成方法において、
前記シミュレーション走行ルート生成装置と前記ナビゲーション装置は、同一のコンピュータ上に実装されて各機能が実現されることを特徴とするシミュレーション走行ルート生成方法。
In the simulation travel route generation method according to any one of claims 11 to 18,
The simulation travel route generation method, wherein the simulation travel route generation device and the navigation device are mounted on the same computer to realize each function.
JP2013182171A 2013-09-03 2013-09-03 Simulation travel route generation method and system Pending JP2015049187A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013182171A JP2015049187A (en) 2013-09-03 2013-09-03 Simulation travel route generation method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013182171A JP2015049187A (en) 2013-09-03 2013-09-03 Simulation travel route generation method and system

Publications (1)

Publication Number Publication Date
JP2015049187A true JP2015049187A (en) 2015-03-16

Family

ID=52699313

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013182171A Pending JP2015049187A (en) 2013-09-03 2013-09-03 Simulation travel route generation method and system

Country Status (1)

Country Link
JP (1) JP2015049187A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106767914A (en) * 2016-12-02 2017-05-31 百度在线网络技术(北京)有限公司 Method and apparatus for testing the path based on the planning of high accuracy map
WO2019065409A1 (en) * 2017-09-29 2019-04-04 日立オートモティブシステムズ株式会社 Automatic driving simulator and map generation method for automatic driving simulator
CN110108295A (en) * 2019-04-22 2019-08-09 上海车轮互联网服务有限公司 Route creation method and device suitable for Driving Test application
CN110299051A (en) * 2019-06-05 2019-10-01 上海车轮互联网服务有限公司 Driving Test simulated route creation method and device based on speech recognition
KR20200085363A (en) * 2018-01-08 2020-07-14 웨이모 엘엘씨 Software verification for autonomous vehicles

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106767914A (en) * 2016-12-02 2017-05-31 百度在线网络技术(北京)有限公司 Method and apparatus for testing the path based on the planning of high accuracy map
CN106767914B (en) * 2016-12-02 2020-03-10 百度在线网络技术(北京)有限公司 Method and device for testing path planned based on high-precision map
WO2019065409A1 (en) * 2017-09-29 2019-04-04 日立オートモティブシステムズ株式会社 Automatic driving simulator and map generation method for automatic driving simulator
JPWO2019065409A1 (en) * 2017-09-29 2020-10-15 日立オートモティブシステムズ株式会社 Map generation method for autonomous driving simulator and autonomous driving simulator
KR20200085363A (en) * 2018-01-08 2020-07-14 웨이모 엘엘씨 Software verification for autonomous vehicles
US11210200B2 (en) 2018-01-08 2021-12-28 Waymo Llc Software validation for autonomous vehicles
KR102355257B1 (en) 2018-01-08 2022-02-08 웨이모 엘엘씨 Software validation for autonomous vehicles
US11645189B2 (en) 2018-01-08 2023-05-09 Waymo Llc Software validation for autonomous vehicles
CN110108295A (en) * 2019-04-22 2019-08-09 上海车轮互联网服务有限公司 Route creation method and device suitable for Driving Test application
CN110299051A (en) * 2019-06-05 2019-10-01 上海车轮互联网服务有限公司 Driving Test simulated route creation method and device based on speech recognition

Similar Documents

Publication Publication Date Title
JP2015049187A (en) Simulation travel route generation method and system
Fan et al. SmarTrAC: A smartphone solution for context-aware travel and activity capturing
JP6528699B2 (en) Motion simulator system, motion simulator method and computer program
JP5903028B2 (en) Operation verification system, operation verification program, and operation verification method
KR20130082874A (en) Support system for road drive test and support method for road drive test usgin the same
JP5275349B2 (en) Information processing apparatus, information creation apparatus, information processing method, information creation method, information processing program, information creation program, and recording medium
US11262207B2 (en) User interface
CN104048669A (en) Navigation unit, navigation system and guiding method of cross point
US9965464B2 (en) Automatic process guidance
JPWO2009133651A1 (en) Navigation device
US20190162547A1 (en) Information Processing Device and Travel Control System
KR101423968B1 (en) Data processing method for road driving test in driver's license test, and computer-readable recording medium with data processing program for road driving test for the same
EP2972879A1 (en) Method and system for analyzing a trace timeline of computer system activity
US20120151440A1 (en) Software library reconstruction device, software library reconstruction method, and navigation device using this software library reconstruction method
EP3765821A1 (en) Intra-route feedback system
JP6533675B2 (en) Transfer information transmitting system, transfer information transmitting apparatus, guidance terminal, transfer information transmitting method, and transfer information transmitting program
JP2007183818A (en) Combination evaluation system for software components
US20190301887A1 (en) Navigation device and navigation method
JP2006242890A (en) Navigation system and program
US20140039789A1 (en) Dynamic progressive map granularity for navigation
JP6861562B2 (en) Image sharing system, image sharing server and image sharing method
JP6347207B2 (en) Navigation device, navigation method, and navigation program
JP6325868B2 (en) Information processing apparatus, control method thereof, and program
JP2013152500A (en) Navigation system, information processing apparatus, information processing server, navigation method and navigation program
US20230267238A1 (en) Navigation simulator, information processing device, and recording medium