JP7427556B2 - Operation control device, operation control method and program - Google Patents

Operation control device, operation control method and program Download PDF

Info

Publication number
JP7427556B2
JP7427556B2 JP2020126572A JP2020126572A JP7427556B2 JP 7427556 B2 JP7427556 B2 JP 7427556B2 JP 2020126572 A JP2020126572 A JP 2020126572A JP 2020126572 A JP2020126572 A JP 2020126572A JP 7427556 B2 JP7427556 B2 JP 7427556B2
Authority
JP
Japan
Prior art keywords
information
lane
vehicle
speed
road
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2020126572A
Other languages
Japanese (ja)
Other versions
JP2022023558A (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.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP2020126572A priority Critical patent/JP7427556B2/en
Publication of JP2022023558A publication Critical patent/JP2022023558A/en
Application granted granted Critical
Publication of JP7427556B2 publication Critical patent/JP7427556B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Control Of Driving Devices And Active Controlling Of Vehicle (AREA)
  • Traffic Control Systems (AREA)

Description

本発明の実施形態は運転制御装置、運転制御方法及びプログラムに関する。 Embodiments of the present invention relate to an operation control device, an operation control method, and a program.

自動運転において、走行車線及び速度を決定する技術として、機械学習を用いた方法と、ルールベースの方法とがある。機械学習を用いた方法では、相当な学習時間を要するのに加え、安全性が担保されない。一方、ルールベースの方法では、安全であるが、走行効率が悪い。 In automated driving, there are two methods for determining driving lanes and speed: methods using machine learning and rule-based methods. Methods using machine learning require a considerable amount of learning time and do not guarantee safety. On the other hand, rule-based methods are safe but have poor running efficiency.

”High-level Decision Making for Safe and Reasonable Autonomous Lane Changing using Reinforcement Learning”, B.Mirchevska(BMW), ITSC2018.“High-level Decision Making for Safe and Reasonable Autonomous Lane Changing using Reinforcement Learning”, B. Mirchevska (BMW), ITSC2018.

従来の技術では、安全性と走行効率とを両立して、自動運転における走行車線及び速度を決定することが難しかった。 With conventional technology, it has been difficult to determine the driving lane and speed for automatic driving while achieving both safety and driving efficiency.

実施形態の運転制御装置は、取得部と算出部と決定部とを備える。取得部は、自車両の位置情報と速度情報とを含む自車両情報、前記自車両の周辺に存在する他車両の位置情報と速度情報とを含む他車両情報、出発地点から目的地点に至るまでに走行すべき道路を示す道路情報と前記道路内で走行すべき車線を示す情報とを含む経路情報、及び、前記道路内の車線情報と前記道路の法定速度情報と前記道路の車線変更可否情報と前記道路の工事範囲を示す工事情報とを含む地図情報を取得する。算出部は、前記自車両情報と前記他車両情報と前記経路情報と前記地図情報とに基づいて、前記車線情報に含まれる各車線の車線推奨度、前記各車線の走行可否、及び、前記各車線の目標速度のうち少なくとも1つを含む車線属性情報を算出する。決定部は、前記自車両情報と前記他車両情報と前記経路情報と前記地図情報と前記車線属性情報とを入力とし、走行車線及び速度を出力する機械学習モデルを用い、前記機械学習モデルにより出力された走行車線及び速度によって、前記自車両の走行車線及び速度を決定する。前記機械学習モデルは、前記各車線の目標速度との差分、及び、前記目的地点までの距離に基づく報酬が用いられた強化学習によって学習される。 The operation control device of the embodiment includes an acquisition section, a calculation section, and a determination section. The acquisition unit acquires own vehicle information including position information and speed information of the own vehicle, other vehicle information including position information and speed information of other vehicles existing around the own vehicle, and information from a departure point to a destination point. route information including road information indicating the road on which the road should be traveled and information indicating the lane on which the road should be driven, lane information on the road, legal speed information on the road, and lane change permission information on the road. and construction information indicating the construction area of the road. The calculation unit calculates, based on the own vehicle information, the other vehicle information, the route information, and the map information, the lane recommendation level of each lane included in the lane information, the travelability of each lane, and the Lane attribute information including at least one of the lane target speeds is calculated. The determination unit receives the own vehicle information, the other vehicle information, the route information, the map information, and the lane attribute information as input, and uses a machine learning model that outputs the driving lane and speed . The driving lane and speed of the own vehicle are determined based on the driving lane and speed outputted by . The machine learning model is trained by reinforcement learning using a reward based on the difference between the target speed of each lane and the distance to the destination point.

第1実施形態の移動体の例を示す図。FIG. 2 is a diagram showing an example of a moving body according to the first embodiment. 第1実施形態の移動体の機能構成の例を示す図。FIG. 1 is a diagram showing an example of a functional configuration of a mobile body according to a first embodiment. 第1実施形態の経路情報の例を示す図。FIG. 3 is a diagram showing an example of route information according to the first embodiment. 第1実施形態の車線推奨度の算出例を説明するための図。FIG. 3 is a diagram for explaining an example of calculation of lane recommendation degree according to the first embodiment. 第1実施形態の走行可否の算出例を説明するための図。FIG. 3 is a diagram for explaining an example of calculating whether or not travel is possible according to the first embodiment. 第1実施形態の目標速度の算出例を説明するための図。FIG. 3 is a diagram for explaining an example of calculating a target speed according to the first embodiment. 第1実施形態の運転制御方法の例を示すフローチャート。1 is a flowchart illustrating an example of an operation control method according to the first embodiment. 第2実施形態の移動体の機能構成の例を示す図。FIG. 7 is a diagram illustrating an example of a functional configuration of a mobile body according to a second embodiment. 第2実施形態の生成部により生成される画像を説明するための図。FIG. 7 is a diagram for explaining an image generated by a generation unit of the second embodiment. 図9Aの地点A付近の情報を示す画像の例を示す図。The figure which shows the example of the image which shows the information near the point A of FIG. 9A. 図9Bの地点B付近の情報を示す画像の例を示す図。The figure which shows the example of the image which shows the information near the point B of FIG. 9B. 第2実施形態の生成部により生成される画像を説明するための図。FIG. 7 is a diagram for explaining an image generated by a generation unit of the second embodiment. 図10Aの地点A付近の情報を示す画像の例を示す図。The figure which shows the example of the image which shows the information near the point A of FIG. 10A. 図10Bの地点B付近の情報を示す画像の例を示す図。The figure which shows the example of the image which shows the information near the point B of FIG. 10B. 第2実施形態の生成部により生成される画像を説明するための図。FIG. 7 is a diagram for explaining an image generated by a generation unit of the second embodiment. 図11Aの自車両付近の情報を示す画像の例を示す図。FIG. 11A is a diagram showing an example of an image showing information around the host vehicle in FIG. 11A. 第1及び第2実施形態の運転制御装置のハードウェア構成の例を示す図。The figure which shows the example of the hardware configuration of the operation control apparatus of 1st and 2nd embodiment.

以下に添付図面を参照して、運転制御装置、運転制御方法及びプログラムの実施形態を詳細に説明する。 Embodiments of an operation control device, an operation control method, and a program will be described in detail below with reference to the accompanying drawings.

(第1実施形態)
第1実施形態の推定装置は、例えば移動体に搭載される。
(First embodiment)
The estimation device of the first embodiment is mounted, for example, on a moving body.

[移動体の例]
図1は第1実施形態の移動体10の例を示す図である。
[Example of mobile object]
FIG. 1 is a diagram showing an example of a moving body 10 according to the first embodiment.

移動体10は、運転制御装置20、出力部10A、センサ10B、センサ10C、動力制御部10G及び動力部10Hを備える。 The moving body 10 includes an operation control device 20, an output section 10A, a sensor 10B, a sensor 10C, a power control section 10G, and a power section 10H.

移動体10は任意でよい。移動体10は、例えば車両、台車及び移動ロボット等である。車両は、例えば自動二輪車、自動四輪車及び自転車等である。また、移動体10は、例えば人による運転操作を介して走行する移動体でもよいし、人による運転操作を介さずに自動的に走行(自律走行)可能な移動体でもよい。 The moving body 10 may be arbitrary. The moving object 10 is, for example, a vehicle, a trolley, a mobile robot, or the like. Examples of the vehicle include a motorcycle, a four-wheeled vehicle, and a bicycle. Further, the mobile body 10 may be a mobile body that travels through a human driving operation, for example, or a mobile body that can automatically travel (autonomously) without a human driving operation.

運転制御装置20は、ECU(Electronic Control Unit)として構成される。運転制御装置20は、移動体10が走行する走行車線及び速度の少なくとも一方を決定する。例えば、運転制御装置20は、移動体10が走行する走行車線が1つしかない状況等では、速度のみを決定してもよい。 The operation control device 20 is configured as an ECU (Electronic Control Unit). The driving control device 20 determines at least one of the driving lane and speed in which the mobile object 10 travels. For example, the driving control device 20 may determine only the speed in a situation where there is only one lane in which the moving object 10 travels.

なお、運転制御装置20は、移動体10に搭載された形態に限定されない。運転制御装置20は、静止物に搭載されていてもよい。静止物は、例えば地面に固定された物等の移動不可能な物である。地面に固定された静止物は、例えばガードレール、ポール、駐車車両及び道路標識等である。また例えば、静止物は、地面に対して静止した状態の物である。また、運転制御装置20は、クラウドシステム上で処理を実行するクラウドサーバに搭載されていてもよい。 Note that the operation control device 20 is not limited to being mounted on the moving body 10. The operation control device 20 may be mounted on a stationary object. A stationary object is an immovable object, such as an object fixed to the ground. Stationary objects fixed to the ground include, for example, guardrails, poles, parked vehicles, and road signs. For example, a stationary object is an object that is stationary with respect to the ground. Further, the operation control device 20 may be installed in a cloud server that executes processing on a cloud system.

動力部10Hは、移動体10に搭載された駆動デバイスである。動力部10Hは、例えば、エンジン、モータ及び車輪等である。 The power unit 10H is a drive device mounted on the moving body 10. The power unit 10H is, for example, an engine, a motor, wheels, and the like.

動力制御部10Gは、処理部20Aの決定部23から走行車線及び速度の少なくとも一方を示す情報を受け付け、動力部10Hの駆動制御をする。 The power control unit 10G receives information indicating at least one of the driving lane and the speed from the determining unit 23 of the processing unit 20A, and controls the drive of the power unit 10H.

出力部10Aは情報を出力する。第1実施形態では、出力部10Aは、運転制御装置20により決定された走行車線及び速度の少なくとも一方を示す情報を出力する。 The output unit 10A outputs information. In the first embodiment, the output unit 10A outputs information indicating at least one of the driving lane and speed determined by the driving control device 20.

出力部10Aは、例えば、走行車線及び速度の少なくとも一方を示す情報を送信する通信機能、走行車線及び速度の少なくとも一方を示す情報を表示する表示機能、及び、走行車線及び速度の少なくとも一方を示す情報を示す音を出力する音出力機能等を備える。出力部10Aは、例えば通信部10D、ディスプレイ10E及びスピーカ10Fの少なくとも1つを備える。なお、第1実施形態では、出力部10Aは、通信部10D、ディスプレイ10E及びスピーカ10Fを備えた構成を例にして説明する。 The output unit 10A has, for example, a communication function for transmitting information indicating at least one of the driving lane and the speed, a display function for displaying information indicating at least one of the driving lane and the speed, and a display function for displaying the information indicating at least one of the driving lane and the speed. It is equipped with a sound output function that outputs sounds indicating information. The output unit 10A includes, for example, at least one of a communication unit 10D, a display 10E, and a speaker 10F. In the first embodiment, the output unit 10A will be described with an example of a configuration including a communication unit 10D, a display 10E, and a speaker 10F.

通信部10Dは、走行車線及び速度の少なくとも一方を示す情報を他の装置へ送信する。例えば、通信部10Dは、通信回線を介して走行車線及び速度の少なくとも一方を示す情報を他の装置へ送信する。ディスプレイ10Eは、走行車線及び速度の少なくとも一方を示す情報を表示する。ディスプレイ10Eは、例えばLCD(Liquid Crystal Display)、投影装置及びライト等である。スピーカ10Fは、走行車線及び速度の少なくとも一方を示す情報を示す音を出力する。 The communication unit 10D transmits information indicating at least one of the driving lane and the speed to other devices. For example, the communication unit 10D transmits information indicating at least one of the driving lane and the speed to another device via a communication line. The display 10E displays information indicating at least one of the driving lane and the speed. The display 10E is, for example, an LCD (Liquid Crystal Display), a projection device, a light, or the like. The speaker 10F outputs a sound indicating information indicating at least one of the driving lane and the speed.

センサ10Bは移動体10の周辺の情報を取得するセンサである。例えば単眼カメラ、ステレオカメラ、魚眼カメラ及び赤外線カメラ、ミリ波レーダ、LIDAR(Light Detection and Ranging、Laser Imaging Detection and Ranging)等である。ここでは、センサ10Bの一例としてカメラを用いて説明する。カメラ(10B)の数は任意でよい。また、撮像される画像はRGBの3チャネルで構成されたカラー画像であってもよく、グレースケールで表現された1チャネルのモノクロ画像であってもよい。カメラ(10B)は、移動体10周辺の時系列の画像を撮像する。カメラ(10B)は、例えば移動体10の周辺を時系列に撮像することにより、時系列の画像を撮像する。移動体10の周辺は、例えば当該移動体10から予め定められた範囲内の領域である。この範囲は、例えばカメラ(10B)の撮像可能な範囲である。 The sensor 10B is a sensor that acquires information around the mobile object 10. Examples include monocular cameras, stereo cameras, fisheye cameras, infrared cameras, millimeter wave radars, LIDAR (Light Detection and Ranging, Laser Imaging Detection and Ranging), and the like. Here, a camera will be used as an example of the sensor 10B. The number of cameras (10B) may be arbitrary. Further, the captured image may be a color image composed of three channels of RGB, or a monochrome image of one channel expressed in gray scale. The camera (10B) captures time-series images around the moving body 10. The camera (10B) captures time-series images by, for example, capturing the surroundings of the moving object 10 in time-series. The area around the moving body 10 is, for example, an area within a predetermined range from the moving body 10. This range is, for example, the range that can be captured by the camera (10B).

第1実施形態では、カメラ(10B)が、移動体10の前方を撮影方向として含むように設置されている場合を例にして説明する。すなわち、第1実施形態では、カメラ(10B)は、移動体10の前方を時系列に撮像する。 In the first embodiment, a case where the camera (10B) is installed so that the photographing direction includes the front of the moving body 10 will be described as an example. That is, in the first embodiment, the camera (10B) images the front of the moving object 10 in time series.

センサ10Cは、移動体10の状態を測定するセンサである。測定情報は、例えば移動体10の速度、並びに、移動体10のハンドルの舵角を含む。センサ10Cは、例えば慣性計測装置(IMU:Inertial Measurement Unit)、速度センサ及び舵角センサ等である。IMUは、移動体10の三軸加速度及び三軸角速度を含む測定情報を測定する。速度センサは、タイヤの回転量から速度を測定する。舵角センサは、移動体10のハンドルの舵角を測定する。 The sensor 10C is a sensor that measures the state of the moving body 10. The measurement information includes, for example, the speed of the moving body 10 and the steering angle of the steering wheel of the moving body 10. The sensor 10C is, for example, an inertial measurement unit (IMU), a speed sensor, a steering angle sensor, or the like. The IMU measures measurement information including triaxial acceleration and triaxial angular velocity of the moving body 10. The speed sensor measures speed from the amount of rotation of the tire. The steering angle sensor measures the steering angle of the steering wheel of the moving body 10.

次に、第1実施形態の移動体10の機能構成の例について詳細に説明する。 Next, an example of the functional configuration of the mobile object 10 according to the first embodiment will be described in detail.

[機能構成の例]
図2は第1実施形態の移動体10の機能構成の例を示す図である。第1実施形態の説明では、移動体10が車両である場合を例にして説明する。
[Example of functional configuration]
FIG. 2 is a diagram showing an example of the functional configuration of the mobile object 10 according to the first embodiment. In the description of the first embodiment, a case where the moving body 10 is a vehicle will be described as an example.

移動体10は、運転制御装置20、出力部10A、センサ10B、センサ10C、動力制御部10G及び動力部10Hを備える。運転制御装置20は、処理部20A及び記憶部20Bを備える。出力部10Aは、通信部10D、ディスプレイ10E及びスピーカ10Fを備える。 The moving body 10 includes an operation control device 20, an output section 10A, a sensor 10B, a sensor 10C, a power control section 10G, and a power section 10H. The operation control device 20 includes a processing section 20A and a storage section 20B. The output unit 10A includes a communication unit 10D, a display 10E, and a speaker 10F.

処理部20A、記憶部20B、出力部10A、センサ10B、センサ10C及び動力制御部10Gは、バス10Iを介して接続されている。動力部10Hは、動力制御部10Gに接続されている。 The processing section 20A, the storage section 20B, the output section 10A, the sensor 10B, the sensor 10C, and the power control section 10G are connected via a bus 10I. The power section 10H is connected to the power control section 10G.

なお、出力部10A(通信部10D、ディスプレイ10E及びスピーカ10F)、センサ10B、センサ10C、動力制御部10G及び記憶部20Bは、ネットワークを介して接続されていてもよい。接続に使用されるネットワークの通信方式は、有線方式であっても無線方式であってもよい。また、接続に使用されるネットワークは、有線方式と無線方式とを組み合わせることにより実現されていてもよい。 Note that the output section 10A (communication section 10D, display 10E, and speaker 10F), sensor 10B, sensor 10C, power control section 10G, and storage section 20B may be connected via a network. The communication method of the network used for connection may be a wired method or a wireless method. Further, the network used for connection may be realized by combining a wired system and a wireless system.

記憶部20Bは情報を記憶する。記憶部20Bは、例えば半導体メモリ素子、ハードディスク及び光ディスク等である。半導体メモリ素子は、例えばRAM(Random Access Memory)及びフラッシュメモリ等である。なお、記憶部20Bは、運転制御装置20の外部に設けられた記憶装置であってもよい。また、記憶部20Bは、記憶媒体であってもよい。具体的には、記憶媒体は、プログラムや各種情報を、LAN(Local Area Network)やインターネットなどを介してダウンロードして記憶または一時記憶したものであってもよい。また、記憶部20Bを、複数の記憶媒体から構成してもよい。 The storage unit 20B stores information. The storage unit 20B is, for example, a semiconductor memory element, a hard disk, an optical disk, or the like. Examples of semiconductor memory elements include RAM (Random Access Memory) and flash memory. Note that the storage unit 20B may be a storage device provided outside the operation control device 20. Furthermore, the storage unit 20B may be a storage medium. Specifically, the storage medium may be one in which programs and various information are downloaded and stored or temporarily stored via a LAN (Local Area Network), the Internet, or the like. Furthermore, the storage unit 20B may be configured from a plurality of storage media.

処理部20Aは、取得部21、算出部22及び決定部23を備える。取得部21、算出部22及び決定部23は、例えば1又は複数のプロセッサにより実現される。 The processing unit 20A includes an acquisition unit 21, a calculation unit 22, and a determination unit 23. The acquisition unit 21, the calculation unit 22, and the determination unit 23 are realized by, for example, one or more processors.

処理部20Aは、例えばCPU(Central Processing Unit)等のプロセッサにプログラムを実行させること、すなわちソフトウェアにより実現されてもよい。また例えば、処理部20Aは、専用のIC(Integrated Circuit)等のプロセッサ、すなわちハードウェアにより実現されてもよい。また例えば、処理部20Aは、ソフトウェア及びハードウェアを併用することにより実現されてもよい。 The processing unit 20A may be realized by causing a processor such as a CPU (Central Processing Unit) to execute a program, that is, by software. For example, the processing unit 20A may be realized by a processor such as a dedicated IC (Integrated Circuit), that is, by hardware. Furthermore, for example, the processing unit 20A may be realized by using both software and hardware.

なお、実施形態において用いられる「プロセッサ」の文言は、例えば、CPU、GPU(Graphical Processing Unit)、特定用途向け集積回路(Application Specific Integrated Circuit:ASIC)、及び、プログラマブル論理デバイスを含む。プログラマブル論理デバイスは、例えば単純プログラマブル論理デバイス(Simple Programmable Logic Device:SPLD)、複合プログラマブル論理デバイス(Complex Programmable Logic Device:CPLD)、及び、フィールドプログラマブルゲートアレイ(Field Programmable Gate Array:FPGA)等を含む。 Note that the term "processor" used in the embodiments includes, for example, a CPU, a GPU (Graphical Processing Unit), an application specific integrated circuit (ASIC), and a programmable logic device. Programmable logic devices include, for example, simple programmable logic devices (SPLD), complex programmable logic devices (CPLD), and field programmable gate arrays (field programmable gate arrays). eGate Array (FPGA), etc.

プロセッサは、記憶部20Bに保存されたプログラムを読み出し実行することで、処理部20Aを実現する。なお、記憶部20Bにプログラムを保存する代わりに、プロセッサの回路内にプログラムを直接組み込むよう構成してもよい。この場合、プロセッサは回路内に組み込まれたプログラムを読み出し実行することで、処理部20Aを実現する。 The processor implements the processing unit 20A by reading and executing a program stored in the storage unit 20B. Note that instead of storing the program in the storage unit 20B, the program may be directly incorporated into the circuit of the processor. In this case, the processor implements the processing unit 20A by reading and executing a program built into the circuit.

次に、処理部20Aの各機能について説明する。 Next, each function of the processing section 20A will be explained.

取得部21は自車両情報、他車両情報、経路情報及び地図情報等の情報を運転制御装置20の外部から取得する。 The acquisition unit 21 acquires information such as own vehicle information, other vehicle information, route information, and map information from outside the driving control device 20 .

自車両情報は、少なくとも自車両の位置情報と速度情報とを含む。例えば、自車両の位置情報は例えば、GNSS(Global Navigation Satellite System)によって車両の現在座標を特定し、さらにセンサによって車両の方位を特定することにより取得される。また、自車両の速度情報は、例えば、車両に搭載したセンサ10C等から取得される。 The own vehicle information includes at least position information and speed information of the own vehicle. For example, the position information of the own vehicle is obtained by specifying the current coordinates of the vehicle using GNSS (Global Navigation Satellite System) and further specifying the direction of the vehicle using a sensor. Further, the speed information of the own vehicle is obtained from, for example, a sensor 10C mounted on the vehicle.

他車両情報は、自車両周辺に存在する他車両の位置情報と速度情報とを含む。他車両情報は、例えばセンサ10Bから得られた自車両との相対的な位置関係及び相対速度を基に計算される。また例えば、他車両情報は、車車間通信により周辺に存在する他車両から自車両に送信される情報を基に計算される。 The other vehicle information includes position information and speed information of other vehicles existing around the own vehicle. The other vehicle information is calculated, for example, based on the relative positional relationship and relative speed with the host vehicle obtained from the sensor 10B. Further, for example, the other vehicle information is calculated based on information transmitted to the host vehicle from other vehicles existing in the vicinity through vehicle-to-vehicle communication.

地図情報は、道路の座標、交差点の位置、道路における合流点、分岐点、道路標識情報、路面標識情報、道路ネットワーク及び道路工事情報などを含む。 The map information includes road coordinates, intersection positions, road junctions, branch points, road sign information, road sign information, road network and road construction information, and the like.

図3は第1実施形態の経路情報の例を示す図である。経路情報は、車両が走行する予定である走行予定経路上の情報を含む。走行予定経路は、例えば車両が搭載しているカーナビゲーションシステムから取得される。図3の例では、経路情報は、車線320上の出発地点101から、車線323上の目的地点102まで走行する道路の車線、当該車線の数、及び、走行すべき車線104を含む。道路の車線を示すデータは、例えば位置座標情報と、その位置で走行すべき方位の情報とを含むウェイポイント103の配列として表現される。図3の例では、各車線320~323が、ウェイポイント103の点列(ウェイポイント列)で示されている。 FIG. 3 is a diagram showing an example of route information according to the first embodiment. The route information includes information on the planned route on which the vehicle is scheduled to travel. The planned travel route is obtained, for example, from a car navigation system installed in the vehicle. In the example of FIG. 3, the route information includes the lanes of the road to be traveled from the starting point 101 on the lane 320 to the destination point 102 on the lane 323, the number of lanes, and the lane 104 in which the vehicle should travel. Data indicating road lanes is expressed, for example, as an array of waypoints 103 including positional coordinate information and information on the direction in which the vehicle should travel at that position. In the example of FIG. 3, each lane 320 to 323 is indicated by a series of waypoints 103 (waypoint series).

経路情報は、道路区分毎に示される。図3の例では、道路区分310及び311が、車線322が車線322及び323に分岐する分岐点で区切られている。目的地点102は道路区分311の車線323上にあるため、道路区分311の走行すべき車線104は車線323である。また、道路区分310においては車線323が存在しないため、車線323に最も近い車線322が走行すべき車線104である。後述の決定部23が、経路情報に含まれる車線の中から走行車線を決定する。 Route information is shown for each road segment. In the example of FIG. 3, road segments 310 and 311 are separated by a junction where lane 322 branches into lanes 322 and 323. Since the destination point 102 is on the lane 323 of the road segment 311, the lane 104 on the road segment 311 to be traveled is the lane 323. Further, since the lane 323 does not exist in the road segment 310, the lane 322 closest to the lane 323 is the lane 104 in which the vehicle should travel. A determining unit 23, which will be described later, determines a driving lane from among the lanes included in the route information.

図2に戻り、算出部22は、取得部21により取得された情報を基にルールベースで各車線の車線推奨度、走行可否及び目標速度のうち少なくとも1つを算出し、各車線の属性値として出力する。 Returning to FIG. 2, the calculation unit 22 calculates at least one of the lane recommendation level, travel availability, and target speed of each lane on a rule basis based on the information acquired by the acquisition unit 21, and calculates the attribute value of each lane. Output as .

車線推奨度は、走行予定経路の目的地点102に到達するために自車両が走行することがどの程度望ましいかを表す情報である。例えば、車線推奨度は、現在位置から走行すべき車線までの距離の逆数として算出される。また例えば、車線推奨度に、自車両の現在位置から分岐点までの距離に応じた重みをつけてもよい。 The lane recommendation degree is information representing how desirable it is for the vehicle to travel in order to reach the destination point 102 on the planned travel route. For example, the lane recommendation level is calculated as the reciprocal of the distance from the current position to the lane in which the vehicle should travel. Furthermore, for example, the lane recommendation degree may be weighted according to the distance from the current position of the host vehicle to the branch point.

図4は第1実施形態の車線推奨度rの算出例を説明するための図である。例えば、算出部22は、道路区分410において走行すべき車線104が車線422である場合に、自車両(移動体10)が車線420上の地点Aに存在し、走行すべき車線422の中央までの距離がdである時、車線420の車線推奨度rを距離dの逆数1/dで算出する。すなわち、算出部22は、道路情報から各車線と走行すべき車線との距離dを特定し、距離dが小さいほど各車線の車線推奨度rを高く算出する。 FIG. 4 is a diagram for explaining an example of calculating the lane recommendation degree r according to the first embodiment. For example, when the lane 104 to be driven in the road segment 410 is the lane 422, the calculation unit 22 calculates that the own vehicle (mobile object 10) exists at a point A on the lane 420 and reaches the center of the lane 422 to be driven. When the distance is d, the lane recommendation level r of the lane 420 is calculated as the inverse number 1/d of the distance d. That is, the calculation unit 22 specifies the distance d between each lane and the lane in which the vehicle should travel from the road information, and calculates the lane recommendation degree r of each lane to be higher as the distance d is smaller.

また、道路区分411では車線423を走行していなければ、車線423の先にある目的地に到達できない。そのため、分岐点に到達する時点で車線422上を走行する必要がある。この場合、算出部22は、自車両の現在位置から分岐点までの距離lに応じて、車線422の車線推奨度rを算出する。図4の地点Aでは分岐点まで十分に離れており、算出部22は、地点A付近では分岐点までの距離lに関わらず、車線422までの距離dに応じて車線推奨度rを算出する。算出部22は、分岐点までの距離lがより短くなった地点B付近では、車線422の車線推奨度rを分岐点までの距離lが短くなるにつれて大きく算出する。すなわち、算出部22は、道路情報から車線の分岐点を特定し、走行すべき車線が分岐点で別の車線に変更される場合、分岐点までの距離lが小さいほど、分岐点で分岐する車線(図4では車線422)の車線推奨度rが高くなるように算出する。 Further, in the road segment 411, unless the vehicle is traveling in the lane 423, the destination beyond the lane 423 cannot be reached. Therefore, it is necessary to travel on the lane 422 when reaching the branch point. In this case, the calculation unit 22 calculates the lane recommendation level r of the lane 422 according to the distance l from the current position of the host vehicle to the branch point. Point A in FIG. 4 is sufficiently far away from the branch point, and the calculation unit 22 calculates the lane recommendation degree r according to the distance d to the lane 422 near point A, regardless of the distance l to the branch point. . The calculation unit 22 calculates the lane recommendation level r of the lane 422 to increase as the distance l to the junction becomes shorter near point B where the distance l to the junction becomes shorter. That is, the calculation unit 22 identifies a lane branching point from the road information, and when the lane in which the vehicle should be traveling changes to another lane at the branching point, the shorter the distance l to the branching point, the more the vehicle branches at the branching point. The lane recommendation level r of the lane (lane 422 in FIG. 4) is calculated to be high.

また、車線推奨度rを算出する場合に、追越しにおいて右側から追い越すべきか、左側から追い越すべきかといった交通マナーを考慮してもよい。例えば、算出部22は、追越しが行われる場合には、自車両が走行している車線の左側の車線の車線推奨度r1よりも、右側の車線の車線推奨度r2を大きく算出する。 Furthermore, when calculating the lane recommendation level r, traffic manners such as whether to overtake from the right side or from the left side may be taken into account. For example, when overtaking is performed, the calculation unit 22 calculates the lane recommendation degree r2 of the right lane to be larger than the lane recommendation degree r1 of the left lane in which the host vehicle is traveling.

算出部22が、経路情報を基にした車線推奨度rを示す車線属性情報を算出し、当該車線属性情報を決定部23に入力することで、決定部23が走行車線及び速度の少なくとも一方を決定する際に、走行すべき車線を考慮して走行車線(速度)を決定することができる。 The calculation unit 22 calculates lane attribute information indicating the lane recommendation level r based on the route information, and inputs the lane attribute information to the determination unit 23, so that the determination unit 23 determines at least one of the driving lane and the speed. When determining the driving lane (speed), the driving lane (speed) can be determined by considering the lane in which the vehicle should travel.

図5は第1実施形態の走行可否の算出例を説明するための図である。算出部22は、自車両情報、他車両情報及び地図情報から各車線の走行可否を算出する。例えば、算出部22は、図5の地点Aにおいては、地図情報から車線520において道路の工事範囲105が存在するという情報を特定し、工事範囲105を含む車線520を走行不可とする。走行可否を示す属性値は、例えば走行可能であれば1、走行不可であれば0により表される。 FIG. 5 is a diagram for explaining an example of calculating whether or not the vehicle can travel according to the first embodiment. The calculation unit 22 calculates whether the vehicle can travel in each lane from the own vehicle information, other vehicle information, and map information. For example, at point A in FIG. 5, the calculation unit 22 identifies information that the road construction area 105 exists in the lane 520 from the map information, and makes the lane 520 that includes the construction area 105 impossible to drive. The attribute value indicating whether or not the vehicle can be driven is, for example, 1 if the vehicle is travelable, and 0 if the vehicle is not travelable.

また、算出部22は、図5のB地点においては、自車両情報と他車両情報と地図情報とを用いて、自車両周辺の車線520上に他車両106が存在することを特定し、自車両(移動体10)と他車両106の相対距離、相対速度が閾値を満たさない場合に、走行不可と判定する。具体的には、例えば算出部22は、自車両の位置情報と他車両106の位置情報と車線情報とから、自車両が走行する車線の周辺の車線で走行する他車両106と自車両との相対距離を算出する。算出部22は、自車両の速度情報と他車両の速度情報とから自車両と他車両106との相対速度を算出する。そして、算出部22は、相対距離が第1閾値より小さく、かつ、相対速度が第2閾値より大きい場合に、周辺の車線(図5では車線520)の走行可否を走行不可にする。 Further, at point B in FIG. 5, the calculation unit 22 uses the own vehicle information, other vehicle information, and map information to identify that another vehicle 106 is present on the lane 520 around the own vehicle, and If the relative distance and relative speed between the vehicle (moving object 10) and the other vehicle 106 do not satisfy the threshold values, it is determined that the vehicle cannot travel. Specifically, for example, the calculation unit 22 calculates the relationship between the own vehicle and another vehicle 106 traveling in a lane around the lane in which the own vehicle is traveling, based on the position information of the own vehicle, the position information of the other vehicle 106, and lane information. Calculate relative distance. The calculation unit 22 calculates the relative speed between the own vehicle and the other vehicle 106 from the speed information of the own vehicle and the speed information of the other vehicle. Then, when the relative distance is smaller than the first threshold and the relative speed is larger than the second threshold, the calculation unit 22 sets the surrounding lane (lane 520 in FIG. 5) to be disabled.

算出部22が、自車両情報、他車両情報及び地図情報から走行可否を示す車線属性情報を算出し、当該車線属性情報を決定部23に入力することで、決定部23が自車両の走行車線及び速度の少なくとも一方を決定する際に、衝突を避け安全性を考慮して走行車線(速度)を決定することができる。 The calculation unit 22 calculates lane attribute information indicating whether the vehicle can travel from the own vehicle information, other vehicle information, and map information, and inputs the lane attribute information to the determination unit 23, so that the determination unit 23 determines the lane in which the own vehicle is traveling. When determining at least one of the speed and speed, the driving lane (speed) can be determined taking into consideration safety to avoid collisions.

図6は第1実施形態の目標速度の算出例を説明するための図である。目標速度は、自車両が走行する車線で目標にする速度である。算出部22は、自車両の位置情報と自車両の速度情報と他車両の位置情報と他車両の速度情報と法定速度情報とから、各車線の目標速度を算出する。 FIG. 6 is a diagram for explaining an example of calculating the target speed according to the first embodiment. The target speed is the speed targeted for the lane in which the host vehicle is traveling. The calculation unit 22 calculates the target speed of each lane from the position information of the own vehicle, the speed information of the own vehicle, the position information of other vehicles, the speed information of other vehicles, and the legal speed information.

例えば、図6では、自車両(移動体10)が、速度40km/hで車線621を走行し、自車両の前方を他車両106bが速度40km/hで走行している。車線620では、他車両106aが速度20km/hで走行している。車線622上は他車両が存在しない。この場合、例えば、算出部22は、車線620での目標速度を、前方の他車両106aに追従するように、時速20km/hと算出する。同様に、算出部22は、車線621での目標速度を、前方の他車両106bに追従するように、時速40km/hと算出する。また、算出部22は、車線622は他車両が存在しないため、地図情報から、この道路の法定速度を特定し、車線622での目標速度を法定速度(例えば60km/h)で算出する。 For example, in FIG. 6, the own vehicle (mobile object 10) is traveling in lane 621 at a speed of 40 km/h, and another vehicle 106b is traveling in front of the own vehicle at a speed of 40 km/h. In lane 620, another vehicle 106a is traveling at a speed of 20 km/h. There are no other vehicles on lane 622. In this case, for example, the calculation unit 22 calculates the target speed in the lane 620 to be 20 km/h so as to follow the other vehicle 106a ahead. Similarly, the calculation unit 22 calculates the target speed in the lane 621 to be 40 km/h so as to follow the other vehicle 106b ahead. Further, since there are no other vehicles in the lane 622, the calculation unit 22 identifies the legal speed of this road from the map information, and calculates the target speed in the lane 622 as the legal speed (for example, 60 km/h).

算出部22が、自車両情報と他車両情報と地図情報とから目標速度を示す車線属性情報を算出し、当該目標速度を決定部23に入力することで、決定部23が自車両の走行車線及び速度の少なくとも一方を決定する際に、走行効率を考慮して走行車線(速度)を決定することができる。 The calculation unit 22 calculates lane attribute information indicating the target speed from the own vehicle information, other vehicle information, and map information, and inputs the target speed to the determination unit 23, so that the determination unit 23 determines the lane in which the own vehicle is traveling. When determining at least one of the speed and speed, the driving lane (speed) can be determined in consideration of driving efficiency.

図2に戻り、決定部23は、取得部21により取得された情報(自車両情報、他車両情報、経路情報及び地図情報)と、算出部22により出力された車線属性情報とを入力とし、走行車線及び速度の少なくとも一方を出力する機械学習モデルを用いて、走行車線及び速度の少なくとも一方を決定する。 Returning to FIG. 2, the determining unit 23 inputs the information acquired by the acquiring unit 21 (own vehicle information, other vehicle information, route information, and map information) and the lane attribute information output by the calculating unit 22, At least one of the driving lane and speed is determined using a machine learning model that outputs at least one of the driving lane and speed.

決定部23は、この機械学習モデルを例えば強化学習により学習する。学習における報酬は、例えば、算出部22により算出された目標速度との差分を用いる。機械学習モデルは、例えば取得部21により取得された自車両情報及び他車両情報等、並びに、算出部22によって算出された走行可否等を基に、走行車線が存在しない範囲、他車両との衝突する危険性がある車線、及び、道路工事が存在し走行できない車線等を選択せずに、走行速度が目標速度に近づくように走行車線及び速度の少なくとも一方を決定する。その結果、安全を担保しつつ、効率のよい走行を実現できる。 The determining unit 23 learns this machine learning model by, for example, reinforcement learning. As the reward for learning, for example, a difference from the target speed calculated by the calculation unit 22 is used. The machine learning model is based on, for example, the own vehicle information and other vehicle information acquired by the acquisition unit 21, and the travel availability calculated by the calculation unit 22. At least one of the driving lane and the speed is determined so that the driving speed approaches the target speed without selecting a lane where there is a risk of the vehicle moving or a lane where the vehicle cannot be driven due to road construction. As a result, efficient driving can be achieved while ensuring safety.

また、強化学習において、目標速度との差分と目的地までの距離とを報酬とし、算出部22によって算出された経路情報を考慮した車線推奨度及び目標速度を機械学習モデルに入力することで、経路情報を考慮して走行車線及び速度の少なくとも一方を決定できる。その結果、効率の良い走行を保ちつつ、目的地へ到達することができる。具体的には、例えば、走行すべき車線において自車両前方に自車両より速度が遅い他車両106が存在する時、走行すべき車線を一旦、離れ、速度が遅い車両106を追越した後、走行すべき車線に再び戻るように走行車線及び速度を決定することができる。 In addition, in reinforcement learning, the difference from the target speed and the distance to the destination are used as rewards, and by inputting the lane recommendation level and target speed in consideration of the route information calculated by the calculation unit 22 to the machine learning model, At least one of the driving lane and speed can be determined in consideration of the route information. As a result, you can reach your destination while driving efficiently. Specifically, for example, when there is another vehicle 106 that is slower than the own vehicle in front of the own vehicle in the lane in which the own vehicle should be traveling, the driver temporarily leaves the lane that the own vehicle should travel, passes the slower vehicle 106, and then starts driving. The driving lane and speed can be determined so as to return to the desired lane again.

また、強化学習における報酬は、衝突回数、走行するべき車線との距離、及び、現在車線からの車線変更回数等を用いてもよい。 Further, as rewards in reinforcement learning, the number of collisions, the distance to the lane in which the vehicle should travel, the number of lane changes from the current lane, etc. may be used.

[運転制御方法の例]
図7は第1実施形態の運転制御方法の例を示すフローチャートである。はじめに、取得部21が、自車両(移動体10)の位置情報と速度情報とを含む自車両情報、自車両の周辺に存在する他車両106の位置情報と速度情報とを含む他車両情報、出発地点101から目的地点102に至るまでに走行すべき道路を示す道路情報と道路内で走行すべき車線を示す情報とを含む経路情報、及び、道路内の車線情報と道路の法定速度情報と道路の車線変更可否情報と道路の工事範囲105を示す工事情報とを含む地図情報を取得する(ステップS1)。
[Example of operation control method]
FIG. 7 is a flowchart showing an example of the operation control method according to the first embodiment. First, the acquisition unit 21 obtains own vehicle information including position information and speed information of the own vehicle (mobile object 10), other vehicle information including position information and speed information of other vehicles 106 existing around the own vehicle, Route information including road information indicating the road to be traveled on from the departure point 101 to the destination point 102 and information indicating the lane to be traveled on the road, lane information on the road and legal speed information for the road. Map information including road lane change permission information and construction information indicating the road construction area 105 is acquired (step S1).

次に、算出部22が、自車両情報と他車両情報と経路情報と地図情報とに基づいて、車線情報に含まれる各車線の車線推奨度r、各車線の走行可否、及び、各車線の目標速度のうち少なくとも1つを含む車線属性情報を算出する(ステップS2)。 Next, the calculation unit 22 calculates the lane recommendation level r of each lane included in the lane information, the drivability of each lane, and the drivability of each lane, based on the own vehicle information, other vehicle information, route information, and map information. Lane attribute information including at least one of the target speeds is calculated (step S2).

次に、決定部23が、自車両情報と他車両情報と経路情報と地図情報と車線属性情報とを入力とし、走行車線及び速度の少なくとも一方を出力する機械学習モデルを用いることによって、安全が担保された範囲から自車両の走行車線及び速度の少なくとも一方を決定する(ステップS3)。 Next, the determining unit 23 uses a machine learning model that inputs own vehicle information, other vehicle information, route information, map information, and lane attribute information and outputs at least one of the driving lane and speed, thereby ensuring safety. At least one of the driving lane and speed of the host vehicle is determined from the guaranteed range (step S3).

[第1実施形態の効果]
以上、説明した第1実施形態の運転制御装置20によれば、安全性と走行効率とを両立して、自動運転における走行車線及び速度を決定することができる。具体的には、算出部22により算出された各車線の車線属性情報を機械学習モデルに入力することで、ルールベースでの最低限の安全を担保することができる。そして、決定部23が、機械学習モデルで自車両の走行車線及び速度の少なくとも一方を決定することで、学習ベースで走行効率の良い運転行動を決定できる。
[Effects of the first embodiment]
As described above, according to the driving control device 20 of the first embodiment described above, the driving lane and speed in automatic driving can be determined while achieving both safety and driving efficiency. Specifically, by inputting the lane attribute information of each lane calculated by the calculation unit 22 into the machine learning model, it is possible to ensure the minimum level of safety on a rule-based basis. Then, the determining unit 23 determines at least one of the driving lane and speed of the own vehicle using the machine learning model, so that driving behavior with good travel efficiency can be determined on a learning basis.

(第2実施形態)
次に第2実施形態について説明する。第2実施形態の説明では、第1実施形態と同様の説明については省略し、第1実施形態と異なる箇所について説明する。
(Second embodiment)
Next, a second embodiment will be described. In the description of the second embodiment, descriptions similar to those in the first embodiment will be omitted, and points different from the first embodiment will be described.

第1実施形態では、取得部21により出力された情報(自車両情報、他車両情報、経路情報及び地図情報)と、算出部22により出力された車線属性情報をそのまま決定部23に入力していた。第2実施形態では、学習の効率化のために、取得部21及び算出部22により出力された情報から画像を生成し、当該画像を機械学習モデルに入力する場合について説明する。 In the first embodiment, the information output by the acquisition unit 21 (own vehicle information, other vehicle information, route information, and map information) and the lane attribute information output by the calculation unit 22 are input as they are to the determination unit 23. Ta. In the second embodiment, a case will be described in which an image is generated from information output by the acquisition unit 21 and the calculation unit 22 and the image is input to a machine learning model in order to improve learning efficiency.

[機能構成の例]
図8は第2実施形態の移動体10の機能構成の例を示す図である。移動体10は、運転制御装置20-2、出力部10A、センサ10B、センサ10C、動力制御部10G及び動力部10Hを備える。運転制御装置20-2は、処理部20A及び記憶部20Bを備える。
[Example of functional configuration]
FIG. 8 is a diagram showing an example of the functional configuration of the mobile object 10 according to the second embodiment. The moving body 10 includes an operation control device 20-2, an output section 10A, a sensor 10B, a sensor 10C, a power control section 10G, and a power section 10H. The operation control device 20-2 includes a processing section 20A and a storage section 20B.

処理部20Aは、取得部21、算出部22、決定部23及び生成部24を備える。第2実施形態では、生成部24が更に追加されている。 The processing unit 20A includes an acquisition unit 21, a calculation unit 22, a determination unit 23, and a generation unit 24. In the second embodiment, a generation unit 24 is further added.

生成部24は、自車両情報と他車両情報と経路情報と地図情報と車線属性情報とから、自車両(移動体10)の周辺の走行可否、車線推奨度及び目標速度の少なくとも1つを画素値により表す1以上の画像を生成する。生成部24は、算出部22が出力する車線属性情報のうち少なくとも一つを用いて少なくとも一枚の画像を生成する。なお、生成部24は、複数の属性値を用いて、複数の画像を生成し、当該複数の画像を決定部23に入力してもよい。 The generation unit 24 generates at least one of the following: whether or not the vehicle (mobile object 10) can travel around the vehicle (mobile object 10), lane recommendation level, and target speed from the vehicle information, other vehicle information, route information, map information, and lane attribute information. Generate one or more images represented by values. The generation unit 24 generates at least one image using at least one of the lane attribute information output by the calculation unit 22. Note that the generation unit 24 may generate a plurality of images using a plurality of attribute values, and input the plurality of images to the determination unit 23.

図9Aは第2実施形態の生成部24により生成される画像を説明するための図である。図9Bは、図9Aの地点A付近の情報を示す画像の例を示す図である。図9Cは、図9Bの地点B付近の情報を示す画像の例を示す図である。図9B及びCの例では、画像上側が自車両(移動体10)の進行方向を示す。縦方向に三分割された領域120~122は、それぞれ左から車線920、921、922を表す領域である。画像中央の矩形110は自車両を表し、車線921上を走行していることを表す。 FIG. 9A is a diagram for explaining an image generated by the generation unit 24 of the second embodiment. FIG. 9B is a diagram showing an example of an image showing information around point A in FIG. 9A. FIG. 9C is a diagram showing an example of an image showing information around point B in FIG. 9B. In the example of FIGS. 9B and 9C, the upper side of the image indicates the traveling direction of the host vehicle (mobile object 10). The regions 120 to 122 divided into three in the vertical direction represent lanes 920, 921, and 922 from the left, respectively. A rectangle 110 in the center of the image represents the own vehicle, and represents that the vehicle is traveling on a lane 921.

図9B及びCの画像では、車線920~922の走行可否が、各車線の領域120~122を塗りつぶす色の濃淡(画素値)で表現されている。例えば、図9Bの例では、自車両近傍に障害物が存在しないため、算出部22が、全車線が走行可であることを示す車線属性情報を出力する。そのため、生成部24は、全ての車線が走行可であることを表す図9Bの画像を生成する。一方、図9Cの例では、車線920上の自車両近傍に障害物(他車両106)が存在するため、算出部22が車線920は走行不可であることを示す車線属性情報を出力する。そのため、生成部24が、車線920を表す領域120は走行不可であり、車線921及び922を表す領域121及び122は走行可であることを表す図9Cの画像を生成する。 In the images of FIGS. 9B and 9C, whether or not the vehicle can travel in lanes 920 to 922 is expressed by color shading (pixel values) that fill in areas 120 to 122 of each lane. For example, in the example of FIG. 9B, since there are no obstacles near the host vehicle, the calculation unit 22 outputs lane attribute information indicating that all lanes are traversable. Therefore, the generation unit 24 generates the image shown in FIG. 9B showing that all lanes are open for travel. On the other hand, in the example of FIG. 9C, since there is an obstacle (other vehicle 106) near the host vehicle on lane 920, calculation unit 22 outputs lane attribute information indicating that lane 920 is not travelable. Therefore, the generation unit 24 generates the image shown in FIG. 9C showing that the area 120 representing the lane 920 is not travelable, and the areas 121 and 122 representing the lanes 921 and 922 are travelable.

図10Aは第2実施形態の生成部24により生成される画像を説明するための図である。図10Bは、図10Aの地点A付近の情報を示す画像の例を示す図である。図10Cは、図10Bの地点B付近の情報を示す画像の例を示す図である。 FIG. 10A is a diagram for explaining an image generated by the generation unit 24 of the second embodiment. FIG. 10B is a diagram showing an example of an image showing information around point A in FIG. 10A. FIG. 10C is a diagram showing an example of an image showing information around point B in FIG. 10B.

図10B及びCの画像では、車線920~922の車線推奨度が、各車線の領域120~122を塗りつぶす色の濃淡(画素値)で表現されている。例えば、図10B及びCの例では、車線推奨度が高い車線を示す領域ほど濃い色で表されている。図10Bの例では、車線1022を表す領域122が最も車線推奨度が高いため最も濃い色となる。また図10Cの例では、自車両周辺の車線922において分岐点に近いほど車線推奨度が高くなるため、車線922を表す領域122については自車進行方向に向かって色がより濃くなっている。 In the images of FIGS. 10B and 10C, the lane recommendation levels of lanes 920 to 922 are expressed by color shading (pixel values) that fill in areas 120 to 122 of each lane. For example, in the examples of FIGS. 10B and 10C, the area indicating a lane with a higher lane recommendation level is expressed in a darker color. In the example of FIG. 10B, the area 122 representing the lane 1022 has the highest lane recommendation level and therefore has the darkest color. Furthermore, in the example of FIG. 10C, the degree of lane recommendation increases as the distance from the branch point increases in the lane 922 surrounding the host vehicle, so the color of the area 122 representing the lane 922 becomes darker toward the direction of travel of the host vehicle.

図11Aは第2実施形態の生成部24により生成される画像を説明するための図である。図11Bは、図11Aの自車両付近の情報を示す画像の例を示す図である。図11Bの画像では、車線920~922の目標速度が、各車線の領域120~122を塗りつぶす色の濃淡(画素値)で表現されている。例えば、図11Bの例では、目標速度が高い車線を示す領域ほど濃い色で表されている。図11Bの例では、車線1122を表す領域122が最も目標速度が高い(60km/h)ため最も濃い色となる。 FIG. 11A is a diagram for explaining an image generated by the generation unit 24 of the second embodiment. FIG. 11B is a diagram showing an example of an image showing information around the own vehicle in FIG. 11A. In the image of FIG. 11B, the target speeds for lanes 920 to 922 are expressed by color shading (pixel values) that fill in areas 120 to 122 of each lane. For example, in the example of FIG. 11B, the area indicating a lane with a higher target speed is represented in a darker color. In the example of FIG. 11B, the area 122 representing the lane 1122 has the highest target speed (60 km/h) and is therefore colored the darkest.

以上説明したように、第2実施形態の運転制御装置20-2では、生成部24が、自車両情報と他車両情報と経路情報と地図情報と車線属性情報とから、自車両(移動体10)の周辺の走行可否、車線推奨度及び目標速度の少なくとも1つを画素値により表す1以上の画像を生成する。そして、決定部23が、自車両情報と他車両情報と経路情報と地図情報と車線属性情報との入力を、1以上の画像によって受け付ける。 As explained above, in the driving control device 20-2 of the second embodiment, the generation unit 24 generates information about the own vehicle (mobile object 10) from the own vehicle information, other vehicle information, route information, map information, and lane attribute information. ), one or more images are generated that represent at least one of the following: travel availability, lane recommendation level, and target speed using pixel values. Then, the determining unit 23 receives input of own vehicle information, other vehicle information, route information, map information, and lane attribute information using one or more images.

これにより第2実施形態の運転制御装置20-2によれば、機械学習モデルの入力を画像データ形式にすることで、当該機械学習モデルの学習をより効率化できる。 As a result, according to the operation control device 20-2 of the second embodiment, by inputting the machine learning model into the image data format, the learning of the machine learning model can be made more efficient.

最後に、第1及び第2実施形態の運転制御装置20(20-2)のハードウェア構成の例について説明する。 Finally, an example of the hardware configuration of the operation control device 20 (20-2) of the first and second embodiments will be described.

[ハードウェア構成の例]
図12は第1及び第2実施形態の運転制御装置20(20-2)のハードウェア構成の例を示す図である。運転制御装置20は、制御装置201、主記憶装置202、補助記憶装置203、表示装置204、入力装置205及び通信装置206を備える。制御装置201、主記憶装置202、補助記憶装置203、表示装置204、入力装置205及び通信装置206は、バス210を介して接続されている。
[Example of hardware configuration]
FIG. 12 is a diagram showing an example of the hardware configuration of the operation control device 20 (20-2) of the first and second embodiments. The operation control device 20 includes a control device 201, a main storage device 202, an auxiliary storage device 203, a display device 204, an input device 205, and a communication device 206. The control device 201, main storage device 202, auxiliary storage device 203, display device 204, input device 205, and communication device 206 are connected via a bus 210.

なお、運転制御装置20は、表示装置204、入力装置205及び通信装置206は備えていなくてもよい。例えば、運転制御装置20が他の装置と接続される場合、当該他の装置の表示機能、入力機能及び通信機能を利用してもよい。 Note that the operation control device 20 does not need to include the display device 204, the input device 205, and the communication device 206. For example, when the operation control device 20 is connected to another device, the display function, input function, and communication function of the other device may be used.

制御装置201は補助記憶装置203から主記憶装置202に読み出されたプログラムを実行する。制御装置201は、例えばCPU等の1以上のプロセッサである。主記憶装置202はROM(Read Only Memory)、及び、RAM等のメモリである。補助記憶装置203はメモリカード、及び、HDD(Hard Disk Drive)等である。 The control device 201 executes the program read from the auxiliary storage device 203 to the main storage device 202. The control device 201 is, for example, one or more processors such as a CPU. The main storage device 202 is a memory such as a ROM (Read Only Memory) and a RAM. The auxiliary storage device 203 is a memory card, a HDD (Hard Disk Drive), or the like.

表示装置204は情報を表示する。表示装置204は、例えば液晶ディスプレイである。入力装置205は、情報の入力を受け付ける。入力装置205は、例えばハードウェアキー等である。なお表示装置204及び入力装置205は、表示機能と入力機能とを兼ねる液晶タッチパネル等でもよい。通信装置206は他の装置と通信する。 Display device 204 displays information. The display device 204 is, for example, a liquid crystal display. Input device 205 accepts input of information. The input device 205 is, for example, a hardware key. Note that the display device 204 and the input device 205 may be a liquid crystal touch panel or the like that has both a display function and an input function. Communication device 206 communicates with other devices.

運転制御装置20で実行されるプログラムは、インストール可能な形式又は実行可能な形式のファイルでCD-ROM、メモリカード、CD-R、及び、DVD(Digital Versatile Disc)等のコンピュータで読み取り可能な記憶媒体に記憶されてコンピュータ・プログラム・プロダクトとして提供される。 The programs executed by the operation control device 20 are files in an installable or executable format and are stored in a computer-readable storage such as a CD-ROM, memory card, CD-R, or DVD (Digital Versatile Disc). It is stored on a medium and provided as a computer program product.

また運転制御装置20で実行されるプログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成してもよい。また運転制御装置20が実行するプログラムを、ダウンロードさせずにインターネット等のネットワーク経由で提供するように構成してもよい。 Alternatively, the program executed by the operation control device 20 may be stored on a computer connected to a network such as the Internet, and provided by being downloaded via the network. Further, the program executed by the operation control device 20 may be provided via a network such as the Internet without being downloaded.

また運転制御装置20で実行されるプログラムを、ROM等に予め組み込んで提供するように構成してもよい。 Further, the program executed by the operation control device 20 may be provided in advance by being incorporated into a ROM or the like.

運転制御装置20で実行されるプログラムは、運転制御装置20の機能のうち、プログラムにより実現可能な機能を含むモジュール構成となっている。 The program executed by the operation control device 20 has a module configuration that includes functions of the operation control device 20 that can be realized by the program.

プログラムにより実現される機能は、制御装置201が補助記憶装置203等の記憶媒体からプログラムを読み出して実行することにより、主記憶装置202にロードされる。すなわちプログラムにより実現される機能は、主記憶装置202上に生成される。 The functions realized by the program are loaded into the main storage device 202 when the control device 201 reads the program from a storage medium such as the auxiliary storage device 203 and executes the program. That is, the functions realized by the program are generated on the main storage device 202.

なお運転制御装置20の機能の一部を、IC等のハードウェアにより実現してもよい。ICは、例えば専用の処理を実行するプロセッサである。 Note that a part of the functions of the operation control device 20 may be realized by hardware such as an IC. The IC is, for example, a processor that executes dedicated processing.

また複数のプロセッサを用いて各機能を実現する場合、各プロセッサは、各機能のうち1つを実現してもよいし、各機能のうち2つ以上を実現してもよい。 Further, when each function is realized using a plurality of processors, each processor may realize one of each function, or may realize two or more of each function.

本発明のいくつかの実施形態を説明したが、これらの実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。これら新規な実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。 Although several embodiments of the invention have been described, these embodiments are presented by way of example and are not intended to limit the scope of the invention. These novel embodiments can be implemented in various other forms, and various omissions, substitutions, and changes can be made without departing from the gist of the invention. These embodiments and their modifications are included within the scope and gist of the invention, as well as within the scope of the invention described in the claims and its equivalents.

10 移動体
10A 出力部
10B センサ
10C センサ
10D 通信部
10E ディスプレイ
10F スピーカ
10G 動力制御部
10H 動力部
10I バス
20 運転制御装置
21 取得部
22 算出部
23 決定部
24 生成部
201 制御装置
202 主記憶装置
203 補助記憶装置
204 表示装置
205 入力装置
206 通信装置
210 バス
10 Moving body 10A Output section 10B Sensor 10C Sensor 10D Communication section 10E Display 10F Speaker 10G Power control section 10H Power section 10I Bus 20 Operation control device 21 Acquisition section 22 Calculation section 23 Determination section 24 Generation section 201 Control device 202 Main storage device 203 Auxiliary storage device 204 Display device 205 Input device 206 Communication device 210 Bus

Claims (20)

自車両の位置情報と速度情報とを含む自車両情報、前記自車両の周辺に存在する他車両の位置情報と速度情報とを含む他車両情報、出発地点から目的地点に至るまでに走行すべき道路を示す道路情報と前記道路内で走行すべき車線を示す情報とを含む経路情報、及び、前記道路内の車線情報と前記道路の法定速度情報と前記道路の車線変更可否情報と前記道路の工事範囲を示す工事情報とを含む地図情報を取得する取得部と、
前記自車両情報と前記他車両情報と前記経路情報と前記地図情報とに基づいて、前記車線情報に含まれる各車線の車線推奨度、前記各車線の走行可否、及び、前記各車線の目標速度のうち少なくとも1つを含む車線属性情報を算出する算出部と、
前記自車両情報と前記他車両情報と前記経路情報と前記地図情報と前記車線属性情報とを入力とし、走行車線及び速度を出力する機械学習モデルを用い、前記機械学習モデルにより出力された走行車線及び速度によって、前記自車両の走行車線及び速度を決定する決定部と、を備え、
前記機械学習モデルは、前記各車線の目標速度との差分、及び、前記目的地点までの距離に基づく報酬が用いられた強化学習によって学習される、
運転制御装置。
own vehicle information including position information and speed information of the own vehicle; other vehicle information including position information and speed information of other vehicles existing around the own vehicle; and information on the distance to be traveled from the starting point to the destination point. Route information including road information indicating a road and information indicating a lane in which to drive on the road, lane information on the road, legal speed information on the road, lane change permission information on the road, and information on the road. an acquisition unit that acquires map information including construction information indicating a construction scope;
Based on the own vehicle information, the other vehicle information, the route information, and the map information, the lane recommendation level of each lane included in the lane information, the travelability of each lane, and the target speed of each lane. a calculation unit that calculates lane attribute information including at least one of the following;
Using a machine learning model that inputs the own vehicle information, the other vehicle information, the route information, the map information, and the lane attribute information and outputs the driving lane and speed , a determining unit that determines the driving lane and speed of the own vehicle based on the driving lane and speed ,
The machine learning model is learned by reinforcement learning using a reward based on the difference between the target speed of each lane and the distance to the destination point.
Operation control device.
前記算出部は、前記工事情報から、前記工事範囲を特定し、前記工事範囲を含む車線の走行可否を走行不可にする、
請求項1に記載の運転制御装置。
The calculation unit specifies the construction area from the construction information, and changes whether or not driving is possible on a lane including the construction area.
The operation control device according to claim 1.
前記算出部は、前記自車両の位置情報と前記他車両の位置情報と前記車線情報とから、前記自車両が走行する車線の周辺の車線で走行する前記他車両と前記自車両との相対距離を算出し、前記自車両の速度情報と前記他車両の速度情報とから前記自車両と前記他車両との相対速度を算出し、前記相対距離が第1閾値より小さく、かつ、前記相対速度が第2閾値より大きい場合に、前記周辺の車線の走行可否を走行不可にする、
請求項1又は2に記載の運転制御装置。
The calculation unit calculates a relative distance between the own vehicle and the other vehicle traveling in a lane around the lane in which the own vehicle is traveling, based on the position information of the own vehicle, the position information of the other vehicle, and the lane information. is calculated, and the relative speed between the own vehicle and the other vehicle is calculated from the speed information of the own vehicle and the speed information of the other vehicle, and the relative distance is smaller than a first threshold, and the relative speed is If it is larger than a second threshold, the surrounding lanes are set to be disabled;
The operation control device according to claim 1 or 2.
前記算出部は、前記道路情報から前記各車線と前記走行すべき車線との距離dを特定し、前記距離dが小さいほど前記各車線の車線推奨度を高く算出する、
請求項1乃至3のいずれか1項に記載の運転制御装置。
The calculation unit specifies a distance d between each lane and the lane in which the vehicle should travel from the road information, and calculates a lane recommendation level of each lane to be higher as the distance d is smaller.
The operation control device according to any one of claims 1 to 3.
前記算出部は、前記道路情報から前記車線の分岐点を特定し、前記走行すべき車線が前記分岐点で別の車線に変更される場合、前記分岐点までの距離lが小さいほど、前記分岐点で分岐する車線の車線推奨度が高くなるように算出する、
請求項1乃至4のいずれか1項に記載の運転制御装置。
The calculation unit specifies a branch point of the lane from the road information, and when the lane to be traveled is changed to another lane at the branch point, the smaller the distance l to the branch point, the more the branch point is determined. Calculate the lane recommendation level for lanes that diverge at points,
The operation control device according to any one of claims 1 to 4.
前記算出部は、前記自車両の位置情報と前記自車両の速度情報と前記他車両の位置情報と前記他車両の速度情報と前記法定速度情報とから、前記各車線の目標速度を算出する、
請求項1乃至5のいずれか1項に記載の運転制御装置。
The calculation unit calculates a target speed for each lane from the position information of the own vehicle, the speed information of the own vehicle, the position information of the other vehicle, the speed information of the other vehicle, and the legal speed information.
The operation control device according to any one of claims 1 to 5.
前記自車両情報と前記他車両情報と前記経路情報と前記地図情報と前記車線属性情報とから、前記自車両の周辺の走行可否、車線推奨度及び目標速度の少なくとも1つを画素値により表す1以上の画像を生成する生成部を更に備え、
前記決定部は、前記自車両情報と前記他車両情報と前記経路情報と前記地図情報と前記車線属性情報との入力を前記1以上の画像によって受け付ける、
請求項1乃至6のいずれか1項に記載の運転制御装置。
From the own vehicle information, the other vehicle information, the route information, the map information, and the lane attribute information, at least one of the following: whether or not the host vehicle can travel around the host vehicle, a lane recommendation degree, and a target speed is represented by a pixel value. further comprising a generation unit that generates the above image,
The determining unit receives input of the own vehicle information, the other vehicle information, the route information, the map information, and the lane attribute information using the one or more images.
The operation control device according to any one of claims 1 to 6.
運転制御装置が、自車両の位置情報と速度情報とを含む自車両情報、前記自車両の周辺に存在する他車両の位置情報と速度情報とを含む他車両情報、出発地点から目的地点に至るまでに走行すべき道路を示す道路情報と前記道路内で走行すべき車線を示す情報とを含む経路情報、及び、前記道路内の車線情報と前記道路の法定速度情報と前記道路の車線変更可否情報と前記道路の工事範囲を示す工事情報とを含む地図情報を取得するステップと、
前記運転制御装置が、前記自車両情報と前記他車両情報と前記経路情報と前記地図情報とに基づいて、前記車線情報に含まれる各車線の車線推奨度、前記各車線の走行可否、及び、前記各車線の目標速度のうち少なくとも1つを含む車線属性情報を算出するステップと、
前記運転制御装置が、前記自車両情報と前記他車両情報と前記経路情報と前記地図情報と前記車線属性情報とを入力とし、走行車線及び速度を出力する機械学習モデルを用い、前記機械学習モデルにより出力された走行車線及び速度によって、前記自車両の走行車線及び速度を決定するステップと、を含み、
前記機械学習モデルは、前記各車線の目標速度との差分、及び、前記目的地点までの距離に基づく報酬が用いられた強化学習によって学習される、
運転制御方法。
A driving control device obtains own vehicle information including position information and speed information of the own vehicle, other vehicle information including position information and speed information of other vehicles existing around the own vehicle, and a route from a departure point to a destination point. route information including road information indicating the road on which the road should be traveled and information indicating the lane on which the road should be driven, lane information on the road, legal speed information on the road, and whether or not it is possible to change lanes on the road. obtaining map information including information and construction information indicating a construction area of the road;
The driving control device determines, based on the own vehicle information, the other vehicle information, the route information, and the map information, the lane recommendation level of each lane included in the lane information, whether or not each lane can be driven, and calculating lane attribute information including at least one of the target speeds for each lane;
The driving control device uses a machine learning model that inputs the own vehicle information, the other vehicle information, the route information, the map information, and the lane attribute information and outputs the driving lane and speed . determining the driving lane and speed of the host vehicle based on the driving lane and speed output by the learning model ,
The machine learning model is learned by reinforcement learning using a reward based on the difference between the target speed of each lane and the distance to the destination point.
Operation control method.
前記算出するステップは、前記工事情報から、前記工事範囲を特定し、前記工事範囲に含まれる車線の走行可否を走行不可にするステップを含む、
請求項8に記載の運転制御方法。
The step of calculating includes the step of identifying the construction area from the construction information and determining whether or not the lane included in the construction area is travelable.
The operation control method according to claim 8.
前記算出するステップは、前記自車両の位置情報と前記他車両の位置情報と前記車線情報とから、前記自車両が走行する車線の周辺の車線で走行する前記他車両と前記自車両との相対距離を算出し、前記自車両の速度情報と前記他車両の速度情報とから前記自車両と前記他車両との相対速度を算出し、前記相対距離が第1閾値より小さく、かつ、前記相対速度が第2閾値より大きい場合に、前記周辺の車線の走行可否を走行不可にするステップを含む、
請求項8又は9に記載の運転制御方法。
The step of calculating calculates, based on the position information of the own vehicle, the position information of the other vehicle, and the lane information, the relative position of the own vehicle and the other vehicle traveling in a lane around the lane in which the own vehicle is traveling. A distance is calculated, a relative speed between the own vehicle and the other vehicle is calculated from speed information of the own vehicle and speed information of the other vehicle, and the relative distance is smaller than a first threshold and the relative speed is is larger than a second threshold, the step of determining whether or not the surrounding lanes are drivable is prohibited;
The operation control method according to claim 8 or 9.
前記算出するステップは、前記道路情報から前記各車線と前記走行すべき車線との距離dを特定し、前記距離dが小さいほど前記各車線の車線推奨度を高く算出する、
請求項8乃至10のいずれか1項に記載の運転制御方法。
The calculating step specifies a distance d between each lane and the lane in which the vehicle should travel from the road information, and calculates a higher lane recommendation level for each lane as the distance d is smaller.
The operation control method according to any one of claims 8 to 10.
前記算出するステップは、前記道路情報から前記車線の分岐点を特定し、前記走行すべき車線が前記分岐点で別の車線に変更される場合、前記分岐点までの距離lが小さいほど、前記分岐点で分岐する車線の車線推奨度が高くなるように算出する、
請求項8乃至11のいずれか1項に記載の運転制御方法。
The calculating step specifies a branching point of the lane from the road information, and when the lane to be driven is changed to another lane at the branching point, the smaller the distance l to the branching point, the more the distance l to the branching point is determined. Calculate the lane recommendation level of the lane that branches at a branch point to be high.
The operation control method according to any one of claims 8 to 11.
前記算出するステップは、前記自車両の位置情報と前記自車両の速度情報と前記他車両の位置情報と前記他車両の速度情報と前記法定速度情報とから、前記各車線の目標速度を算出する、
請求項8乃至12のいずれか1項に記載の運転制御方法。
The step of calculating calculates the target speed of each lane from the position information of the own vehicle, the speed information of the own vehicle, the position information of the other vehicle, the speed information of the other vehicle, and the legal speed information. ,
The operation control method according to any one of claims 8 to 12.
前記自車両情報と前記他車両情報と前記経路情報と前記地図情報と前記車線属性情報とから、前記自車両の周辺の走行可否、車線推奨度及び目標速度の少なくとも1つを画素値により表す1以上の画像を生成するステップを更に含み、
前記決定するステップは、前記自車両情報と前記他車両情報と前記経路情報と前記地図情報と前記車線属性情報との入力を前記1以上の画像によって受け付けるステップを含む、
請求項8乃至13のいずれか1項に記載の運転制御方法。
From the own vehicle information, the other vehicle information, the route information, the map information, and the lane attribute information, at least one of the following: whether or not the host vehicle can travel around the host vehicle, a lane recommendation degree, and a target speed is represented by a pixel value. further comprising the step of generating the above image;
The determining step includes receiving input of the own vehicle information, the other vehicle information, the route information, the map information, and the lane attribute information using the one or more images.
The operation control method according to any one of claims 8 to 13.
コンピュータを、
自車両の位置情報と速度情報とを含む自車両情報、前記自車両の周辺に存在する他車両の位置情報と速度情報とを含む他車両情報、出発地点から目的地点に至るまでに走行すべき道路を示す道路情報と前記道路内で走行すべき車線を示す情報とを含む経路情報、及び、前記道路内の車線情報と前記道路の法定速度情報と前記道路の車線変更可否情報と前記道路の工事範囲を示す工事情報とを含む地図情報を取得する取得部と、
前記自車両情報と前記他車両情報と前記経路情報と前記地図情報とに基づいて、前記車線情報に含まれる各車線の車線推奨度、前記各車線の走行可否、及び、前記各車線の目標速度のうち少なくとも1つを含む車線属性情報を算出する算出部と、
前記自車両情報と前記他車両情報と前記経路情報と前記地図情報と前記車線属性情報とを入力とし、走行車線及び速度を出力する機械学習モデルを用い、前記機械学習モデルにより出力された走行車線及び速度によって、前記自車両の走行車線及び速度を決定する決定部、として機能させ、
前記機械学習モデルは、前記各車線の目標速度との差分、及び、前記目的地点までの距離に基づく報酬が用いられた強化学習によって学習される、
プログラム。
computer,
own vehicle information including position information and speed information of the own vehicle; other vehicle information including position information and speed information of other vehicles existing around the own vehicle; and information on the distance to be traveled from the starting point to the destination point. Route information including road information indicating a road and information indicating a lane in which to drive on the road, lane information on the road, legal speed information on the road, lane change permission information on the road, and information on the road. an acquisition unit that acquires map information including construction information indicating a construction scope;
Based on the own vehicle information, the other vehicle information, the route information, and the map information, the lane recommendation level of each lane included in the lane information, the travelability of each lane, and the target speed of each lane. a calculation unit that calculates lane attribute information including at least one of the following;
Using a machine learning model that inputs the own vehicle information, the other vehicle information, the route information, the map information, and the lane attribute information and outputs the driving lane and speed , functioning as a determining unit that determines the driving lane and speed of the host vehicle based on the driving lane and speed ;
The machine learning model is learned by reinforcement learning using a reward based on the difference between the target speed of each lane and the distance to the destination point.
program.
前記算出部は、前記工事情報から、前記工事範囲を特定し、前記工事範囲に含まれる車線の走行可否を走行不可にする、
請求項15に記載のプログラム。
The calculation unit identifies the construction area from the construction information, and changes whether or not driving is possible on a lane included in the construction area.
The program according to claim 15.
前記算出部は、前記自車両の位置情報と前記他車両の位置情報と前記車線情報とから、前記自車両が走行する車線の周辺の車線で走行する前記他車両と前記自車両との相対距離を算出し、前記自車両の速度情報と前記他車両の速度情報とから前記自車両と前記他車両との相対速度を算出し、前記相対距離が第1閾値より小さく、かつ、前記相対速度が第2閾値より大きい場合に、前記周辺の車線の走行可否を走行不可にする、
請求項15又は16に記載のプログラム。
The calculation unit calculates a relative distance between the own vehicle and the other vehicle traveling in a lane around the lane in which the own vehicle is traveling, based on the position information of the own vehicle, the position information of the other vehicle, and the lane information. is calculated, and the relative speed between the own vehicle and the other vehicle is calculated from the speed information of the own vehicle and the speed information of the other vehicle, and the relative distance is smaller than a first threshold, and the relative speed is If it is larger than a second threshold, the surrounding lanes are set to be disabled;
The program according to claim 15 or 16.
前記算出部は、前記道路情報から前記各車線と前記走行すべき車線との距離dを特定し、前記距離dが小さいほど前記各車線の車線推奨度を高く算出する、
請求項15乃至17のいずれか1項に記載のプログラム。
The calculation unit specifies a distance d between each lane and the lane in which the vehicle should travel from the road information, and calculates a lane recommendation level of each lane to be higher as the distance d is smaller.
The program according to any one of claims 15 to 17.
前記算出部は、前記道路情報から前記車線の分岐点を特定し、前記走行すべき車線が前記分岐点で別の車線に変更される場合、前記分岐点までの距離lが小さいほど、前記分岐点で分岐する車線の車線推奨度が高くなるように算出する、
請求項15乃至18のいずれか1項に記載のプログラム。
The calculation unit specifies a branch point of the lane from the road information, and when the lane to be traveled is changed to another lane at the branch point, the smaller the distance l to the branch point, the more the branch point is determined. Calculate the lane recommendation level for lanes that diverge at points,
The program according to any one of claims 15 to 18.
前記算出部は、前記自車両の位置情報と前記自車両の速度情報と前記他車両の位置情報と前記他車両の速度情報と前記法定速度情報とから、前記各車線の目標速度を算出する、
請求項15乃至19のいずれか1項に記載のプログラム。
The calculation unit calculates a target speed for each lane from the position information of the own vehicle, the speed information of the own vehicle, the position information of the other vehicle, the speed information of the other vehicle, and the legal speed information.
The program according to any one of claims 15 to 19.
JP2020126572A 2020-07-27 2020-07-27 Operation control device, operation control method and program Active JP7427556B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020126572A JP7427556B2 (en) 2020-07-27 2020-07-27 Operation control device, operation control method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020126572A JP7427556B2 (en) 2020-07-27 2020-07-27 Operation control device, operation control method and program

Publications (2)

Publication Number Publication Date
JP2022023558A JP2022023558A (en) 2022-02-08
JP7427556B2 true JP7427556B2 (en) 2024-02-05

Family

ID=80226253

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020126572A Active JP7427556B2 (en) 2020-07-27 2020-07-27 Operation control device, operation control method and program

Country Status (1)

Country Link
JP (1) JP7427556B2 (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015190212A1 (en) 2014-06-10 2015-12-17 クラリオン株式会社 Lane selecting device, vehicle control system and lane selecting method
WO2018134941A1 (en) 2017-01-19 2018-07-26 本田技研工業株式会社 Vehicle control system, vehicle control method, and vehicle control program
JP2019124538A (en) 2018-01-15 2019-07-25 キヤノン株式会社 Information processing device, system, and information processing method
JP2019155974A (en) 2018-03-07 2019-09-19 本田技研工業株式会社 Vehicle control device, vehicle control method, and program
WO2019198481A1 (en) 2018-04-13 2019-10-17 日立オートモティブシステムズ株式会社 Recommended lane determination device
JP2019184583A (en) 2018-04-10 2019-10-24 トヨタ自動車株式会社 Dynamic lane-level vehicle navigation using lane group identification
JP2019192228A (en) 2018-04-27 2019-10-31 本田技研工業株式会社 System and method for lane level hazard prediction
WO2019220206A1 (en) 2018-05-15 2019-11-21 日産自動車株式会社 Pick-up position calculation method, pick-up position calculation device, and pick-up position calculation system
JP2020051902A (en) 2018-09-27 2020-04-02 本田技研工業株式会社 Display system, display method, and program

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015190212A1 (en) 2014-06-10 2015-12-17 クラリオン株式会社 Lane selecting device, vehicle control system and lane selecting method
WO2018134941A1 (en) 2017-01-19 2018-07-26 本田技研工業株式会社 Vehicle control system, vehicle control method, and vehicle control program
JP2019124538A (en) 2018-01-15 2019-07-25 キヤノン株式会社 Information processing device, system, and information processing method
JP2019155974A (en) 2018-03-07 2019-09-19 本田技研工業株式会社 Vehicle control device, vehicle control method, and program
JP2019184583A (en) 2018-04-10 2019-10-24 トヨタ自動車株式会社 Dynamic lane-level vehicle navigation using lane group identification
WO2019198481A1 (en) 2018-04-13 2019-10-17 日立オートモティブシステムズ株式会社 Recommended lane determination device
JP2019192228A (en) 2018-04-27 2019-10-31 本田技研工業株式会社 System and method for lane level hazard prediction
WO2019220206A1 (en) 2018-05-15 2019-11-21 日産自動車株式会社 Pick-up position calculation method, pick-up position calculation device, and pick-up position calculation system
JP2020051902A (en) 2018-09-27 2020-04-02 本田技研工業株式会社 Display system, display method, and program

Also Published As

Publication number Publication date
JP2022023558A (en) 2022-02-08

Similar Documents

Publication Publication Date Title
US11042157B2 (en) Lane/object detection and tracking perception system for autonomous vehicles
US11312372B2 (en) Vehicle path prediction
US10293748B2 (en) Information presentation system
US10489686B2 (en) Object detection for an autonomous vehicle
US11842447B2 (en) Localization method and apparatus of displaying virtual object in augmented reality
US10452930B2 (en) Information display device mounted in vehicle including detector
US20200307616A1 (en) Methods and systems for driver assistance
JP6678605B2 (en) Information processing apparatus, information processing method, and information processing program
US20170359561A1 (en) Disparity mapping for an autonomous vehicle
EP3553752A1 (en) Information processing apparatus, information processing method, and computer-readable medium for generating an obstacle map
CN111279689B (en) Display system, display method, and storage medium
CN113916242A (en) Lane positioning method and device, storage medium and electronic equipment
JP7011559B2 (en) Display devices, display control methods, and programs
US20190325234A1 (en) Lane post-processing in an autonomous driving vehicle
CN116674557B (en) Vehicle autonomous lane change dynamic programming method and device and domain controller
EP3444145A1 (en) Moving body surroundings display method and moving body surroundings display apparatus
JP7427556B2 (en) Operation control device, operation control method and program
US20220057795A1 (en) Drive control device, drive control method, and computer program product
WO2022039022A1 (en) Vehicle display control device, vehicle display control system, and vehicle display control method
CN116767182A (en) Perception-based parking assistance for autonomous machine systems and applications
US11830254B2 (en) Outside environment recognition device
US20220026234A1 (en) Drive control device, drive control method, and computer program product
JP2023004192A (en) Vehicle display control device and vehicle display control program
CN118010039A (en) System and method for modeless layout based on static detection

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220825

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20230630

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230801

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20231002

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20240124

R151 Written notification of patent or utility model registration

Ref document number: 7427556

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151