JP6477087B2 - Vehicle search system - Google Patents

Vehicle search system Download PDF

Info

Publication number
JP6477087B2
JP6477087B2 JP2015056606A JP2015056606A JP6477087B2 JP 6477087 B2 JP6477087 B2 JP 6477087B2 JP 2015056606 A JP2015056606 A JP 2015056606A JP 2015056606 A JP2015056606 A JP 2015056606A JP 6477087 B2 JP6477087 B2 JP 6477087B2
Authority
JP
Japan
Prior art keywords
vehicle
information
search
search condition
prediction
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
Application number
JP2015056606A
Other languages
Japanese (ja)
Other versions
JP2016177487A (en
Inventor
智士 小出
智士 小出
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toyota Central R&D Labs Inc
Original Assignee
Toyota Central R&D Labs Inc
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 Toyota Central R&D Labs Inc filed Critical Toyota Central R&D Labs Inc
Priority to JP2015056606A priority Critical patent/JP6477087B2/en
Publication of JP2016177487A publication Critical patent/JP2016177487A/en
Application granted granted Critical
Publication of JP6477087B2 publication Critical patent/JP6477087B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、車両検索システムに係り、特に、検索条件を満たす車両を検索する車両検索システムに関する。   The present invention relates to a vehicle search system, and more particularly to a vehicle search system for searching for vehicles satisfying a search condition.

従来より、データベースからある条件を満たすような車両を検索する検索技術が知られている。
例えば、過去の車両走行履歴データに対して検索を行う技術が知られている(特許文献1)。
2. Description of the Related Art Conventionally, search techniques for searching for vehicles that satisfy certain conditions from a database are known.
For example, there is known a technique for searching for past vehicle travel history data (Patent Document 1).

また、カーナビの目的地および経路情報をサーバ側で受け取り、その情報に基づいて、カーナビに適切な広告を表示する技術が知られている(特許文献2)。   In addition, there is known a technique of receiving destination information and route information of car navigation on the server side and displaying an appropriate advertisement on the car navigation based on the information (Patent Document 2).

また、車両挙動、特に経路の予測モデルに関して従来技術が存在する(特許文献3、非特許文献1、及び非特許文献2)。   Further, there is a prior art regarding a prediction model of vehicle behavior, particularly a route (Patent Document 3, Non-Patent Document 1, and Non-Patent Document 2).

特開2000−163690号公報JP 2000-163690 A 特開2010−102685号公報JP, 2010-102685, A 特開2013−120526号公報JP, 2013-120526, A

Brian D.Ziebart,Andrew L.Maas,Anind K.Dey,and J.Andrew Bagnell,“Navigate Like a Cabbie:Probabilistic Reasoning from Observed Context-Aware Behavior”,UbiComp'08 Proceedings of the 10th international conference on Ubiquitous computingBrian D. Ziebart, Andrew L. Maas, Anind K. Dey, and J. Andrew Bagnell, “Navigate Like a Cabbie: Probabilistic Reasoning from Observed Context-Aware Behavior”, UbiComp '08 Proceedings of the 10th international conference on Ubiquitous computing John Krumm,“A Markov Model for Driver Turn Prediction”,SAE 2008 World CongressJohn Krumm, “A Markov Model for Driver Turn Prediction”, SAE 2008 World Congress

ここで、「未来車両挙動の検索」は不確実性が絡む複雑な問題であるため、例えば上記特許文献1のような過去の移動体情報を扱う通常のデータベースシステムでは実現が難しい。例えば、「時刻Tまでの将来に、道路Aを通過しそうな車を列挙せよ」という問い合わせに対して、通常のデータベースシステムを用いると、「カーナビに入力した目的地および経路」を、多数の車両のカーナビへの入力をリアルタイムで管理するようなデータベースに通信経由で格納し、それを検索する、ということになる。このようなアイデアは例えば上記特許文献2において見られる。このような技術は、ドライバがカーナビに目的地を入力している車両に対しては有効であるが、それ以外の車両の経路は不確実であるため、検索することができないという問題点がある。   Here, since “searching for future vehicle behavior” is a complex problem involving uncertainty, it is difficult to realize, for example, in a conventional database system that handles past mobile object information as described in Patent Document 1 above. For example, in response to the query "list vehicles that are likely to pass road A in the future until time T", using the usual database system, "destinations and routes entered in car navigation system" It stores via communication in a database that manages the input to the car navigation system in real time, and searches for it. Such an idea can be found, for example, in the above-mentioned Patent Document 2. Such a technique is effective for a vehicle in which a driver inputs a destination into a car navigation system, but there is a problem that it is impossible to search because the routes of other vehicles are uncertain. .

一方、未来の車両挙動は「車両挙動の予測モデル」を用いることで予測することができる。車両の進行方向や経路を予測する予測モデルとして、たとえば上記非特許文献1、又は上記非特許文献2に記載のようなものがある。車両の挙動の予測をy=f(x)と表すことにする。ただし、yは予測値であり、xは現在までの状況、fは予測モデルである。未来の車両挙動検索は簡単に言えば「yがある条件を満たす車両の列挙」というタスクであると言えるが、すべての車両に対してf(x)を計算し、その結果を用いて条件に合致する車両を列挙するのでは計算負荷が大きくなってしまい、遅延もしくは計算リソースの増大という問題点を引き起こしてしまう。この問題点は、通常の予測モデルが「順方向」の予測にフォーカスしており、予測結果がある条件を満たす、という「逆方向」の予測の用途は想定されていないためである。通常のデータベース技術では索引(インデクス)を構築することで検索の速度を高速化するが、「未来車両挙動の検索」は極めて動的かつ不確実な対象であり、常に変化し続けるため、索引を構成することは現状では難しいと考えられる。   On the other hand, future vehicle behavior can be predicted using the "prediction model of vehicle behavior". As a prediction model for predicting the traveling direction or route of a vehicle, for example, there is one as described in Non-Patent Document 1 or Non-Patent Document 2 above. Let the prediction of the behavior of the vehicle be expressed as y = f (x). Here, y is a predicted value, x is the current situation, and f is a predicted model. Although it can be said that future vehicle behavior retrieval is simply a task of "listing vehicles satisfying a certain condition y", f (x) is calculated for all vehicles, and the result is used as a condition Listing the matching vehicles increases the computational load, causing problems such as delays or increased computational resources. This problem is because the normal prediction model focuses on the "forward" prediction, and the application of the "backward" prediction that the prediction result satisfies a certain condition is not assumed. In normal database technology, building the index speeds up the speed of search, but “searching for future vehicle behavior” is a very dynamic and uncertain subject, and it is constantly changing, so It is considered difficult to construct at present.

以上の計算リソース増大の問題を回避するために、上記特許文献3で示されているような車両側での分散処理が考えられる。しかしながら、上記特許文献3の方法では、車両が処理の依頼を受けてから、計算(予測)を開始するため、遅延が発生してしまう。また、上記特許文献3の方法では、遊休リソースを持つ車両に対して優先的に分散処理を依頼する考え方に基づいている。しかし車両挙動の予測について考えると、関係のない他車両に自車の予測を依頼することになってしまう。これは車両の目的地や経路の履歴を関係のない他車両に送信することを意味し、プライバシーの問題が発生し得る。これらの問題を解決するためには上記特許文献3とは異なるアプローチが必要になる。   In order to avoid the above problem of increase in computational resources, distributed processing on the vehicle side as shown in Patent Document 3 above can be considered. However, in the method of Patent Document 3, since the vehicle receives a request for processing, the calculation (prediction) is started, which causes a delay. Moreover, in the method of the said patent document 3, it is based on the view which requests | requires a distributed processing preferentially with respect to the vehicle which has an idle resource. However, considering the prediction of the vehicle behavior, another vehicle unrelated to that will be asked to predict the own vehicle. This means transmitting the history of the destination of the vehicle and the route to the unrelated other vehicle, and privacy problems may occur. In order to solve these problems, an approach different from that of Patent Document 3 is required.

本発明は、上記の事情に鑑みて成されたものであり、車両検索の遅延を抑制することができる車両検索システムを提供することを目的とする。   The present invention has been made in view of the above circumstances, and an object thereof is to provide a vehicle search system capable of suppressing a delay of vehicle search.

上記目的を達成するために第1の発明に係る車両検索システムは、複数の車両に備えられた複数の車載装置と、情報処理装置とを備える車両検索システムであって、前記車載装置は、前記車両に関する車両情報を、前記情報処理装置へ送信する車両情報送信手段と、前記車両情報に基づいて、予め定められた予測時間後まで、前記車両の挙動の時系列を繰り返し予測する車両挙動予測手段と、前記情報処理装置から送信された、位置及び時間に関する検索条件を受信した場合に、前記車両挙動予測手段によって予測された前記車両の挙動の時系列に基づいて、前記検索条件を満たすか否かを表す情報を生成する検索情報生成手段と、前記検索情報生成手段によって生成された前記検索条件を満たすか否かを表す情報を、前記情報処理装置へ送信する検索情報送信手段と、を備え、前記情報処理装置は、入力された前記検索条件と、前記複数の車載装置の各々から送信された前記車両情報とに基づいて、前記複数の車両の各々から、前記検索条件を満たす前記車両の候補を選択する車両選択手段と、前記車両選択手段によって前記車両の候補として選択された前記車両の前記車載装置の各々に対し、前記検索条件を送信する検索条件送信手段と、前記車載装置の各々から送信された前記検索条件を満たすか否かを表す情報に基づいて、前記検索条件を満たす車両を検索する車両検索手段と、を備える。   A vehicle search system according to a first aspect of the present invention for achieving the above object is a vehicle search system including a plurality of in-vehicle devices provided in a plurality of vehicles and an information processing device, wherein the in-vehicle device is Vehicle information transmission means for transmitting vehicle information about a vehicle to the information processing apparatus, and vehicle behavior prediction means for repeatedly predicting a time series of the behavior of the vehicle until after a predetermined prediction time based on the vehicle information Whether or not the search condition is satisfied based on the time series of the behavior of the vehicle predicted by the vehicle behavior prediction means when the search condition regarding the position and time transmitted from the information processing apparatus is received Search information generation means for generating information representing the information, and information indicating whether the search condition is generated or not generated by the search information generation means is sent to the information processing apparatus Search information transmitting means, and the information processing device is configured to transmit the search information from each of the plurality of vehicles based on the input search condition and the vehicle information transmitted from each of the plurality of in-vehicle devices Search condition for transmitting the search condition to each of the on-vehicle devices of the vehicle selected as the candidate of the vehicle by the vehicle selection means for selecting the candidate of the vehicle satisfying the search condition and the vehicle selection means And a vehicle search unit configured to search for a vehicle that satisfies the search condition based on information indicating whether the search condition is transmitted from each of the in-vehicle devices.

第1の発明の車載装置によれば、車両情報送信手段によって、車両に関する車両情報を、情報処理装置へ送信する。そして、車両挙動予測手段によって、車両情報に基づいて、予め定められた予測時間後まで、車両の挙動の時系列を繰り返し予測する。   According to the on-vehicle apparatus of the first aspect of the invention, the vehicle information transmission means transmits the vehicle information on the vehicle to the information processing apparatus. Then, based on the vehicle information, the vehicle behavior prediction means repeatedly predicts the time series of the behavior of the vehicle until after a predetermined prediction time.

そして、検索情報生成手段によって、情報処理装置から送信された、位置及び時間に関する検索条件を受信した場合に、車両挙動予測手段によって予測された車両の挙動の時系列に基づいて、検索条件を満たすか否かを表す情報を生成する。そして、検索情報送信手段によって、検索情報生成手段によって生成された検索条件を満たすか否かを表す情報を、情報処理装置へ送信する。   Then, when the search information generation unit receives the search condition regarding the position and time transmitted from the information processing apparatus, the search condition is satisfied based on the time series of the behavior of the vehicle predicted by the vehicle behavior prediction unit. Generate information that indicates whether or not. Then, the search information transmission unit transmits, to the information processing apparatus, information indicating whether or not the search condition generated by the search information generation unit is satisfied.

また、第1の発明の情報処理装置によれば、車両選択手段によって、入力された検索条件と、複数の車載装置の各々から送信された車両情報とに基づいて、複数の車両の各々から、検索条件を満たす車両の候補を選択する。   Further, according to the information processing apparatus of the first aspect of the invention, each of the plurality of vehicles is selected based on the search condition input by the vehicle selection means and the vehicle information transmitted from each of the plurality of in-vehicle devices. Select vehicle candidates that satisfy the search condition.

そして、検索条件送信手段によって、車両選択手段によって車両の候補として選択された車両の車載装置の各々に対し、検索条件を送信する。そして、車両検索手段によって、車載装置の各々から送信された検索条件を満たすか否かを表す情報に基づいて、検索条件を満たす車両を検索する。   Then, the search condition transmission means transmits the search condition to each of the on-vehicle devices of the vehicle selected as the candidate of the vehicle by the vehicle selection means. Then, the vehicle search unit searches for a vehicle that satisfies the search condition based on the information indicating whether the search condition is transmitted from each of the in-vehicle devices.

このように、車載装置は、車両情報に基づいて、予め定められた予測時間後まで、車両の挙動の時系列を繰り返し予測し、情報処理装置から送信された検索条件を受信した場合に、予測された車両の挙動の時系列に基づいて検索条件を満たすか否かを表す情報を生成し、生成された検索条件を満たすか否かを表す情報を情報処理装置へ送信し、情報処理装置は、入力された検索条件と複数の車載装置の各々から送信された車両情報とに基づいて、複数の車両の各々から、検索条件を満たす車両の候補を選択し、車両の候補として選択された車両の車載装置の各々に対し、検索条件を送信し、車載装置の各々から送信された検索条件を満たすか否かを表す情報に基づいて、車両を検索することにより、車両検索の遅延を抑制することができる。   In this way, the on-vehicle device repeatedly predicts the time series of the behavior of the vehicle until after a predetermined prediction time based on the vehicle information, and when the search condition transmitted from the information processing device is received, the prediction The information processing apparatus generates information indicating whether or not the search condition is satisfied based on the time series of the behavior of the vehicle, and transmits the information indicating whether or not the generated search condition is satisfied to the information processing apparatus. The vehicle candidate selected as the vehicle candidate is selected from each of the plurality of vehicles based on the input search condition and the vehicle information transmitted from each of the plurality of in-vehicle devices The search condition is transmitted to each of the on-vehicle devices, and the vehicle search delay is suppressed by searching for the vehicle based on the information indicating whether the search condition transmitted from each of the on-vehicle devices is satisfied. be able to.

また、第2の発明に係る車両検索システムは、複数の車両に備えられた複数の車載装置と、情報処理装置とを備える車両検索システムであって、前記車載装置は、前記車両に関する車両情報を、前記情報処理装置へ送信する車両情報送信手段と、前記車両情報に基づいて、予め定められた予測時間後まで、前記車両の挙動の時系列を繰り返し予測する車両挙動予測手段と、前記情報処理装置から送信された、予測結果送信要求を受信した場合に、前記車両挙動予測手段によって予測された前記車両の挙動の時系列を、前記情報処理装置へ送信する車両挙動情報送信手段と、を備え、前記情報処理装置は、位置及び時間に関する入力された検索条件と、前記複数の車載装置の各々から送信された前記車両情報とに基づいて、前記複数の車両の各々から、前記検索条件を満たす前記車両の候補を選択する車両選択手段と、前記車両選択手段によって前記車両の候補として選択された前記車両の前記車載装置の各々に対し、前記予測結果送信要求を送信する予測結果送信要求送信手段と、前記車載装置の各々から送信された前記車両の挙動の時系列に基づいて、前記車載装置の各々について、前記検索条件を満たすか否かを表す情報を生成する検索情報生成手段と、前記検索情報生成手段によって生成された前記検索条件を満たすか否かを表す情報に基づいて、前記検索条件を満たす車両を検索する車両検索手段と、を備える   A vehicle search system according to a second aspect of the present invention is a vehicle search system including a plurality of in-vehicle devices provided in a plurality of vehicles and an information processing device, wherein the in-vehicle devices include vehicle information related to the vehicles Vehicle information transmitting means for transmitting information to the information processing apparatus; vehicle behavior predicting means for repeatedly predicting a time series of behavior of the vehicle until after a predetermined prediction time based on the vehicle information; Vehicle behavior information transmission means for transmitting the time series of the behavior of the vehicle predicted by the vehicle behavior prediction means to the information processing device when the prediction result transmission request transmitted from the device is received; The information processing apparatus is configured to receive each of the plurality of vehicles based on the input search condition regarding position and time and the vehicle information transmitted from each of the plurality of on-vehicle devices. Transmitting the prediction result transmission request to each of the on-vehicle devices of the vehicle selected as the candidate of the vehicle by the vehicle selection means for selecting the candidate of the vehicle satisfying the search condition and the vehicle selection means Information indicating whether or not the search condition is satisfied for each of the in-vehicle devices, based on the prediction result transmission request transmitting means and the time series of the behavior of the vehicle transmitted from each of the in-vehicle devices Search information generation means; and vehicle search means for searching for a vehicle satisfying the search condition based on the information indicating whether the search condition is generated or not.

第2の発明の車載装置によれば、車両情報送信手段によって、車両に関する車両情報前記情報処理装置へ送信する。そして、車両挙動予測手段によって、車両情報に基づいて、予め定められた予測時間後まで、車両の挙動の時系列を繰り返し予測する。   According to the on-vehicle apparatus of the second aspect of the invention, the vehicle information transmitting means transmits the vehicle information on the vehicle to the information processing apparatus. Then, based on the vehicle information, the vehicle behavior prediction means repeatedly predicts the time series of the behavior of the vehicle until after a predetermined prediction time.

そして、車両挙動情報送信手段によって、情報処理装置から送信された、予測結果送信要求を受信した場合に、車両挙動予測手段によって予測された車両の挙動の時系列を、情報処理装置へ送信する。   Then, when the vehicle behavior information transmission unit receives the prediction result transmission request transmitted from the information processing apparatus, the vehicle behavior information transmission unit transmits to the information processing apparatus a time series of the behavior of the vehicle predicted by the vehicle behavior prediction unit.

また、第2の発明の情報処理装置によれば、車両選択手段によって、位置及び時間に関する入力された検索条件と、複数の車載装置の各々から送信された車両情報とに基づいて、複数の車両の各々から、検索条件を満たす車両の候補を選択する。そして、予測結果送信要求送信手段によって、車両選択手段によって車両の候補として選択された車両の車載装置の各々に対し、予測結果送信要求を送信する。   Further, according to the information processing apparatus of the second invention, the plurality of vehicles are based on the search condition input regarding the position and time by the vehicle selection means, and the vehicle information transmitted from each of the plurality of in-vehicle devices. From each of the, the candidate of the vehicle which satisfy | fills a search condition is selected. Then, the prediction result transmission request transmission unit transmits the prediction result transmission request to each of the in-vehicle devices of the vehicle selected as the candidate of the vehicle by the vehicle selection unit.

そして、検索情報生成手段によって、車載装置の各々から送信された車両の挙動の時系列に基づいて、車載装置の各々について、検索条件を満たすか否かを表す情報を生成する。そして、車両検索手段によって、検索情報生成手段によって生成された検索条件を満たすか否かを表す情報に基づいて、検索条件を満たす車両を検索する。   Then, based on the time series of the behavior of the vehicle transmitted from each of the in-vehicle devices, the search information generation means generates, for each of the in-vehicle devices, information indicating whether or not the search condition is satisfied. Then, the vehicle search unit searches for a vehicle that satisfies the search condition based on the information indicating whether the search condition is generated by the search information generation unit.

このように、車載装置は、車両情報に基づいて、予め定められた予測時間後まで、車両の挙動の時系列を繰り返し予測し、情報処理装置から送信された予測結果送信要求を受信した場合に、予測された車両の挙動の時系列を情報処理装置へ送信し、情報処理装置は、入力された検索条件と複数の車載装置の各々から送信された車両情報とに基づいて、複数の車両の各々から、検索条件を満たす車両の候補を選択し、車両の候補として選択された車両の車載装置の各々に対し、予測結果送信要求を送信し、車載装置の各々から送信された車両の挙動の時系列に基づいて、車載装置の各々について検索条件を満たすか否かを表す情報を算出し、検索条件を満たすか否かを表す情報に基づいて、車両を検索することにより、車両検索の遅延を抑制することができる。   As described above, the on-vehicle apparatus repeatedly predicts the time series of the behavior of the vehicle based on the vehicle information until after a predetermined prediction time, and receives the prediction result transmission request transmitted from the information processing apparatus. The information processing apparatus transmits the time series of the predicted behavior of the vehicle to the information processing apparatus, and the information processing apparatus transmits the plurality of vehicles based on the input search condition and the vehicle information transmitted from each of the plurality of in-vehicle apparatuses. Each of them selects a candidate vehicle that satisfies the search condition, transmits a prediction result transmission request to each of the in-vehicle devices of the vehicle selected as the candidate of the vehicle, and transmits the behavior of the vehicle transmitted from each of the in-vehicle devices. Delaying the vehicle search by calculating information indicating whether or not the search condition is satisfied for each of the in-vehicle devices based on the time series, and searching for the vehicle based on the information indicating whether or not the search condition is satisfied. Suppress It is possible.

本発明に係る前記検索条件は、車両の走行位置と時間区間とを含む検索条件であり、
前記車両挙動予測手段は、前記車両情報に基づいて、前記検索条件に含まれる時間区間の上限として予め定められた予測時間後まで、前記車両の走行位置の時系列を繰り返し予測し、前記検索情報生成手段は、前記車両挙動予測手段によって予測された前記車両の走行位置の時系列に基づいて、前記検索条件に含まれる前記時間区間内に、前記検索条件に含まれる前記走行位置を前記車両が走行するか否かを表す情報を算出するようにすることができる。
The search condition according to the present invention is a search condition including a traveling position of a vehicle and a time interval,
The vehicle behavior prediction means repeatedly predicts, based on the vehicle information, the time series of the traveling position of the vehicle until a prediction time predetermined as the upper limit of the time interval included in the search condition, and the search information The generation unit is configured to generate the traveling position included in the search condition in the time section included in the search condition based on the time series of the traveling position of the vehicle predicted by the vehicle behavior prediction unit. It is possible to calculate information indicating whether to drive or not.

本発明に係る前記検索条件を満たすか否かを表す情報は、前記検索条件を満たす度合いを表す確信度であるようにすることができる。   The information indicating whether the search condition is satisfied according to the present invention may be a certainty factor indicating a degree of satisfying the search condition.

本発明は、前記検索された車両の各々に対し、前記情報処理装置は、前記検索条件を満たすか否かを表す情報に応じたタスクであって、前記車両に実行させるタスクを指示する指示情報を生成するタスク生成手段と、前記タスク生成手段によって生成された前記指示情報を、前記車両の前記車載装置に対し送信するタスク送信手段と、を更に備え、前記車載装置は、前記情報処理装置から送信された前記指示情報に基づいて、前記タスクを実行するタスク処理手段を更に備えるようにすることができる。   In the present invention, instruction information for instructing the task to be executed by the vehicle is a task according to information indicating whether or not the search condition is satisfied for each of the searched vehicles. And task transmitting means for transmitting the instruction information generated by the task generating means to the in-vehicle apparatus of the vehicle, the in-vehicle apparatus including the information processing apparatus from the information processing apparatus The information processing apparatus may further include task processing means for executing the task based on the transmitted instruction information.

本発明は、前記検索された車両の各々に対し、前記タスク生成手段は、前記検索条件を満たすか否かを表す情報に応じて、情報の提示の有無又は提示情報の種類を指示する前記指示情報を生成し、前記タスク処理手段は、前記情報処理装置から送信された前記指示情報に基づいて、前記車両の乗員に対して情報を提示するタスクを実行するようにすることができる。   In the present invention, the task generation unit may instruct, for each of the searched vehicles, the presence or absence of presentation of information or the type of presentation information according to information indicating whether the search condition is satisfied or not. Information may be generated, and the task processing means may execute a task of presenting information to an occupant of the vehicle based on the instruction information transmitted from the information processing apparatus.

以上説明したように、第1の発明によれば、車載装置は、車両情報に基づいて、予め定められた予測時間後まで、車両の挙動の時系列を繰り返し予測し、情報処理装置から送信された検索条件を受信した場合に、予測された車両の挙動の時系列に基づいて検索条件を満たすか否かを表す情報を生成し、生成された検索条件を満たすか否かを表す情報を情報処理装置へ送信し、情報処理装置は、入力された検索条件と複数の車載装置の各々から送信された車両情報とに基づいて、複数の車両の各々から、検索条件を満たす車両の候補を選択し、車両の候補として選択された車両の車載装置の各々に対し、検索条件を送信し、車載装置の各々から送信された検索条件を満たすか否かを表す情報に基づいて、車両を検索することにより、車両検索の遅延を抑制することができる、という効果が得られる。   As described above, according to the first aspect of the invention, the in-vehicle device repeatedly predicts the time series of the behavior of the vehicle based on the vehicle information until after a predetermined prediction time, and transmits it from the information processing device When the search condition is received, information indicating whether the search condition is satisfied is generated based on the predicted time series of the behavior of the vehicle, and information indicating whether the generated search condition is satisfied is information The information processing apparatus transmits to the processing apparatus, and based on the input search conditions and the vehicle information transmitted from each of the plurality of in-vehicle apparatuses, the candidate of the vehicle satisfying the search condition is selected from each of the plurality of vehicles. The search condition is transmitted to each of the on-vehicle devices of the vehicle selected as the candidate of the vehicle, and the vehicle is searched based on the information indicating whether the search condition transmitted from each of the on-vehicle devices is satisfied. By vehicle search It is possible to suppress the extension, the effect is obtained that.

また、第2の発明によれば、車載装置は、車両情報に基づいて、予め定められた予測時間後まで、車両の挙動の時系列を繰り返し予測し、情報処理装置から送信された予測結果送信要求を受信した場合に、予測された車両の挙動の時系列を情報処理装置へ送信し、情報処理装置は、入力された検索条件と複数の車載装置の各々から送信された車両情報とに基づいて、複数の車両の各々から、検索条件を満たす車両の候補を選択し、車両の候補として選択された車両の車載装置の各々に対し、予測結果送信要求を送信し、車載装置の各々から送信された車両の挙動の時系列に基づいて、車載装置の各々について検索条件を満たすか否かを表す情報を算出し、検索条件を満たすか否かを表す情報に基づいて、車両を検索することにより、車両検索の遅延を抑制することができる、という効果が得られる。   Further, according to the second aspect of the invention, the in-vehicle device repeatedly predicts the time series of the behavior of the vehicle based on the vehicle information until after a predetermined prediction time, and transmits the prediction result transmitted from the information processing device. When the request is received, the time series of the predicted behavior of the vehicle is transmitted to the information processing device, and the information processing device is based on the input search condition and the vehicle information transmitted from each of the plurality of in-vehicle devices. Then, from each of a plurality of vehicles, a candidate of vehicles satisfying the search condition is selected, and a prediction result transmission request is transmitted to each of the in-vehicle devices of the vehicle selected as the candidate of vehicles, and transmitted from each of the in-vehicle devices Calculating information indicating whether or not the search condition is satisfied for each of the in-vehicle devices based on the time series of the behavior of the vehicle, and searching for the vehicle based on the information indicating whether or not the search condition is satisfied; Search by vehicle It is possible to suppress the delay, the effect is obtained that.

本発明の第1の実施の形態に係る車両検索システムの構成を示すブロック図である。FIG. 1 is a block diagram showing a configuration of a vehicle search system according to a first embodiment of the present invention. 車両の経路予測を説明するための説明図である。It is an explanatory view for explaining route prediction of vehicles. 地図データをメッシュによって離散化することを説明するための説明図である。It is explanatory drawing for demonstrating discretizing map data by mesh. ハッシュテーブルHを説明するための概念図である。It is a conceptual diagram for demonstrating hash table H. FIG. ハッシュテーブルHの更新を説明するための概念図である。It is a conceptual diagram for demonstrating the update of the hash table H. FIG. 補助的ハッシュテーブルGを説明するための概念図である。It is a conceptual diagram for demonstrating auxiliary | assistant hash table G. FIG. 領域Qの設定を説明するための概念図である。It is a conceptual diagram for demonstrating the setting of the area | region Q. FIG. 車両検索システムのサーバの動作例を説明するための説明図である。It is an explanatory view for explaining an operation example of a server of a vehicle search system. 本発明の実施の形態に係る車載装置における予測処理ルーチンの内容を示すフローチャートである。It is a flowchart which shows the content of the prediction processing routine in the vehicle-mounted apparatus which concerns on embodiment of this invention. 本発明の実施の形態に係る車載装置における車両挙動予測処理ルーチンの内容を示すフローチャートである。It is a flowchart which shows the content of the vehicle behavior prediction process routine in the vehicle-mounted apparatus which concerns on embodiment of this invention. 本発明の実施の形態に係るサーバにおけるデータ格納処理ルーチンの内容を示すフローチャートである。It is a flowchart which shows the content of the data storage process routine in the server which concerns on embodiment of this invention. 本発明の実施の形態に係るサーバにおける検索処理ルーチンの内容を示すフローチャートである。It is a flowchart which shows the content of the search process routine in the server which concerns on embodiment of this invention. 本発明の実施の形態に係るサーバにおける簡易予測処理ルーチンの内容を示すフローチャートである。It is a flowchart which shows the content of the simple prediction process routine in the server which concerns on embodiment of this invention. 本発明の実施の形態に係る車載装置における推論処理ルーチンの内容を示すフローチャートである。It is a flowchart which shows the content of the inference processing routine in the vehicle-mounted apparatus which concerns on embodiment of this invention. 本発明の実施の形態に係る車載装置における確信度算出処理ルーチンの内容を示すフローチャートである。It is a flowchart which shows the content of the reliability calculation process routine in the vehicle-mounted apparatus which concerns on embodiment of this invention. 本発明の第2の実施の形態に係る車両検索システムの構成を示すブロック図である。It is a block diagram showing composition of a vehicle search system concerning a 2nd embodiment of the present invention.

以下、図面を参照して、本発明の実施の形態について説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

[第1の実施の形態]
<第1の実施の形態に係る車両検索システム210の構成>
図1に示すように、本発明の第1の実施の形態に係る車両検索システム10は、複数の車両に備えられた複数の車載装置12と、複数の車載装置12から送信された車両情報を受信して、検索条件を満たす車両を検索するサーバ14とを備えている。複数の車載装置12とサーバ14とは、インターネットなどのネットワーク16を介して接続されている。なお、サーバ14は、情報処理装置の一例である。
First Embodiment
<Configuration of Vehicle Search System 210 According to First Embodiment>
As shown in FIG. 1, the vehicle search system 10 according to the first embodiment of the present invention includes a plurality of in-vehicle devices 12 provided in a plurality of vehicles and vehicle information transmitted from the plurality of in-vehicle devices 12. And a server 14 for receiving and searching for a vehicle satisfying the search condition. The plurality of in-vehicle devices 12 and the server 14 are connected via a network 16 such as the Internet. The server 14 is an example of an information processing apparatus.

本実施の形態では、ユーザは車両検索システム10に対して、例えば「T分後までに道路セグメントAを通過しそうな車両とその確信度」というような「将来の車両挙動に関する質問(クエリ)」を問い合わせる。そして、車両検索システム10の車載装置12及びサーバ14は、クエリに対する検索結果を出力する。以下では、車両の挙動を条件付ける「T分後までに道路セグメントAを通過しそうな車両」を、位置及び時間区間に関する検索条件として用いる場合を例に説明する。 In the present embodiment, the user asks the vehicle search system 10 a question (query) on the future vehicle behavior such as "a vehicle likely to pass the road segment A by T q minutes and its certainty factor". Inquire Then, the in-vehicle device 12 and the server 14 of the vehicle search system 10 output the search result for the query. Hereinafter, conditions the behavior of the vehicle "are likely to pass through the road segment A until after T q partial vehicle" is explained as an example the case of using as a search condition relating to the position and the time interval.

[車載装置12]
車載装置12は、自車両の位置情報を逐次計測する位置計測部120と、自車両の速度を逐次検出する車両センサ124と、位置計測部120によって計測された自車両の位置情報、及び車両センサ124によって検出された自車両の速度に基づいて、自車両の挙動を予測するコンピュータ126とを備えている。車載装置12は車両に搭載される。
[In-vehicle device 12]
The on-vehicle device 12 measures the position of the vehicle one after another, the vehicle sensor 124 sequentially detects the speed of the vehicle, the vehicle position information measured by the vehicle position measuring unit 120, and the vehicle sensor And a computer 126 for predicting the behavior of the host vehicle based on the speed of the host vehicle detected by 124. The in-vehicle device 12 is mounted on a vehicle.

位置計測部120は、例えば、GPSセンサを用いて構成され、自車両の現時刻tの位置情報(X,Y)を計測する。位置情報は、現時刻tにおいて自車両が位置する緯度Xと経度Yとを含む。   The position measurement unit 120 is configured using, for example, a GPS sensor, and measures position information (X, Y) at the current time t of the host vehicle. The position information includes the latitude X and the longitude Y at which the vehicle is located at the current time t.

コンピュータ126は、CPUと、RAMと、後述する各処理ルーチンを実行するためのプログラムを記憶したROMとを備え、機能的には次に示すように構成されている。コンピュータ126は、位置計測部120によって計測された自車両の現時刻tの位置情報(X,Y)と、車両センサ124によって検出された自車両の速度とを取得する情報取得部128と、情報取得部128によって取得された車両情報を車両IDと共にサーバ14へ逐次送信すると共に、サーバ14との間でデータの送受信を行う通信部130と、情報取得部128によって取得された自車両の位置情報及び自車両の速度に基づいて、自車両の予測経路を予測する車両挙動予測部132と、サーバ14から送信された検索条件を受信した場合に、検索条件を満たすか否かを表す情報を生成する推論部134と、サーバ14から送信されたタスクの指示情報を受信した場合に、タスクを実行するタスク処理部136とを備えている。通信部130は、車両情報送信手段と、検索情報送信手段との一例である。また、推論部134は、検索情報生成手段の一例である。   The computer 126 includes a CPU, a RAM, and a ROM storing programs for executing processing routines to be described later, and is functionally configured as follows. The computer 126 is an information acquisition unit 128 for acquiring the position information (X, Y) of the current time t of the host vehicle measured by the position measurement unit 120 and the speed of the host vehicle detected by the vehicle sensor 124 A communication unit 130 that sequentially transmits the vehicle information acquired by the acquisition unit 128 to the server 14 together with the vehicle ID, and transmits and receives data to and from the server 14, and position information of the own vehicle acquired by the information acquisition unit 128 And the vehicle behavior prediction unit 132 that predicts the predicted route of the own vehicle based on the speed of the own vehicle, and the search condition transmitted from the server 14 generates information indicating whether or not the search condition is satisfied. And a task processing unit 136 for executing the task when the task instruction information transmitted from the server 14 is received. The communication unit 130 is an example of a vehicle information transmission unit and a search information transmission unit. The inference unit 134 is an example of a search information generation unit.

情報取得部128は、位置計測部120によって計測された自車両の現時刻tの位置情報(X,Y)を、車両に関する車両情報として取得する。また、情報取得部128は、車両センサ124によって検出された現時刻tの自車両の速度を取得する。   The information acquisition unit 128 acquires the position information (X, Y) of the current time t of the own vehicle measured by the position measurement unit 120 as vehicle information on the vehicle. Further, the information acquisition unit 128 acquires the speed of the host vehicle at the current time t detected by the vehicle sensor 124.

通信部130は、情報取得部128によって取得された自車両の現時刻tの位置情報(X,Y)を、サーバ14へ逐次送信する。また、通信部130は、サーバ14から送信された、位置及び時間区間に関する検索条件を受信する。また、通信部130は、サーバ14から送信された検索条件を受信した場合に、後述する推論部134によって生成された検索条件を満たすか否かを表す情報をサーバ14へ送信する。また、通信部130は、サーバ14から送信された、車両に実行させるタスクを指示する指示情報を受信する。   The communication unit 130 sequentially transmits the position information (X, Y) of the current time t of the vehicle acquired by the information acquisition unit 128 to the server 14. In addition, the communication unit 130 receives the search condition related to the position and the time interval transmitted from the server 14. When the communication unit 130 receives the search condition transmitted from the server 14, the communication unit 130 transmits, to the server 14, information indicating whether the search condition generated by the inference unit 134 described later is satisfied. The communication unit 130 also receives the instruction information transmitted from the server 14 and instructing the task to be performed by the vehicle.

車両挙動予測部132は、情報取得部128によって取得された自車両の現時刻tの位置情報(X,Y)と、自車両の速度とに基づいて、予め定められた予測限界まで、自車両の予測経路を繰り返し予測する。なお、自車両の予測経路は、自車両の挙動の時系列の一例である。
車両挙動予測部132は、サーバ14から検索条件を受信していない場合であっても、例えば数ミリ秒〜数秒〜数分おきに逐次的に予測を更新する。逐次的に車両の挙動の予測を更新することで、検索条件を受け取った後に予測を行う場合に比べて、高速なレスポンスをすることができ、遅延の問題を緩和することができる。また、逐次的に車両の経路の予測を行い、計算リソースに余裕がある場合に行うようにスケジューリングすることで負荷を平滑化することが可能になる。
The vehicle behavior prediction unit 132 uses the position information (X, Y) of the current time t of the host vehicle acquired by the information acquisition unit 128 and the speed of the host vehicle to the prediction limit determined in advance. Repeatedly predict the prediction path of The predicted route of the host vehicle is an example of a time series of the behavior of the host vehicle.
Even when the search condition is not received from the server 14, the vehicle behavior prediction unit 132 sequentially updates the prediction, for example, every several milliseconds to several seconds to several minutes. By sequentially updating the prediction of the behavior of the vehicle, it is possible to respond faster than when performing prediction after receiving the search conditions, and it is possible to alleviate the problem of delay. In addition, it is possible to smooth the load by sequentially predicting the route of the vehicle and scheduling so as to be performed when there is enough computing resource.

本実施の形態では、T分後(例えば、1〜10分程度)までに、自車両が走行する経路の予測を行う場合を例に説明する(以下、Tを予測限界と称する。)。なお、予測限界Tは予め定められており、検索条件に含まれる時間区間の上限に対応している。   In the present embodiment, the case where the route on which the host vehicle travels is predicted by T minutes (for example, about 1 to 10 minutes) will be described as an example (hereinafter, T is referred to as a prediction limit). The prediction limit T is predetermined and corresponds to the upper limit of the time interval included in the search condition.

図2に、自車両の経路を予測する経路予測モデルを説明するための図を示す。
図2に示されるように、時刻tにおいて、自車両の走行した経路の履歴(道路セグメントIDのリスト)が、rt−1,rt−2,・・・,rt−Nであったとする。このとき予め推定された条件付確率p(r|rt−1,rt−2,・・・,rt−N)に基づいて、次の時刻の道路セグメントを予測することができる。条件付確率は、個人の走行履歴または全車両の走行履歴から統計的に学習することで得られる。条件付確率は現在道路セグメントAを自車両が走行している場合に、道路セグメントAと接続されている道路セグメントであって、次に自車両が走行する道路セグメントのうちのいずれが高い確率であるかを示すものであり、「右折よりも直進のほうが、確率が大きい」「二回連続の右折は発生する確率は低い」などをモデル化したものである。
また、カーナビに目的地が入力されている場合、カーナビの提示する経路を利用する可能性が高いことなどを反映することなども考えられる。
FIG. 2 is a diagram for explaining a route prediction model for predicting the route of the host vehicle.
As shown in FIG. 2, at time t, it is assumed that the history of the route traveled by the vehicle (a list of road segment IDs) is r t-1 , r t-2 , ..., r t-N. Do. At this time, the road segment at the next time can be predicted based on the conditional probability p (r t | r t−1 , r t−2 ,..., R t−N ) estimated in advance. The conditional probability is obtained by statistically learning from the travel history of the individual or the travel history of all the vehicles. The conditional probability is a road segment connected to the road segment A when the host vehicle is currently traveling on the road segment A, and the probability that any of the road segments the host vehicle will travel next has a high probability It indicates whether there is a certain condition, and models “a straight advance is greater in probability than a right turn,” and “the probability that two consecutive right turns occur is low” or the like.
In addition, when a destination is input to the car navigation system, it is possible to reflect that the possibility of using the route presented by the car navigation system is high.

本実施の形態では、サンプリングによって経路の予測を行う場合を例に説明する。すなわち、車両挙動予測部132は、条件付確率p(r|rt−1,rt−2,・・・,rt−N)に比例する確率で次に走行する道路セグメントを一つサンプリングする。経路の履歴をR={rt−1,rt−2,・・・,rt−N}と表し、履歴Rのときにサンプリングしてrを得る操作をr←S(R)と表す。また、rの平均的な所要走行時間をT(r)と表すことにすれば、以下の擬似コードで示されるような手続きで予測を行うことができる。なお、rの平均的な所要走行時間T(r)は、自車両の速度の履歴や道路セグメントの制限速度などによって算出される。 In the present embodiment, the case of predicting a path by sampling will be described as an example. That is, the vehicle behavior prediction unit 132 selects one road segment traveling next with a probability proportional to the conditional probability p (r t | r t−1 , r t−2 ,..., R t−N ). To sample. R = the history of the path {r t-1, r t -2, ···, r t-N} and represents an operation for obtaining a r t is sampled at the time of history R r t ← S (R) It represents. Further, if the average required travel time of the r t to be expressed as T (r t), it can be predicted with the procedure as shown in the following pseudocode. Incidentally, the average required travel time T (r t) of the r t is calculated by including the speed limit of the history or road segment speed of the vehicle.

[擬似コード]
(アルゴリズム/経路サンプリング)
入力:経路履歴R={rt−1,rt−2,・・・,rt−N}、予測限界T
出力:予測経路R’={rt+K,rt+K−1,・・・,r

R’←{} // 空の配列
←0 // 予測限界Tを超えたら終了する
while T<T
r←S(R’∪R) // これまでの走行の履歴からサンプリング
R’←R’∪{r} // 予測経路に追加
←T+T(r) // 必要な走行時間T(r)を加算する
end while
return R’
[擬似コード終わり]
[Pseudo code]
(Algorithm / path sampling)
Input: Path history R = {r t -1 , r t -2, ..., r t-N }, prediction limit T
Output: predicted route R '= {r t + K , r t + K-1, ···, r t}

R '{{} // empty array T 0 0 0 // end when prediction limit T is exceeded while T 0 <T
r S S (R '∪ R) // Sampling from the past travel history R' R R '∪ {r} // Add to predicted route T 0 T T 0 + T (r) // Required travel time T End while adding (r)
return R '
[End of pseudo code]

以上のアルゴリズムは予測限界T分後までの予測経路を一つサンプリングする。このアルゴリズムを十分な回数実行することにより、複数の予測経路を得る。予測経路のリストは近似的にT分後までの確率的な経路予測とみなすことができる。本実施の形態では、上記予測アルゴリズムをJ回実行し、J個の予測経路を得る場合を例に説明する。   The above algorithm samples one prediction path up to T minutes after the prediction limit. By executing this algorithm a sufficient number of times, multiple predicted paths are obtained. The list of predicted paths can be regarded as probabilistic path prediction approximately up to T minutes later. In this embodiment, the above prediction algorithm is executed J times to obtain J prediction paths.

推論部134は、サーバ14から送信された検索条件を受信した場合に、車両挙動予測部132によって予測された自車両の予測経路に基づいて、検索条件を満たすか否かを表す情報として、検索条件を満たす度合いを表す確信度を算出する。検索条件には、車両の走行位置と時間区間とが含まれている。   When the inference unit 134 receives the search condition transmitted from the server 14, the inference unit 134 searches based on the predicted route of the own vehicle predicted by the vehicle behavior prediction unit 132 as information indicating whether or not the search condition is satisfied. A certainty factor representing the degree of satisfying the condition is calculated. The search conditions include the traveling position of the vehicle and the time section.

具体的には、推論部134は、自車両の予測経路をサーバ14が必要とする形式に変換する。変換後の形式はサーバ14の検索条件に依存するが、以下ではサーバ14側で、「T分以内に道路セグメントAを確信度P以上で通過する車両を列挙せよ」(ただし、T<T;Tは車両の予測限界)というクエリである場合について説明する。 Specifically, the inference unit 134 converts the predicted route of the vehicle into a format required by the server 14. The format after conversion depends on the search condition of the server 14, but in the following, "enumerate vehicles passing the road segment A with a certainty P or more within T q minutes" on the server 14 side (however, T q < The case where it is a query called T; T is the prediction limit of a vehicle is demonstrated.

車両挙動予測部132によって予測された予測経路のリストを、以下のアルゴリズムを用いて加工することで「T分以内に道路セグメントAを通過する確信度」を算出する。 By processing the list of predicted routes predicted by the vehicle behavior prediction unit 132 using the following algorithm, “the certainty factor of passing the road segment A within T q minutes” is calculated.

[擬似コード]
[アルゴリズム/推論部134における道路セグメント通過の確信度の算出]
入力:予測経路のリストL={R,R,・・・,R},道路セグメントA,時間T
出力:T分以内に該当車両が道路セグメントAを通過する確信度P
P<−0 //確信度
K<−length(L) //予測経路の数
For each(R in L): //予測経路リストLに含まれる
全ての経路Rに対するループ
<−0 //T>Tになったらこの経路Rに
Aは含まれていないとみなす
For each(r in R): //経路Rに含まれる
道路セグメントrに対するループ
if(r==A): //経路RにAが含まれた場合
P<−P+1/K //確信度を増加させる
break this inner loop
//経路Rの処理は終わりなので
次の経路R’を考える
end if
<−T+T(r) //時間をrの所要時間T(r)分
だけ増加させる
if(T>T): //Tを超えたら終了
break this inner loop
end if
end inner for loop
end outer for loop
return P
[擬似コード終わり]
[Pseudo code]
[Calculation of certainty of passing road segment in algorithm / inference unit 134]
Input: list of predicted routes L = {R 1 , R 2 ,..., R K }, road segment A, time T q
Output: Certainty P that the vehicle passes road segment A within T q minutes
P <−0 // confidence factor K <−length (L) // number of predicted paths For each (R in L): // included in predicted path list L
If the loop T c <−0 // T c > T q for all paths R, then this path R
A is considered not included For each (r in R): // included in route R
Loop for road segment r
if (r == A): // When A is included in route R
P <-P + 1 / K /// Increase confidence
break this inner loop
// Since processing of route R is over
Consider the next route R '
end if
T c <−T c + T (r) /// time of r t minutes
Only increase
if (T c > T q ): // Exit when exceeding T q
break this inner loop
end if
end inner for loop
end outer for loop
return P
[End of pseudo code]

確信度の算出は、道路セグメントAや時間Tに依存し、検索条件が受信されるまで不明なので、事前に計算しておくことができない。 Since the calculation of the certainty factor depends on the road segment A and the time T q and is unknown until the search condition is received, it can not be calculated in advance.

なお、上記確信度の算出について、クエリが「T分以内に道路セグメントAを確信度P以上で通過する車両を列挙せよ」である場合を例に説明したが、他のタイプのクエリについても、基本的に上述したのと同等の考え方のアルゴリズムで確信度を算出することができる。また、車両挙動の予測処理はどのタイプのクエリに対しても共通した処理であるため、クエリのタイプを増やすために別の種類の車両挙動予測処理を行う必要はない。これは、逐次的な車両挙動予測処理とオンデマンドの推論処理(確信度算出処理)とを分離したことによる。また、新たなタイプのクエリを実施する場合には、車両側に、新たな推論処理のプログラムを送信して実行することも考えられる。 Although the above calculation of the certainty factor has been described by way of example in which the query is "enumerate vehicles passing through road segment A with a certainty factor P or more within T q minutes", other types of queries are also described. The certainty factor can be calculated by an algorithm of the same idea basically as described above. Further, since the vehicle behavior prediction process is a process common to all types of queries, it is not necessary to perform another type of vehicle behavior prediction process to increase the types of queries. This is because sequential vehicle behavior prediction processing and on-demand inference processing (certainty factor calculation processing) are separated. In addition, when a new type of query is to be implemented, it is also conceivable to transmit and execute a new inference processing program to the vehicle side.

また、車両の車載装置12側で、遊休リソースがなかったため、本来は車両側で逐次的に更新されているはずの車両の経路の予測が古くなってしまっている場合も考えられるが、その場合はその旨をサーバ14側に通知し、サーバ14側ではそれを受けて、経路の予測及び推論をサーバ14側で行うかを計算リソースなどとの兼ね合いから決定するようにすればよい。   In addition, it is conceivable that there is no idle resource on the in-vehicle device 12 side of the vehicle, and therefore the route of the vehicle, which should normally be updated sequentially on the vehicle side, may become outdated. In this case, the server 14 side is notified of that fact, and the server 14 side may receive it and decide whether to perform the prediction and inference of the route on the server 14 side in consideration of the balance with the calculation resource and the like.

タスク処理部136は、サーバ14から送信されたタスクの指示情報に基づいて、タスクを実行する。本実施の形態では、タスク処理部136は、サーバ14から送信された指示情報に基づいて、車両の乗員に対して情報を提示するタスクを実行する場合を例に説明する。例えば、タスク処理部136は、信号での停止時にカーナビゲーションシステムの表示部に広告を表示する。   The task processing unit 136 executes the task based on the task instruction information transmitted from the server 14. In the present embodiment, the task processing unit 136 executes a task of presenting information to the occupant of the vehicle based on the instruction information transmitted from the server 14 as an example. For example, the task processing unit 136 displays an advertisement on the display unit of the car navigation system when stopping at a signal.

[サーバ14]
サーバ14は、CPU、後述する各処理ルーチンを実現するためのプログラム等を記憶したROM、データを一時的に記憶するRAM、記憶手段としてのメモリ、ネットワークインタフェース等を含むサーバで構成されており、機能的には、受付部140、通信部142、データ格納部144、データベース145、簡易予測部146、車両検索部148、及びタスク生成部150を含んだ構成で表すことができる。通信部142は、検索条件送信手段及びタスク送信手段の一例であり、簡易予測部146は、車両選択手段の一例である。
[Server 14]
The server 14 is configured by a server including a CPU, a ROM storing programs for realizing processing routines to be described later, a RAM for temporarily storing data, a memory as storage means, a network interface, etc. Functionally, it can be expressed by a configuration including the reception unit 140, the communication unit 142, the data storage unit 144, the database 145, the simple prediction unit 146, the vehicle search unit 148, and the task generation unit 150. The communication unit 142 is an example of a search condition transmission unit and a task transmission unit, and the simple prediction unit 146 is an example of a vehicle selection unit.

受付部140は、サーバ14に入力されたクエリを受け付ける。クエリは、例えば、「T分後までに道路セグメントAを通過しそうな車両とその確信度」というような「将来の車両挙動に関する質問」である。クエリに含まれる検索条件は、上述したように、車両の走行位置と時間区間とが含まれている。上記では、「T分後までに道路セグメントAを通過しそうな車両」という問い合わせについて考えたが、本実施の形態における検索条件は、以下のように車両位置の様々な時間・空間的な条件を考えることができる。 The receiving unit 140 receives the query input to the server 14. The query is, for example, "a question on future vehicle behavior" such as "a vehicle likely to pass through the road segment A by T q minutes and its certainty factor". As described above, the search conditions included in the query include the traveling position of the vehicle and the time interval. In the above, we considered the query “vehicle likely to pass through road segment A by T q minutes”, but the search condition in this embodiment is as follows for various temporal and spatial conditions of vehicle position: Can be considered.

(1)道路セグメントAをT分以内に通過し、その後道路セグメントBをT分以内に通過する車両
(2)道路セグメントAをT分以内に通過し、その後道路セグメントBをT分以内に通過しない車両
(3)T分以内に道路セグメントAもしくは道路セグメントBを通過する車両
(4)T分以内に道路セグメントAを右折する車両、など。
(1) The road segment A passes within 1 minute T, then the road segment B vehicles (2) which passes within 2 minutes T passing through the road segment A within 1 minute T, then the road segment B T 2 vehicle turning right road segment a non vehicle (3) the vehicle (4) to pass through the road segment a or road segment B within one minute T T within one minute passes within a minute, and the like.

通信部142は、複数の車載装置12の各々から送信された車両の位置情報(X,Y)を受信する。また、通信部142は、後述する簡易予測部146によって車両の候補として選択された車両の車載装置12の各々に対し、受付部140によって受け付けたクエリに含まれる検索条件を送信する。また、通信部142は、検索条件を受信した車載装置12の各々から送信された確信度を受信する。また、通信部142は、後述するタスク生成部150によって生成された指示情報を、車両の車載装置12に対し送信する。   The communication unit 142 receives vehicle position information (X, Y) transmitted from each of the plurality of on-vehicle devices 12. In addition, the communication unit 142 transmits the search condition included in the query received by the reception unit 140 to each of the on-vehicle devices 12 of the vehicles selected as candidates for the vehicle by the simple prediction unit 146 described later. Further, the communication unit 142 receives the certainty factor transmitted from each of the in-vehicle devices 12 having received the search condition. Further, the communication unit 142 transmits instruction information generated by the task generation unit 150 described later to the on-vehicle device 12 of the vehicle.

データ格納部144は、通信部142によって受信された、複数の車載装置12の各々から送信された車両の位置情報(X,Y)と当該車両の車両IDとの組み合わせをデータベース145へ格納する。   The data storage unit 144 stores, in the database 145, a combination of the vehicle position information (X, Y) transmitted from each of the plurality of in-vehicle devices 12 received by the communication unit 142 and the vehicle ID of the vehicle.

具体的には、データ格納部144は、通信部142によって受信された(車両ID,X(緯度),Y(経度))を取得する。なお、本実施の形態では、図3に示されるように、地図上の緯度及び経度をメッシュに離散化し、離散化されたメッシュの各々に対してメッシュIDを付与する。なお、以下では、車両IDをVで表す。   Specifically, the data storage unit 144 acquires (vehicle ID, X (latitude), Y (longitude)) received by the communication unit 142. In the present embodiment, as shown in FIG. 3, the latitude and longitude on the map are discretized into meshes, and a mesh ID is assigned to each of the discretized meshes. Hereinafter, the vehicle ID is represented by V.

データ格納部144は、通信部142によって受信された(車両ID,X(緯度),Y(経度))を、メッシュIDをキーとするハッシュテーブルH(データの格納場所)に格納する。メッシュIDをmとすると、H[m]にはメッシュmに含まれるすべての車両データが「車両IDをキーとするハッシュテーブル」として格納される。すなわち、ハッシュテーブルHの構造は、図4に示されるような二重のハッシュテーブルとして実現される。なお、mはメッシュIDを表し、Vは車両IDを表し、(X,Y)は緯度及び経度を表す。 The data storage unit 144 stores (vehicle ID, X (latitude), Y (longitude)) received by the communication unit 142 in a hash table H (data storage location) having the mesh ID as a key. Assuming that the mesh ID is m, all vehicle data included in the mesh m are stored in H [m] as a “hash table using the vehicle ID as a key”. That is, the structure of the hash table H is realized as a double hash table as shown in FIG. Here, m n represents a mesh ID, V n represents a vehicle ID, and (X n , Y n ) represent latitude and longitude.

また、通信部142によって受信された最新のデータのみをHに格納する、という制約から、車両ID(V)の車両を格納する際に、図5に示されるように、Vの過去のデータをハッシュテーブルHから消去する必要がある。そのために車両IDが与えられたときに、どのメッシュIDにデータが格納されているかを特定する必要がある。そのため、図6に示されるように車両ID→メッシュIDの検索を可能にする補助的ハッシュテーブルGを用意する。上記図4のハッシュテーブルでは、Vはmに属していることがわかるが、ハッシュテーブルの性質上、逆引き(矢印と逆の方向)の検索は極めて非効率であるため、補助的ハッシュテーブルGを用いて車両IDからメッシュIDへの対応を効率的に行えるようにする。補助的ハッシュテーブルGを用いることにより、上記図5に示されるように、Vがmに属していることがわかるため、H[m]からVのデータを消去することができる。 Further, due to the restriction that only the latest data received by the communication unit 142 is stored in H, when storing a vehicle of the vehicle ID (V), as shown in FIG. It is necessary to delete it from the hash table H. Therefore, when a vehicle ID is given, it is necessary to specify in which mesh ID the data is stored. Therefore, as shown in FIG. 6, an auxiliary hash table G is prepared which enables search of vehicle ID → mesh ID. In the hash table of FIG. 4 above, it can be seen that V 1 belongs to m 1 , but because of the nature of the hash table, the reverse lookup (in the direction opposite to the arrow) search is extremely inefficient. The correspondence from the vehicle ID to the mesh ID can be efficiently performed using the table G. By using the auxiliary hash table G, as shown in FIG. 5 described above, it can be understood that V 2 belongs to m 1 , so that data of V 2 can be erased from H [m 1 ].

以上をまとめると、データの格納処理は以下の擬似コードに示されるようになる。   Summarizing the above, data storage processing is as shown in the following pseudo code.

[擬似コード]
[アルゴリズム/データ格納]
入力:(車両ID,緯度,経度) (以下(V,X,Y)と表す。)
oldMeshID<−G[v] //車両ID(V)のデータが現状
どのメッシュに含まれているかを特定
車両VのデータをH[oldMesh]から取り除く //図5
newMeshID<−Discretize(X,Y)//メッシュIDを計算
(図3)
H[newMeshID][V]<−(X,Y) //メッシュnewMeshID
を走行する、車両IDVの新し
いデータを格納
G[V]<−newMeshID //補助的ハッシュテーブルを更新
[擬似コード終わり]
[Pseudo code]
[Algorithm / data storage]
Input: (Vehicle ID, latitude, longitude) (hereinafter referred to as (V, X, Y).)
oldMeshID <-G [v] // The current status of the vehicle ID (V) data
Remove the data of a specific vehicle V from H [oldMesh] to which mesh it is included // Figure 5
newMeshID <-Discretize (X, Y) / / Calculate mesh ID
(Figure 3)
H [newMeshID] [V] <-(X, Y) // Mesh newMeshID
New vehicle IDV to drive
Data stored G [V] <-newMeshID // Auxiliary hash table updated [pseudo code end]

データベース145には、車両の各々についての(車両ID,X(緯度),Y(経度))が格納される。また、データベース145は、ハッシュテーブルH及び補助的ハッシュテーブルGによって各データが格納されている。   The database 145 stores (vehicle ID, X (latitude), Y (longitude)) for each of the vehicles. Also, in the database 145, each data is stored by the hash table H and the auxiliary hash table G.

簡易予測部146は、受付部140によって受け付けたクエリに含まれる検索条件と、データベース145に格納された複数の車両の位置情報(X,Y)とに基づいて、複数の車両の各々から、検索条件を満たす車両の候補を選択する。   The simple prediction unit 146 searches each of the plurality of vehicles based on the search condition included in the query received by the reception unit 140 and the position information (X, Y) of the plurality of vehicles stored in the database 145. Select candidate vehicles that satisfy the conditions.

全ての車両の車載装置12に対して「検索条件を満たす確信度を計算せよ」と指令を出すのは車両のリソースの無駄である。厳密な予測をせずとも、物理的な制約条件などを勘案した簡易的な予測を用いれば、より効率的な計算が可能になる。例えば「5分後の車両位置が地点A付近である車両」を検索する場合、車両が時速120km/h以下であると仮定すれば、現時点で地点Aから10km以内に存在する車両に対してのみ確信度を計算すれば十分である。   It is a waste of vehicle resources to issue a command “calculate the certainty factor satisfying the search condition” to the on-vehicle devices 12 of all the vehicles. A more efficient calculation can be achieved by using a simple forecast that takes physical constraints into consideration, without strictly predicting it. For example, when searching for a vehicle whose vehicle position after 5 minutes is in the vicinity of point A, assuming that the vehicle is 120 km / h or less per hour, only for vehicles that are present within 10 km from point A at present. It is sufficient to calculate the degree of certainty.

したがって、簡易予測部146に求められる要件は、検索条件に合致する可能性のある車両を、データベース145に格納された複数の車両の位置情報(X,Y)の情報を用いて、高速に(リアルタイムで)抽出可能であること、となる。   Therefore, the requirement for the simple prediction unit 146 is high-speed using the information of the position information (X, Y) of a plurality of vehicles stored in the database 145 as the vehicle which may match the search condition ( It can be extracted in real time).

具体的には、まず、簡易予測部146は、データベース145のハッシュテーブルHを用いて、ある地理的な領域Qの内部(上述した「道路セグメントAから10km以内に存在する車両」の例では、領域Qは道路セグメントAを中心とする10kmの円、ということになる)を走行する車両IDのリストアップをする。図7に領域Qとメッシュとの関係を説明するための図を示す。図7では、細かい網掛け部分が領域Qを表し、粗い網掛け部分が領域Qを含むメッシュ集合を表す。図7に示されるように、領域Qが与えられたとき、領域Qを含むような(なるべく少ない数の)メッシュ集合を取得したい。これは領域Q内の一点を適当に選択し、それをメッシュIDに変換し、そのメッシュの周囲のメッシュを探索し、領域Qとの共通部分があればそれもメッシュ集合として加えていく、ということを繰り返すことで得ることができる。領域Qの検索を行う際には、領域Qと粗い網掛け部分に対応するメッシュ集合Mとについて検索すれば十分であるが、本実施の形態では、領域Qの車両を過不足なく検索するために、粗い網掛け部分から領域Qに含まれない位置に存在する車両を取り除く。   Specifically, first, using the hash table H of the database 145, the simple prediction unit 146 uses the hash table H of the database 145 (in the example of "vehicles within 10 km from the road segment A described above, The area Q is a 10 km circle centered on the road segment A, and the vehicle ID running on the list is listed. The figure for demonstrating the relationship between the area | region Q and a mesh in FIG. 7 is shown. In FIG. 7, the fine hatched portion represents the region Q, and the coarse hatched portion represents the mesh set including the region Q. As shown in FIG. 7, when a region Q is given, we want to obtain a mesh set (as few as possible) that includes the region Q. This selects one point in the area Q appropriately, converts it to a mesh ID, searches the mesh around that mesh, and adds it as a mesh set if there is a common part with the area Q It can be obtained by repeating things. When the region Q is searched, it suffices to search the region Q and the mesh set M corresponding to the coarse hatched portion, but in the present embodiment, the vehicle in the region Q is searched without excess or deficiency. Then, the vehicles present at positions not included in the area Q are removed from the rough hatched portion.

ひとたび領域Qに対応するメッシュ集合Mが得られれば、そのすべての要素メッシュmに対してH[m]を列挙し、H[m]に含まれる車両それぞれが本当に領域Qに含まれているかをチェックすることで、領域Qの内部を走行する車両IDのリストアップという目的が達成される。   Once the mesh set M corresponding to the area Q is obtained, H [m] is listed for all its element meshes m, and whether each vehicle included in H [m] is really included in the area Q By checking, the purpose of listing up the vehicle IDs traveling in the area Q is achieved.

以上をまとめると、データベースの検索は以下の擬似コードに示されるようになる。   Summarizing the above, search of the database is as shown in the following pseudo code.

[擬似コード]
[アルゴリズム/簡易的予測]
入力:領域Q
出力:領域Qを走行している車両のリストW
W<−{}
M<−Qを含むメッシュ集合の取得
For each(m in M):
For each(v in H[m]):
(X,Y)<−H[m][V]
if((X,Y)is included in Q):
W<−W∪{V}
end if
end inner for loop
End outer for loop
[擬似コードおわり]
[Pseudo code]
[Algorithm / Simplified Prediction]
Input: area Q
Output: List W of vehicles traveling in area Q
W <-{}
Acquisition of mesh set including M <−Q For each (m in M):
For each (v in H [m]):
(X, Y) <-H [m] [V]
if ((X, Y) is included in Q):
W <-W∪ {V}
end if
end inner for loop
End outer for loop
[Pseudo code end]

車両検索部148は、車載装置12の各々から送信された確信度に基づいて、検索条件を満たす車両を検索する。具体的には、車両検索部148は、通信部142によって受信された車両IDと確信度との組み合わせを表す情報に基づいて、検索条件を満たす車両を検索する。例えば、検索条件が「T分後に道路セグメントAを通過しそうな車両」である場合には、車両検索部148は、確信度が50%以上の車両を、検索条件を満たす車両とする。また、検索クエリが、例えば「T分以内に道路セグメントAを確信度P以上で通過する車両を列挙せよ」である場合には、車両検索部148は、確信度がP以上の車両を、検索条件を満たす車両とする。 The vehicle search unit 148 searches for a vehicle that satisfies the search condition based on the degree of certainty transmitted from each of the in-vehicle devices 12. Specifically, the vehicle search unit 148 searches for a vehicle that satisfies the search condition based on the information indicating the combination of the vehicle ID and the certainty factor received by the communication unit 142. For example, when the search condition is “a vehicle that is likely to pass the road segment A after T q minutes”, the vehicle search unit 148 sets a vehicle with a certainty factor of 50% or more as a vehicle that satisfies the search condition. Also, if the search query is, for example, "enumerate vehicles passing through the road segment A with a certainty P or more within T q minutes", the vehicle search unit 148 selects vehicles with a certainty P or more. It is assumed that the vehicle satisfies the search condition.

通信部142、簡易予測部146、及び車両検索部148の処理について、図8に示されるような「T分後までに道路セグメントAを通過しそうな車両とその確信度を列挙せよ」というクエリがサーバ14に入力された場合に、サーバ14はどのように結果を返すのかについて、具体的な手続きを説明する。 For the processing of the communication unit 142, the simple prediction unit 146, and the vehicle search unit 148, as shown in FIG. 8, the query "list vehicles that are likely to pass through the road segment A by T q minutes and their certainty factors" Will be described in terms of how the server 14 returns results.

(1)まず、道路セグメントAをT分後までに通過できるような車両が現時点で走行している領域は車両の物理的な速度を勘案することで決定することができる。これを領域Qとする。領域Qを入力として、簡易予測部146における領域クエリ処理を行うことで、現状領域Qを走行している車両がリストアップされる。
通信部142は、リストアップされたQを走行する車両全てに対して、車載装置12に「T分後までに道路セグメントAを通過する確信度を通知せよ」というクエリを送信する。
(1) First, an area where a vehicle which can pass through the road segment A by T q minutes at present can be determined by considering the physical speed of the vehicle. This is the area Q. By performing area query processing in the simple prediction unit 146 with the area Q as an input, vehicles traveling in the current area Q are listed.
The communication unit 142 transmits a query “notify the certainty of passing the road segment A by T q minutes” to the in-vehicle device 12 to all the vehicles traveling the listed Q.

(2)サーバ14側ではすべての車両の確信度の計算結果が戻ってくれば、これを結果とするが、所定の時間内に結果が揃わない場合でも、戻ってきたもののみを用いて結果とする。また、場合によっては、結果のリストの中で確信度がある値以下のものを取り除くことで確信度の高い車両のリストを得ることができる。 (2) If the calculation result of the certainty factor of all the vehicles is returned on the server 14 side, this is taken as the result, but even if the result is not uniform within the predetermined time, only the returned one is used as the result I assume. Also, in some cases, it is possible to obtain a list of vehicles with a high degree of certainty by removing ones having a certainty or less in the list of results.

タスク生成部150は、通信部142によって受信された車両IDと確信度との組み合わせを表す情報に基づいて、確信度に応じたタスクであって、車両に実行させるタスクを指示する指示情報を生成する。本実施の形態では、タスク生成部150は、確信度に応じて、情報の提示の有無又は提示情報の種類を指示する指示情報を生成する場合を例に説明する。   The task generation unit 150 generates, based on the information representing the combination of the vehicle ID and the certainty factor received by the communication unit 142, instruction information which is a task according to the certainty factor and which instructs the vehicle to execute the task. Do. In the present embodiment, an example will be described in which task generation unit 150 generates instruction information for instructing the presence or absence of information or the type of presentation information according to the degree of certainty.

上記図8(3)では、具体的なタスクの例として、広告を挙げている。ある道路セグメントを通過しそうな車両に、その通り沿いの店舗のセール情報などを通知することで、よりターゲットを絞った、適切な広告が可能になる。この例では、確信度Pに応じて広告の有無やタイプなどを決定している。この戦略は予め定義されたデータベースに応じて行えば良い。   In the above-mentioned FIG. 8 (3), an advertisement is mentioned as an example of a concrete task. Informing vehicles that are likely to pass a certain road segment, sales information of stores along the street, etc. enables more targeted and appropriate advertising. In this example, the presence or the type of the advertisement is determined according to the certainty factor P. This strategy may be performed according to a pre-defined database.

<車両検索システムの作用>
次に、本発明の実施の形態に係る車両検索システム10の動作について説明する。車載装置12を搭載した車両の各々が走行しているときに、各車両の車載装置12は図9に示す予測処理ルーチンを実行し、サーバ14は、図12に示す検索処理ルーチンを実行する。
<Operation of vehicle search system>
Next, the operation of the vehicle search system 10 according to the embodiment of the present invention will be described. When each of the vehicles mounted with the in-vehicle apparatus 12 is traveling, the in-vehicle apparatus 12 of each vehicle executes a prediction process routine shown in FIG. 9, and the server 14 executes a search process routine shown in FIG.

まず、各車両の車載装置12が実行する予測処理ルーチンについて説明する。車載装置12は、位置計測部120によって自車両の現時刻tの位置情報(X,Y)が計測され、車両センサ124によって現時刻tの自車両の速度が検出されているときに、図9に示す予測処理ルーチンを実行する。   First, the prediction processing routine executed by the in-vehicle device 12 of each vehicle will be described. In the on-vehicle apparatus 12, when the position measurement unit 120 measures the position information (X, Y) of the current time t of the vehicle and the vehicle sensor 124 detects the speed of the vehicle at the current time t, FIG. Execute the prediction processing routine shown in

<予測処理ルーチン>
まず、ステップS100において、情報取得部128は、位置計測部120によって計測された自車両の現時刻tの位置情報(X,Y)を、車両情報として取得する。また、情報取得部128は、車両センサ124によって検出された現時刻tの自車両の速度を取得する。
<Prediction processing routine>
First, in step S100, the information acquisition unit 128 acquires, as vehicle information, the position information (X, Y) of the current time t of the host vehicle measured by the position measurement unit 120. Further, the information acquisition unit 128 acquires the speed of the host vehicle at the current time t detected by the vehicle sensor 124.

ステップS102において、通信部130は、上記ステップS100で取得された自車両の現時刻tの位置情報(X,Y)と車両IDとを、サーバ14へ送信する。   In step S102, the communication unit 130 transmits the position information (X, Y) of the current time t of the host vehicle acquired in step S100 and the vehicle ID to the server 14.

そして、ステップS104において、車両挙動予測部132は、上記ステップS100で取得された自車両の現時刻tの位置情報(X,Y)と、自車両の速度とに基づいて、予め定められた予測時間後まで、自車両の予測経路を予測する。ステップS104は、図10に示す車両挙動予測処理ルーチンによって実現される。   Then, in step S104, the vehicle behavior prediction unit 132 performs prediction based on the position information (X, Y) of the current time t of the host vehicle acquired in step S100 and the speed of the host vehicle. The predicted route of the vehicle is predicted until after time. Step S104 is realized by a vehicle behavior prediction process routine shown in FIG.

<車両挙動予測処理ルーチン>
ステップS200において、上記ステップS100で取得された自車両の位置情報(X,Y)の時系列に基づいて、自車両が走行した経路の履歴Rを取得する。
<Vehicle behavior prediction processing routine>
In step S200, based on the time series of the position information (X, Y) of the vehicle acquired in step S100, the history R of the route traveled by the vehicle is acquired.

ステップS201において、予測経路の数に関する変数jに1を代入し、初期化する。   In step S201, 1 is substituted into a variable j related to the number of predicted paths, thereby initializing.

ステップS202において、予測経路R’と時間変数Tとを初期化する。 In step S202, the predicted route R ′ and the time variable T 0 are initialized.

ステップS204において、時間変数Tが予測限界Tよりも小さいか否かを判定する。時間変数Tが予測限界Tよりも小さい場合には、ステップS206へ進む。一方、時間変数Tが予測限界T以上の場合には、ステップS211へ移行する。 In step S 204, it is determined whether the time variable T 0 is smaller than the prediction limit T. When the time variable T 0 is less than the predicted limit T, the process proceeds to step S206. On the other hand, the time variable T 0 is the case of the above prediction limit T, the process proceeds to step S211.

ステップS206において、上記ステップS200で取得された経路の履歴Rと、前回までに本ステップS206で予測された経路R’と、予め推定された条件付確率p(r|rt−1,rt−2,・・・,rt−N)とに基づいて、次時刻に自車両が走行すると予測される経路rをサンプリングする。 In step S206, the history R of obtained path in step S200, a route R 'predicted in the step S206 up to the previous time, probabilities estimated in advance conditions p (r t | r t- 1, r Based on t−2 ,..., r t−N ), the route r predicted to be traveled by the host vehicle at the next time is sampled.

ステップS208において、上記ステップS206でサンプリングされた経路rを、予測経路R’に追加する。   In step S208, the route r sampled in step S206 is added to the predicted route R '.

ステップS210において、上記ステップS208で追加されたrの平均的な所要走行時間T(r)を、時間変数Tに加算する。 In step S210, the added r average required travel time T a (r) in the above step S208, is added to the time variable T 0.

ステップS211では、上記ステップS204〜ステップS210で得られた予測経路R’をメモリ(図示省略)に格納する。   In step S211, the predicted route R 'obtained in steps S204 to S210 is stored in a memory (not shown).

ステップS212において、予め定められた予測経路の数Jと、上記ステップS211でメモリに格納された予測経路R’の数に対応する変数jとが等しいか否かを判定する。予測経路の数Jと変数jとが等しい場合には、ステップS216へ進む。一方、予測経路の数Jと変数jとが異なる場合には、ステップS214において変数jをインクリメントして、ステップS202へ戻る。   In step S212, it is determined whether the number J of predetermined prediction paths is equal to a variable j corresponding to the number of prediction paths R 'stored in the memory in step S211. If the number J of prediction paths is equal to the variable j, the process proceeds to step S216. On the other hand, if the number J of prediction paths is different from the variable j, the variable j is incremented in step S214, and the process returns to step S202.

ステップS216において、上記ステップS211でメモリに格納された複数の予測経路を結果として出力して、車両挙動予測処理ルーチンを終了する。   In step S216, the plurality of predicted routes stored in the memory in step S211 are output as a result, and the vehicle behavior prediction processing routine is ended.

次に、サーバ14が実行する検索処理ルーチンについて説明する。サーバ14は、少なくとも1台の車載装置12から送信された、車両IDと当該車両の位置情報(X,Y)を受信すると、図11に示すデータ格納処理ルーチンを実行する。
また、サーバ14は、ユーザから入力されたクエリを受け付けると、図12に示す検索処理ルーチンを実行する。
Next, the search processing routine executed by the server 14 will be described. When the server 14 receives the vehicle ID and the position information (X, Y) of the vehicle transmitted from at least one on-vehicle device 12, the server 14 executes a data storage processing routine shown in FIG.
Also, when the server 14 receives a query input from the user, the server 14 executes a search processing routine shown in FIG.

<データ格納処理ルーチン>
ステップS300において、受信された車両IDと当該車両の位置情報(X,Y)とを受け付ける。
<Data storage processing routine>
In step S300, the received vehicle ID and position information (X, Y) of the vehicle are received.

ステップS302において、補助的ハッシュテーブルGを用いて、上記ステップS300で受け付けた車両IDから、当該車両IDが現在属するメッシュIDを特定する。   In step S302, using the auxiliary hash table G, the mesh ID to which the vehicle ID currently belongs is specified from the vehicle ID received in step S300.

ステップS304において、上記ステップS302で特定されたメッシュIDに対応するハッシュテーブルから、上記ステップS300で受け付けた車両IDに対応するデータを取り除く。   In step S304, the data corresponding to the vehicle ID accepted in step S300 is removed from the hash table corresponding to the mesh ID identified in step S302.

ステップS306において、上記ステップS300で取得された車両の位置情報(X,Y)に基づいて、新たなメッシュIDを計算する。   In step S306, a new mesh ID is calculated based on the vehicle position information (X, Y) acquired in step S300.

ステップS308において、上記ステップS306で計算されたメッシュIDに対応するハッシュテーブルに、上記ステップS300で受け付けた車両IDに対応するデータを格納する。   In step S308, the data corresponding to the vehicle ID received in step S300 is stored in the hash table corresponding to the mesh ID calculated in step S306.

ステップS310において、上記ステップS306で計算された新たなメッシュIDに基づいて、補助的ハッシュテーブルGを更新し、データ格納処理ルーチンを終了する。   In step S310, the auxiliary hash table G is updated based on the new mesh ID calculated in step S306, and the data storage processing routine is ended.

<検索処理ルーチン>
まず、ステップS400において、受付部140は、サーバ14に入力されたクエリを受け付ける。
<Search processing routine>
First, in step S400, the receiving unit 140 receives the query input to the server 14.

次に、ステップS402において、簡易予測部146は、上記ステップS400で受け付けたクエリに含まれる検索条件と、上記データ格納処理ルーチンでデータベース145に格納された複数の車両の位置情報(X,Y)とに基づいて、複数の車両の各々から、検索条件を満たす車両の候補を選択する。ステップS402は、図13に示す簡易予測処理ルーチンによって実現される。   Next, in step S402, the simple prediction unit 146 searches the search conditions included in the query received in step S400, and the position information (X, Y) of a plurality of vehicles stored in the database 145 in the data storage processing routine. And select a candidate vehicle that satisfies the search condition from each of the plurality of vehicles. Step S402 is realized by the simple prediction process routine shown in FIG.

<簡易予測処理ルーチン>
ステップS500において、検索条件に含まれる位置(道路セグメント)を中心とし、かつ検索条件に含まれる時間区間に応じて予め定められた範囲の領域Qを受け付ける。
<Simple prediction process routine>
In step S500, an area Q having a range defined in advance based on the position (road segment) included in the search condition according to the time section included in the search condition is received.

ステップS502において、車両のリストWを初期化する。   In step S502, a list W of vehicles is initialized.

ステップS504において、上記ステップS500で受け付けた領域Qを含むメッシュ集合を取得する。   In step S504, a mesh set including the area Q received in step S500 is acquired.

ステップS506において、上記ステップS504で取得されたメッシュ集合から、1つのメッシュmを設定する。   In step S506, one mesh m is set from the mesh set acquired in step S504.

ステップS508において、データベース145に格納された位置情報(X,Y)の各々に基づいて、上記ステップS506で設定されたメッシュmに含まれる車両IDの各々のうち、1つの車両IDを設定する。   In step S508, based on each of the position information (X, Y) stored in the database 145, one vehicle ID of each of the vehicle IDs included in the mesh m set in step S506 is set.

ステップS510において、データベース145に格納された位置情報(X,Y)の各々から、上記ステップS508で設定された車両IDに対応する車両の位置情報(X,Y)を取得する。   In step S510, from each of the position information (X, Y) stored in the database 145, the position information (X, Y) of the vehicle corresponding to the vehicle ID set in step S508 is acquired.

ステップS512において、上記ステップS510で取得された車両の位置情報(X,Y)に基づいて、車両が位置する緯度X及び経度Yが上記ステップS500で取得された領域Qに含まれているか否かを判定する。車両が位置する緯度X及び経度Yが領域Qに含まれている場合には、ステップS514へ進む。一方、車両が位置する緯度X及び経度Yが上記ステップS500で取得された領域Qに含まれていない場合には、ステップS516へ移行する。   In step S512, based on the position information (X, Y) of the vehicle acquired in step S510, whether the latitude X and longitude Y at which the vehicle is located is included in the area Q acquired in step S500 Determine If the latitude Q and the longitude Y at which the vehicle is located are included in the area Q, the process proceeds to step S514. On the other hand, if the latitude X and the longitude Y at which the vehicle is located are not included in the area Q acquired at step S500, the process proceeds to step S516.

ステップS514において、上記ステップS508で設定された車両IDを、車両のリストWに格納する。   In step S514, the vehicle ID set in step S508 is stored in the list W of vehicles.

ステップS516において、上記ステップS506で設定されたメッシュmに属する全ての車両について、上記ステップS508〜ステップS514の処理を実行したか否かを判定する。上記ステップS506で設定されたメッシュmに属する全ての車両について、上記ステップS508〜ステップS514の処理を実行した場合には、ステップS518へ進む。一方、上記ステップS506で設定されたメッシュmに属する車両について、上記ステップS508〜ステップS514の処理を実行していない車両が存在する場合には、ステップS508へ戻る。   In step S516, it is determined whether the process of step S508-step S514 was performed about all the vehicles which belong to the mesh m set by the said step S506. If the processes of steps S508 to S514 have been executed for all the vehicles belonging to the mesh m set in step S506, the process proceeds to step S518. On the other hand, if there is a vehicle that has not performed the processing of steps S508 to S514 for the vehicle belonging to the mesh m set in step S506, the process returns to step S508.

ステップS518において、上記ステップS504で取得されたメッシュ集合に含まれる全てのメッシュについて、上記ステップS506〜ステップS516の処理を実行したか否かを判定する。上記ステップS504で取得されたメッシュ集合に含まれる全てのメッシュについて、上記ステップS506〜ステップS516の処理を実行した場合には、ステップS520へ進む。一方、上記ステップS504で取得されたメッシュ集合に含まれるメッシュについて、上記ステップS506〜ステップS516の処理を実行していないメッシュが存在する場合には、ステップS506へ戻る。   In step S518, it is determined whether the processing in steps S506 to S516 has been performed for all meshes included in the mesh set acquired in step S504. If the processes of steps S506 to S516 have been performed for all meshes included in the mesh set acquired in step S504, the process proceeds to step S520. On the other hand, if there is a mesh that has not been subjected to the processes of steps S506 to S516 for the meshes included in the mesh set acquired at step S504, the process returns to step S506.

ステップS520において、上記ステップS514で車両のリストWに格納された車両IDの各々を、検索条件を満たす車両の候補として、結果として出力し、簡易予測処理ルーチンを終了する。   In step S520, each of the vehicle IDs stored in the list W of vehicles in step S514 is output as a candidate of the vehicle satisfying the search condition as a result, and the simplified prediction processing routine is ended.

次に、検索処理ルーチンに戻り、ステップS404において、上記ステップS402で車両の候補として選択された車両の車載装置12の各々に対し、上記ステップS400で受け付けたクエリに含まれる検索条件を送信する。   Next, the process returns to the search processing routine, and in step S404, the search condition included in the query received in step S400 is transmitted to each of the in-vehicle devices 12 of the vehicle selected as the candidate of the vehicle in step S402.

ここで、車両の候補として選択された車両の車載装置12の各々は、上記ステップS404でサーバ14から送信された検索条件を通信部130により受信すると、車載装置12の推論部134は、図14に示す推論処理ルーチンを実行する。以下、車載装置12において実行される推論処理ルーチンを説明した後に、サーバ14で実行される検索処理ルーチンのステップS406以降の処理を説明する。   Here, when each of the in-vehicle devices 12 of the vehicle selected as the candidate of the vehicle receives the search condition transmitted from the server 14 in step S404 by the communication unit 130, the inference unit 134 of the in-vehicle device 12 Execute the inference processing routine shown in. Hereinafter, after the inference processing routine executed in the in-vehicle apparatus 12 is described, the processing after step S406 of the search processing routine executed by the server 14 will be described.

<推論処理ルーチン>
ステップS600において、上記予測処理ルーチンのステップS104で出力された複数の予測経路と、通信部130により受信された検索条件とを取得する。
<Inference processing routine>
In step S600, the plurality of predicted paths output in step S104 of the prediction processing routine and the search condition received by the communication unit 130 are acquired.

ステップS602において、推論部134は、上記ステップS600で取得された自車両の複数の予測経路及び検索条件に基づいて、確信度を算出する。ステップS602は、図15に示す確信度算出処理ルーチンによって実現される。   In step S602, the inference unit 134 calculates the certainty factor based on the plurality of predicted routes and the search conditions of the vehicle acquired in step S600. Step S602 is realized by the certainty factor calculation process routine shown in FIG.

<確信度算出処理ルーチン>
ステップS700において、上記ステップS600で取得された検索条件に含まれる時間T及び道路セグメントAを取得する。
<Confirmation factor calculation processing routine>
In step S700, the time T q and the road segment A included in the search condition acquired in step S600 are acquired.

ステップS702において、確信度Pを初期化する。   In step S702, the certainty factor P is initialized.

ステップS704において、上記ステップS600で取得された予測経路の数Kを取得する。   In step S704, the number K of predicted routes acquired in step S600 is acquired.

ステップS706において、上記ステップS600で取得された複数の予測経路のうち、1つの予測経路Rを設定する。   In step S706, one prediction path R is set among the plurality of prediction paths acquired in step S600.

ステップS708において、時間変数Tを初期化する。 In step S 708, a time variable T c is initialized.

ステップS710において、上記ステップS706で設定された予測経路Rに含まれる道路セグメントのうち、1つの道路セグメントrを設定する。   In step S710, one road segment r is set among the road segments included in the predicted route R set in step S706.

ステップS712において、上記ステップS710で設定された道路セグメントrが、上記ステップS700で取得された道路セグメントAと一致するか否かを判定する。道路セグメントrが道路セグメントAと一致する場合には、ステップS713に移行する。一方、道路セグメントrが道路セグメントAと一致しない場合には、ステップS714へ進む。   In step S712, it is determined whether the road segment r set in step S710 matches the road segment A acquired in step S700. If the road segment r matches the road segment A, the process proceeds to step S713. On the other hand, if the road segment r does not match the road segment A, the process proceeds to step S714.

ステップS713において、上記ステップS702で初期化された確信度P又は前回の本ステップS713において更新された確信度Pを、増加式P←P+1/Kに従って増加させる。   In step S713, the certainty factor P initialized in step S702 or the certainty factor P updated in the previous main step S713 is increased according to the increasing equation PPP + 1 / K.

ステップS714において、上記ステップS708で初期化された時間変数T又は前回の本ステップS714で更新された時間変数Tに、上記ステップS710で設定された道路セグメントrの平均的な所要走行時間T(r)を加算する。 In step S714, the initialization time variable T c or previous time variable T c updated in the step S714 in the above step S 708, the average required travel time of a road segment r set in step S710 T Add (r t ).

ステップS716において、上記ステップS714で更新された時間変数Tが、上記ステップS700で取得された時間Tよりも大きいか否かを判定する。時間変数Tが時間Tよりも大きい場合には、ステップS706へ戻る。一方、時間変数Tが時間T以下の場合には、ステップS718へ進む。 In step S716, it is determined whether the time variable T c updated in step S714 is larger than the time T q acquired in step S700. If the time variable T c is larger than the time T q , the process returns to step S706. On the other hand, if the time variable T c is equal to or less than the time T q, the process proceeds to step S718.

ステップS718において、上記ステップS706で設定された予測経路Rに含まれる全ての道路セグメントについて、上記ステップS710〜ステップS716の処理を実行したか否かを判定する。上記ステップS706で設定された予測経路Rに含まれる全ての道路セグメントについて、上記ステップS710〜ステップS716の処理を実行した場合には、ステップS720へ進む。一方、上記ステップS706で設定された予測経路Rに含まれる道路セグメントについて、上記ステップS710〜ステップS716の処理を実行していない道路セグメントが存在する場合には、ステップS710へ戻る。   In step S718, it is determined whether the process of step S710 to step S716 has been performed for all the road segments included in the predicted route R set in step S706. When the process of step S710 to step S716 is performed for all road segments included in the predicted route R set in step S706, the process proceeds to step S720. On the other hand, if there is a road segment for which the process of steps S710 to S716 has not been performed for the road segment included in the predicted route R set in step S706, the process returns to step S710.

ステップS720において、上記ステップS704で取得されたK個の予測経路の全てについて、上記ステップS706〜ステップS718の処理を実行したか否かを判定する。上記ステップS704で取得されたK個の予測経路の全てについて、上記ステップS706〜ステップS718の処理を実行した場合には、ステップS722へ進む。一方、上記ステップS704で取得されたK個の予測経路について、上記ステップS706〜ステップS718の処理を実行していない予測経路が存在する場合には、ステップS706へ戻る。   In step S720, it is determined whether the process of step S706 to step S718 is performed for all of the K predicted paths acquired in step S704. If the processes of steps S706 to S718 have been executed for all of the K predicted paths obtained in step S704, the process proceeds to step S722. On the other hand, if there is a predicted route for which the process of steps S706 to S718 has not been performed for the K predicted routes obtained in step S704, the process returns to step S706.

ステップS722において、上記ステップS713で更新された確信度Pを結果として出力して、確信度算出処理ルーチンを終了する。   In step S722, the certainty factor P updated in step S713 is output as a result, and the certainty factor calculation processing routine is ended.

次に、推論処理ルーチンに戻り、ステップS604において、上記ステップS602で出力された確信度Pを、通信部130によりサーバ14へ送信して、推論処理ルーチンを終了する。   Next, the process returns to the inference processing routine, and in step S604, the communication unit 130 transmits the certainty factor P output in step S602 to the server 14, and the inference processing routine is ended.

次に、サーバ14で実行される検索処理ルーチンのステップS406以降の処理を説明する。   Next, processing after step S406 of the search processing routine executed by the server 14 will be described.

ステップS406において、サーバ14の通信部142は、車載装置12の各々から送信された確信度Pを受信する。   In step S406, the communication unit 142 of the server 14 receives the certainty factor P transmitted from each of the in-vehicle devices 12.

ステップS408において、上記ステップS404で検索条件を送信した車両の全てから、確信度Pを受信したか否かを判定する。検索条件を送信した車両の全てから、確信度Pを受信した場合には、ステップS410へ進む。一方、検索条件を送信した車両の全てから、確信度Pを受信していない場合には、ステップS406へ戻る。なお、検索条件を送信した車両の全てから確信度Pを受信していない場合であっても、予め定められた時間を経過した場合には、ステップS410へ進む。   In step S408, it is determined whether the certainty factor P has been received from all the vehicles for which the search conditions have been transmitted in step S404. When the certainty factor P is received from all the vehicles which transmitted the search condition, the process proceeds to step S410. On the other hand, when the certainty factor P is not received from all the vehicles which transmitted the search condition, it returns to step S406. In addition, even if the certainty factor P is not received from all of the vehicles that have transmitted the search condition, when a predetermined time has elapsed, the process proceeds to step S410.

ステップS410において、車両検索部148は、上記ステップS406で受信された確信度Pの各々に基づいて、クエリに含まれる検索条件を満たす車両を検索する。   In step S410, the vehicle search unit 148 searches for a vehicle that satisfies the search condition included in the query based on each of the certainty factors P received in step S406.

ステップS412において、上記ステップS410で検索された車両の各々に対し、当該車両から送信された確信度に応じたタスクであって、車両に実行させるタスクを指示する指示情報を生成する。   In step S412, instruction information is generated for each of the vehicles searched in step S410, which is a task corresponding to the degree of certainty transmitted from the vehicle and which instructs the vehicle to execute the task.

ステップS414において、上記ステップS412で生成された車両に実行させるタスクを指示する指示情報の各々を、車両の各々に送信して、検索処理ルーチンを終了する。   In step S414, each of the instruction information for instructing the task to be executed by the vehicle generated in step S412 is transmitted to each of the vehicles, and the search processing routine is ended.

また、指示情報を受信した車載装置12の各々は、タスク処理部136によって、通信部130が受信した指示情報に基づいて、タスクが実行される。   In each of the in-vehicle devices 12 having received the instruction information, the task processing unit 136 executes a task based on the instruction information received by the communication unit 130.

以上説明したように、本発明の第1の実施の形態の車両検索システムによれば、車載装置は、車両情報に基づいて、予め定められた予測時間後まで、車両の予測経路を繰り返し予測し、サーバから送信された検索条件を受信した場合に、予測された車両の予測経路に基づいて確信度を生成し、生成された確信度をサーバへ送信し、サーバは、入力された検索条件と複数の車載装置の各々から送信された車両情報とに基づいて、複数の車両の各々から、検索条件を満たす車両の候補を選択し、車両の候補として選択された車両の車載装置の各々に対し、検索条件を送信し、車載装置の各々から送信された確信度に基づいて、車両を検索することにより、車両検索の遅延を抑制することができる。   As described above, according to the vehicle search system of the first embodiment of the present invention, the in-vehicle device repeatedly predicts the predicted route of the vehicle after the predetermined prediction time based on the vehicle information. When the search condition transmitted from the server is received, the certainty factor is generated based on the predicted route of the predicted vehicle, and the generated certainty factor is transmitted to the server, and the server transmits the certainty factor with the inputted search condition. Based on the vehicle information transmitted from each of the plurality of in-vehicle devices, a candidate of vehicles satisfying the search condition is selected from each of the plurality of vehicles, and for each of the in-vehicle devices of the vehicle selected as a candidate of the vehicle By transmitting the search condition and searching for the vehicle based on the certainty factor transmitted from each of the in-vehicle devices, it is possible to suppress the delay of the vehicle search.

また、将来位置の予測を逐次的に行うため、サーバ側から問い合わせがあった段階で推論処理(確信度算出処理)のみを行えば結果を返すことができるため、予測に要する時間の分だけ遅延を短縮することができ、多数の候補車両に対して「未来の車両位置の検索」という不確実性を伴う複雑な検索処理を、遅延を抑制して実現することができる。   In addition, in order to predict the future position sequentially, the result can be returned if only inference processing (certainty factor calculation processing) is performed at the stage where the server side makes an inquiry. Can be shortened, and complex search processing with uncertainty of “search for future vehicle position” can be realized with a large number of candidate vehicles while suppressing delay.

また、サーバ側ですべての処理を行わず、車両側のリソースを分散的に活用するため、サーバ側での小さな負荷を実現でき、車両台数が増加してもサーバ側のリソース増強を必要とせずに、車両の検索を行うことができる。   In addition, since the server side does not perform all processing, and the vehicle side resources are used in a distributed manner, a small load on the server side can be realized, and even if the number of vehicles increases, it is not necessary to increase server side resources. You can search for vehicles.

また、推論処理を実施すべき車両の数を減らすことで車両−サーバ間の通信量および車両側の一台あたりの平均的な計算負荷を軽減することができ、推論処理の負荷の総量を小さくすることができる。   In addition, by reducing the number of vehicles that should perform inference processing, the amount of communication between the vehicle and the server and the average calculation load per vehicle can be reduced, and the total amount of inference processing load can be reduced. can do.

[第2の実施の形態]
次に、本発明の第2の実施の形態について説明する。なお、第1の実施の形態と同様の構成となる部分については、同一符号を付して説明を省略する。
Second Embodiment
Next, a second embodiment of the present invention will be described. In addition, about the part which becomes the structure similar to 1st Embodiment, the same code is attached and description is abbreviate | omitted.

第2の実施の形態では、確信度を算出する推論部がサーバ側に備えられている点が、第1の実施の形態と異なっている。上記第1の実施の形態では、確信度を算出する推論部が車載装置に実装されている場合を例に説明したが、推論部をサーバ側に実装することもできる。推論部をサーバ側に実装する場合、サーバの通信部は、車載装置の車両挙動予測部によって出力された予測経路を通信によって受け取り、サーバ側の推論部で確信度を算出する。   The second embodiment is different from the first embodiment in that an inference unit for calculating the certainty factor is provided on the server side. In the first embodiment, although the case where the inference unit for calculating the certainty factor is implemented in the in-vehicle apparatus has been described as an example, the inference unit may be implemented on the server side. When the inference unit is mounted on the server side, the communication unit of the server receives the predicted route output by the vehicle behavior prediction unit of the in-vehicle device by communication, and the inference unit on the server side calculates the certainty factor.

<第2の実施の形態に係る車両検索システム210の構成>
図16に示すように、本発明の第2の実施の形態に係る車両検索システム210は、複数の車両に備えられた複数の車載装置212と、複数の車載装置212から送信された車両情報を受信して、検索条件を満たす車両を検索するサーバ214とを備えている。複数の車載装置212とサーバ214とは、インターネットなどのネットワーク16を介して接続されている。
<Configuration of Vehicle Search System 210 According to Second Embodiment>
As shown in FIG. 16, the vehicle search system 210 according to the second embodiment of the present invention includes a plurality of in-vehicle devices 212 provided in a plurality of vehicles and vehicle information transmitted from the plurality of in-vehicle devices 212. And a server 214 for receiving and searching for vehicles satisfying the search condition. The plurality of in-vehicle devices 212 and the server 214 are connected via the network 16 such as the Internet.

[車載装置212]
車載装置212は、位置計測部120と、車両センサ124と、位置計測部120によって計測された自車両の位置情報、及び車両センサ124によって検出された自車両の速度に基づいて、自車両の挙動を予測するコンピュータ226とを備えている。
[In-vehicle device 212]
The on-vehicle device 212 operates based on the position measurement unit 120, the vehicle sensor 124, the position information of the vehicle measured by the position measurement unit 120, and the speed of the vehicle detected by the vehicle sensor 124. And a computer 226 for predicting the

コンピュータ226は、CPUと、RAMと、後述する各処理ルーチンを実行するためのプログラムを記憶したROMとを備え、機能的には次に示すように構成されている。コンピュータ226は、位置計測部120によって計測された自車両の現時刻tの位置情報(X,Y)と、車両センサ124によって検出された自車両の速度とを取得する情報取得部128と、情報取得部128によって取得された車両情報を車両IDと共にサーバ214へ逐次送信すると共に、サーバ214との間でデータの送受信を行う通信部230と、情報取得部128によって取得された自車両の位置情報及び自車両の速度に基づいて、自車両の予測経路を予測する車両挙動予測部132と、サーバ214から送信されたタスクの指示情報を受信した場合に、タスクを実行するタスク処理部136とを備えている。なお、通信部230は、車両挙動情報送信手段と、車両情報送信手段との一例である。   The computer 226 includes a CPU, a RAM, and a ROM storing programs for executing processing routines described later, and is functionally configured as follows. The computer 226 is an information acquisition unit 128 for acquiring the position information (X, Y) of the current time t of the host vehicle measured by the position measurement unit 120 and the speed of the host vehicle detected by the vehicle sensor 124 A communication unit 230 that sequentially transmits vehicle information acquired by the acquisition unit 128 to the server 214 together with the vehicle ID, and transmits / receives data to / from the server 214, and position information of the own vehicle acquired by the information acquisition unit 128 And a vehicle behavior prediction unit 132 for predicting a predicted route of the own vehicle based on the speed of the own vehicle, and a task processing unit 136 for executing the task when the instruction information of the task transmitted from the server 214 is received. Have. The communication unit 230 is an example of a vehicle behavior information transmission unit and a vehicle information transmission unit.

通信部230は、情報取得部128によって取得された自車両の現時刻tの位置情報(X,Y)を、サーバ214へ逐次送信する。また、通信部230は、サーバ214から送信された、予測結果送信要求を受信する。また、通信部230は、サーバ214から送信された予測結果送信要求を受信した場合に、車両挙動予測部132によって予測された予測経路をサーバ214へ送信する。また、通信部230は、サーバ214から送信された、車両に実行させるタスクを指示する指示情報を受信する。   The communication unit 230 sequentially transmits the position information (X, Y) of the current time t of the vehicle acquired by the information acquisition unit 128 to the server 214. Further, the communication unit 230 receives the prediction result transmission request transmitted from the server 214. Further, when the communication unit 230 receives the prediction result transmission request transmitted from the server 214, the communication unit 230 transmits the predicted route predicted by the vehicle behavior prediction unit 132 to the server 214. The communication unit 230 also receives the instruction information transmitted from the server 214 and instructing the task to be performed by the vehicle.

[サーバ214]
サーバ214は、CPU、後述する各処理ルーチンを実現するためのプログラム等を記憶したROM、データを一時的に記憶するRAM、記憶手段としてのメモリ、ネットワークインタフェース等を含むサーバで構成されており、機能的には、受付部140、通信部242、データ格納部144、データベース145、簡易予測部146、推論部234、車両検索部248、及びタスク生成部150を含んだ構成で表すことができる。通信部142は、予測結果送信要求送信手段の一例であり、簡易予測部146は、車両選択手段の一例である。また、推論部234は、検索情報生成手段の一例である。
[Server 214]
The server 214 is configured by a server including a CPU, a ROM storing programs for realizing processing routines to be described later, a RAM temporarily storing data, a memory as a storage unit, a network interface, etc. Functionally, it can be represented by a configuration including the reception unit 140, the communication unit 242, the data storage unit 144, the database 145, the simple prediction unit 146, the inference unit 234, the vehicle search unit 248, and the task generation unit 150. The communication unit 142 is an example of a prediction result transmission request transmission unit, and the simple prediction unit 146 is an example of a vehicle selection unit. The inference unit 234 is an example of search information generation means.

通信部242は、複数の車載装置212の各々から送信された車両の位置情報(X,Y)を受信する。また、通信部242は、後述する簡易予測部146によって車両の候補として選択された車両の車載装置212の各々に対し、予測結果送信要求を送信する。また、通信部242は、後述するタスク生成部150によって生成された指示情報を、車両の車載装置212に対し送信する。   The communication unit 242 receives vehicle position information (X, Y) transmitted from each of the plurality of on-vehicle devices 212. In addition, the communication unit 242 transmits a prediction result transmission request to each of the on-vehicle devices 212 of the vehicles selected as candidate vehicles by the simple prediction unit 146 described later. In addition, the communication unit 242 transmits instruction information generated by the task generation unit 150 described later to the on-vehicle device 212 of the vehicle.

推論部234は、通信部242によって受信された車両の予測経路の各々に基づいて、車載装置212の各々について、クエリに含まれる検索条件を満たすか否かを表す情報として、検索条件を満たす度合いを表す確信度を算出する。   The inference unit 234, as information indicating whether or not the search condition included in the query is satisfied for each of the on-vehicle devices 212 based on each of the predicted routes of the vehicle received by the communication unit 242, the degree of the search condition Calculate the degree of certainty that represents

車両検索部248は、推論部234によって生成された確信度に基づいて、検索条件を満たす車両を検索する。   The vehicle search unit 248 searches for a vehicle that satisfies the search condition based on the degree of certainty generated by the inference unit 234.

<車両検索システムの作用>
次に、本発明の第2の実施の形態に係る車両検索システム210の動作について説明する。車載装置212を搭載した車両の各々が走行し、サーバ214が起動されると、各車両の車載装置212は図9に示す予測処理ルーチンを実行し、サーバ214は、図12に示す検索処理ルーチンを実行する。また、上記図14に示した推論処理ルーチン及び上記図15に示した確信度算出処理ルーチンは、サーバ214側で実行される。
<Operation of vehicle search system>
Next, the operation of the vehicle search system 210 according to the second embodiment of the present invention will be described. When each of the vehicles equipped with the in-vehicle apparatus 212 travels and the server 214 is activated, the in-vehicle apparatus 212 of each vehicle executes a prediction process routine shown in FIG. 9 and the server 214 performs a search process routine shown in FIG. Run. Further, the inference processing routine shown in FIG. 14 and the certainty factor calculation processing routine shown in FIG. 15 are executed on the server 214 side.

なお、第2の実施の形態に係る車両検索システムの他の構成及び作用については、第1の実施の形態と同様であるため、説明を省略する。   The other configuration and operation of the vehicle search system according to the second embodiment are the same as those of the first embodiment, and thus the description thereof is omitted.

以上説明したように、本発明の第2の実施の形態の車両検索システムによれば、車載装置は、車両情報に基づいて、予め定められた予測時間後まで、車両の予測経路を繰り返し予測し、サーバから送信された予測結果送信要求を受信した場合に、予測された車両の予測経路をサーバへ送信し、サーバは、入力された検索条件と複数の車載装置の各々から送信された車両情報とに基づいて、複数の車両の各々から、検索条件を満たす車両の候補を選択し、車両の候補として選択された車両の車載装置の各々に対し、予測結果送信要求を送信し、車載装置の各々から送信された車両の予測経路に基づいて、車載装置の各々について確信度を算出し、確信度に基づいて、車両を検索することにより、車両検索の遅延を抑制することができる。   As described above, according to the vehicle search system of the second embodiment of the present invention, the in-vehicle device repeatedly predicts the predicted route of the vehicle until after a predetermined prediction time based on the vehicle information. When the server receives the prediction result transmission request transmitted from the server, the server transmits the predicted route of the predicted vehicle to the server, and the server receives the input search condition and the vehicle information transmitted from each of the plurality of in-vehicle devices. And select a candidate vehicle that satisfies the search condition from each of the plurality of vehicles, and transmit a prediction result transmission request to each of the in-vehicle devices of the vehicle selected as the candidate of the vehicle. The certainty factor is calculated for each of the in-vehicle devices based on the predicted route of the vehicle transmitted from each, and the vehicle search delay can be suppressed by searching for the vehicle based on the certainty factor.

なお、本発明は、各図を用いて説明した実施の形態例に限定されるものではなく、その要旨を逸脱しない範囲において種々変更して適用することが可能である。   The present invention is not limited to the embodiment described with reference to the drawings, and various changes may be made without departing from the scope of the invention.

例えば、上記の実施の形態では、車両の経路を予測する場合を例に説明したが、これに限定されるものではない。例えば、車両センサ124がカーナビゲーションシステムを用いて構成されており、当該カーナビゲーションシステムに目的地が入力され、車両の走行経路がドライバに示されている場合、ドライバは高い可能性でカーナビゲーションシステムの経路を利用すると考えられるため、当該経路を予測経路とするなどの改良も考えられる。   For example, in the above embodiment, although the case of predicting the route of the vehicle has been described as an example, the present invention is not limited to this. For example, when the vehicle sensor 124 is configured using a car navigation system, a destination is input to the car navigation system, and the travel route of the vehicle is indicated to the driver, the driver has a high possibility of the car navigation system. Since it is considered that the route of (1) is used, improvements such as using the route as a predicted route are also conceivable.

また、上記の実施の形態では、車両の挙動の時系列として予測経路を予測する場合を例に説明したが、これに限定されるものではなく、例えば車両の挙動の時系列として目的地を予測してもよい。   Further, in the above embodiment, the case of predicting the predicted route as the time series of the behavior of the vehicle has been described as an example, but the present invention is not limited thereto. For example, the destination is predicted as the time series of the behavior of the vehicle You may

また、上記の実施の形態では、簡易予測部は、車両の位置情報に基づいて確信度を算出する場合を例に説明したが、これに限定されるものではなく、例えば、車両の進行方向のベクトルの先に道路セグメントA(地点A)があるか否かのような角度の情報に基づいて、確信度を算出することもできる。   Further, in the above embodiment, the simple prediction unit has been described by way of example in which the certainty factor is calculated based on the position information of the vehicle. However, the present invention is not limited thereto. The degree of certainty can also be calculated based on angle information such as whether or not there is a road segment A (point A) ahead of the vector.

また、上記の実施の形態では、タスク生成部150が、確信度に応じたタスクを生成し、タスク処理部136が、タスクを実行する場合を例に説明したが、これに限定されるものではなく、タスクを生成せず、タスクを実行せずともよい。   In the above embodiment, the task generation unit 150 generates a task according to the certainty factor, and the task processing unit 136 executes the task. There is no need to create a task or execute a task.

また、上記の実施の形態では、車両センサ124によって自車両の速度を検出し、自車両の速度を用いてrの平均的な所要走行時間をT(r)を算出する場合を例に説明したが、これに限定されるものではない。例えば、rについて予め定められた平均的な所要走行時間をT(r)を用いてもよい。 Further, in the above-described embodiment, an example in which detecting the speed of the vehicle by the vehicle sensor 124, calculates the T (r t) of the average required travel time r t with the speed of the vehicle Although explained, it is not limited to this. For example, an average required travel time determined in advance for r t may be used T (r t).

なお、本発明のプログラムを記憶する記憶媒体は、特に限定されず、ハードディスクであってもよいし、ROMであってもよい。また、CD−ROMやDVDディスク、光磁気ディスクやICカードであってもよい。更にまた、該プログラムを、ネットワークに接続されたサーバ等からダウンロードするようにしてもよい。   The storage medium for storing the program of the present invention is not particularly limited, and may be a hard disk or a ROM. Also, it may be a CD-ROM, a DVD disk, a magneto-optical disk or an IC card. Furthermore, the program may be downloaded from a server or the like connected to a network.

10,210 車両検索システム
12,212 車載装置
14,214 サーバ
16 ネットワーク
120 位置計測部
124 車両センサ
126,226 コンピュータ
128 情報取得部
130,230 通信部
132 車両挙動予測部
134,234 推論部
136 タスク処理部
140 受付部
142,242 通信部
144 データ格納部
145 データベース
146 簡易予測部
148,248 車両検索部
150 タスク生成部
10, 210 Vehicle search system 12, 212 Vehicle-mounted device 14, 214 Server 16 Network 120 Position measurement unit 124 Vehicle sensor 126, 226 Computer 128 Information acquisition unit 130, 230 Communication unit 132 Vehicle behavior prediction unit 134, 234 Reasoning unit 136 Task processing Unit 140 Reception unit 142, 242 Communication unit 144 Data storage unit 145 Database 146 Simple prediction unit 148, 248 Vehicle search unit 150 Task generation unit

Claims (6)

複数の車両に備えられた複数の車載装置と、情報処理装置とを備える車両検索システムであって、
前記車載装置は、
前記車両に関する車両情報を、前記情報処理装置へ送信する車両情報送信手段と、
前記車両情報に基づいて、予め定められた予測時間後まで、前記車両の挙動の時系列を繰り返し予測する車両挙動予測手段と、
前記情報処理装置から送信された、位置及び時間に関する検索条件を受信した場合に、前記車両挙動予測手段によって予測された前記車両の挙動の時系列に基づいて、前記検索条件を満たすか否かを表す情報を生成する検索情報生成手段と、
前記検索情報生成手段によって生成された前記検索条件を満たすか否かを表す情報を、前記情報処理装置へ送信する検索情報送信手段と、を備え、
前記情報処理装置は、
入力された前記検索条件と、前記複数の車載装置の各々から送信された前記車両情報とに基づいて、前記複数の車両の各々から、前記検索条件を満たす前記車両の候補を選択する車両選択手段と、
前記車両選択手段によって前記車両の候補として選択された前記車両の前記車載装置の各々に対し、前記検索条件を送信する検索条件送信手段と、
前記車載装置の各々から送信された前記検索条件を満たすか否かを表す情報に基づいて、前記検索条件を満たす車両を検索する車両検索手段と、を備える
車両検索システム。
A vehicle search system comprising: a plurality of in-vehicle devices provided in a plurality of vehicles; and an information processing device,
The in-vehicle device is
Vehicle information transmitting means for transmitting vehicle information on the vehicle to the information processing apparatus;
Vehicle behavior prediction means that repeatedly predicts a time series of the behavior of the vehicle based on the vehicle information until after a predetermined prediction time;
Whether or not the search condition is satisfied based on the time series of the behavior of the vehicle predicted by the vehicle behavior prediction means when the search condition regarding the position and time transmitted from the information processing apparatus is received Search information generation means for generating information representing the information;
Search information transmission means for transmitting information indicating whether the search condition is generated or not generated by the search information generation means to the information processing apparatus;
The information processing apparatus is
Vehicle selection means for selecting a candidate of the vehicle satisfying the search condition from each of the plurality of vehicles based on the input search condition and the vehicle information transmitted from each of the plurality of on-vehicle devices When,
Search condition transmitting means for transmitting the search condition to each of the on-vehicle devices of the vehicle selected as the vehicle candidate by the vehicle selection means;
A vehicle search system comprising: vehicle search means for searching for a vehicle satisfying the search condition based on information indicating whether the search condition is transmitted from each of the in-vehicle devices.
複数の車両に備えられた複数の車載装置と、情報処理装置とを備える車両検索システムであって、
前記車載装置は、
前記車両に関する車両情報を、前記情報処理装置へ送信する車両情報送信手段と、
前記車両情報に基づいて、予め定められた予測時間後まで、前記車両の挙動の時系列を繰り返し予測する車両挙動予測手段と、
前記情報処理装置から送信された、予測結果送信要求を受信した場合に、前記車両挙動予測手段によって予測された前記車両の挙動の時系列を、前記情報処理装置へ送信する車両挙動情報送信手段と、を備え、
前記情報処理装置は、
位置及び時間に関する入力された検索条件と、前記複数の車載装置の各々から送信された前記車両情報とに基づいて、前記複数の車両の各々から、前記検索条件を満たす前記車両の候補を選択する車両選択手段と、
前記車両選択手段によって前記車両の候補として選択された前記車両の前記車載装置の各々に対し、前記予測結果送信要求を送信する予測結果送信要求送信手段と、
前記車載装置の各々から送信された前記車両の挙動の時系列に基づいて、前記車載装置の各々について、前記検索条件を満たすか否かを表す情報を生成する検索情報生成手段と、
前記検索情報生成手段によって生成された前記検索条件を満たすか否かを表す情報に基づいて、前記検索条件を満たす車両を検索する車両検索手段と、を備える
車両検索システム。
A vehicle search system comprising: a plurality of in-vehicle devices provided in a plurality of vehicles; and an information processing device,
The in-vehicle device is
Vehicle information transmitting means for transmitting vehicle information on the vehicle to the information processing apparatus;
Vehicle behavior prediction means that repeatedly predicts a time series of the behavior of the vehicle based on the vehicle information until after a predetermined prediction time;
Vehicle behavior information transmitting means for transmitting the time series of the behavior of the vehicle predicted by the vehicle behavior predicting means to the information processing device when receiving the prediction result transmission request transmitted from the information processing device; , And
The information processing apparatus is
The candidate of the vehicle satisfying the search condition is selected from each of the plurality of vehicles based on the input search condition regarding position and time and the vehicle information transmitted from each of the plurality of in-vehicle devices Vehicle selection means,
A prediction result transmission request transmission unit that transmits the prediction result transmission request to each of the on-vehicle devices of the vehicle selected as the candidate of the vehicle by the vehicle selection unit;
Search information generation means for generating information indicating whether or not the search condition is satisfied for each of the in-vehicle devices based on the time series of the behavior of the vehicle transmitted from each of the in-vehicle devices;
A vehicle search system comprising: vehicle search means for searching for a vehicle satisfying the search condition based on the information indicating whether or not the search condition is generated which is generated by the search information generation means.
前記検索条件は、車両の走行位置と時間区間とを含む検索条件であり、
前記車両挙動予測手段は、前記車両情報に基づいて、前記検索条件に含まれる時間区間の上限として予め定められた予測時間後まで、前記車両の走行位置の時系列を繰り返し予測し、
前記検索情報生成手段は、前記車両挙動予測手段によって予測された前記車両の走行位置の時系列に基づいて、前記検索条件に含まれる前記時間区間内に、前記検索条件に含まれる前記走行位置を前記車両が走行するか否かを表す情報を算出する
請求項1又は請求項2に記載の車両検索システム。
The search condition is a search condition including a traveling position of a vehicle and a time interval,
The vehicle behavior prediction means repeatedly predicts, based on the vehicle information, the time series of the traveling position of the vehicle until a prediction time predetermined as the upper limit of the time interval included in the search condition.
The search information generation unit is configured to execute the travel position included in the search condition within the time section included in the search condition based on the time series of the travel position of the vehicle predicted by the vehicle behavior prediction unit. The vehicle search system according to claim 1, wherein information representing whether the vehicle travels is calculated.
前記検索条件を満たすか否かを表す情報は、前記検索条件を満たす度合いを表す確信度である請求項1〜請求項3の何れか1項に記載の車両検索システム。   The vehicle search system according to any one of claims 1 to 3, wherein the information indicating whether or not the search condition is satisfied is a degree of certainty indicating a degree of the search condition. 前記検索された車両の各々に対し、
前記情報処理装置は、
前記検索条件を満たすか否かを表す情報に応じたタスクであって、前記車両に実行させるタスクを指示する指示情報を生成するタスク生成手段と、
前記タスク生成手段によって生成された前記指示情報を、前記車両の前記車載装置に対し送信するタスク送信手段と、を更に備え、
前記車載装置は、
前記情報処理装置から送信された前記指示情報に基づいて、前記タスクを実行するタスク処理手段を更に備える
請求項1〜請求項4の何れか1項に記載の車両検索システム。
For each of the retrieved vehicles,
The information processing apparatus is
Task generation means for generating instruction information for instructing a task to be executed by the vehicle, the task corresponding to the information indicating whether or not the search condition is satisfied;
Task transmission means for transmitting the instruction information generated by the task generation means to the in-vehicle device of the vehicle;
The in-vehicle device is
The vehicle search system according to any one of claims 1 to 4, further comprising task processing means for executing the task based on the instruction information transmitted from the information processing device.
前記検索された車両の各々に対し、前記タスク生成手段は、前記検索条件を満たすか否かを表す情報に応じて、情報の提示の有無又は提示情報の種類を指示する前記指示情報を生成し、
前記タスク処理手段は、前記情報処理装置から送信された前記指示情報に基づいて、前記車両の乗員に対して情報を提示するタスクを実行する
請求項5に記載の車両検索システム。
The task generation unit generates, for each of the searched vehicles, the instruction information instructing the presence or absence of the information presentation or the type of the presentation information according to the information indicating whether the search condition is satisfied. ,
The vehicle search system according to claim 5, wherein the task processing means executes a task of presenting information to an occupant of the vehicle based on the instruction information transmitted from the information processing apparatus.
JP2015056606A 2015-03-19 2015-03-19 Vehicle search system Expired - Fee Related JP6477087B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015056606A JP6477087B2 (en) 2015-03-19 2015-03-19 Vehicle search system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015056606A JP6477087B2 (en) 2015-03-19 2015-03-19 Vehicle search system

Publications (2)

Publication Number Publication Date
JP2016177487A JP2016177487A (en) 2016-10-06
JP6477087B2 true JP6477087B2 (en) 2019-03-06

Family

ID=57069174

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015056606A Expired - Fee Related JP6477087B2 (en) 2015-03-19 2015-03-19 Vehicle search system

Country Status (1)

Country Link
JP (1) JP6477087B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114936959B (en) * 2022-06-17 2023-05-23 上海市城乡建设和交通发展研究院 Method for realizing vehicle matching and identifying passenger getting-on point

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003130660A (en) * 2001-10-23 2003-05-08 Alpine Electronics Inc Facility information providing device
JP2006284246A (en) * 2005-03-31 2006-10-19 Nec Corp Taxi course search system
JP2006284254A (en) * 2005-03-31 2006-10-19 Denso It Laboratory Inc Course prediction method, course prediction device, and course-prediction information using system
JP2010231557A (en) * 2009-03-27 2010-10-14 Toyota Motor Corp Traffic information providing system, information processing apparatus, and navigation apparatus

Also Published As

Publication number Publication date
JP2016177487A (en) 2016-10-06

Similar Documents

Publication Publication Date Title
JP6332287B2 (en) Route prediction apparatus and route prediction method
US8180557B2 (en) Traffic state predicting apparatus
JP4554653B2 (en) Route search method, route search system, and navigation apparatus
JP5442028B2 (en) In-vehicle information processing apparatus and travel support apparatus
EP2917696B1 (en) Navigation system
US10989553B2 (en) Method, apparatus and computer program product for determining likelihood of a route
JP5547112B2 (en) Route search system
JP2014037976A (en) Route calculation system, navigation device and route calculation method
US20180252540A1 (en) Method and system for providing route guidance using navigation system
US20100057357A1 (en) Device for selecting area to be introduced and method thereof
CN106662457B (en) Destination estimation system and destination estimation method
JP5931989B2 (en) Method, apparatus and program for determining reliability of map matching result of probe data
JP4396380B2 (en) Traffic information transmission device and transmission method
JP4502766B2 (en) Route search device
JP4934711B2 (en) Route search device
WO2019171705A1 (en) Route information transmission method, route information transmission system, and vehicle-mounted terminal
JP6477087B2 (en) Vehicle search system
KR20190058943A (en) Lane based optimal route guidance system
JP6363534B2 (en) Route search device, route search system, route search method and program
JP5349023B2 (en) Navigation device
JP2008232671A (en) Navigation system, route search server and method, and terminal apparatus
JP6625282B2 (en) Notification control device and notification control method
JP2009198293A (en) Route searching apparatus
JP5586533B2 (en) Navigation system
WO2014049843A1 (en) Navigation device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20171226

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20181221

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190121

R150 Certificate of patent or registration of utility model

Ref document number: 6477087

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees