JP2000015595A - Object collision detecting method and its device - Google Patents

Object collision detecting method and its device

Info

Publication number
JP2000015595A
JP2000015595A JP10183039A JP18303998A JP2000015595A JP 2000015595 A JP2000015595 A JP 2000015595A JP 10183039 A JP10183039 A JP 10183039A JP 18303998 A JP18303998 A JP 18303998A JP 2000015595 A JP2000015595 A JP 2000015595A
Authority
JP
Japan
Prior art keywords
collision
geometric model
collision detection
model
detailed
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP10183039A
Other languages
Japanese (ja)
Inventor
Ayako Takenouchi
紋子 竹野内
Naoyoshi Kanamaru
直義 金丸
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP10183039A priority Critical patent/JP2000015595A/en
Publication of JP2000015595A publication Critical patent/JP2000015595A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To accelerate speed for processing a collision detecting operation when it is determined that collision may take place based on the detection of collision using a model in a geometric profile. SOLUTION: As one of an object profile model, internal geometric models 13 and 23 in a simple shape each contained in objects, are provided, and when it is determined that collision may take place based on the detection of collision between the internal geometric models 13 and 23, it is thereby determined that the collision of the objects takes place without processing operations for the detection of collision using detailed geometric models 14 and 24.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、複数の物体の衝突
を検出する物体衝突検出方法およびその装置に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to an object collision detection method for detecting collision of a plurality of objects and an apparatus therefor.

【0002】[0002]

【従来の技術】複数の物体が衝突するかしないかを判定
すること(すなわち衝突検出)は、主に、動く物体の動
作の安全を保証するために用いられる。
2. Description of the Related Art Determining whether a plurality of objects collide or not (i.e., collision detection) is mainly used to ensure the safety of the movement of a moving object.

【0003】ロボットマニピュレータや移動ロボットな
どが安全に動作するためには、動作中に他の物体と衝突
しないことを予め確認する必要がある。2つの物体の衝
突検出は、この確認を行うために用いられる。ロボット
マニピュレータや移動ロボットなどは、動作の安全確認
中は動けないために、短時間での動作の安全の保証が望
まれている。従って、高速な衝突検出が望まれている。
[0003] In order for a robot manipulator or a mobile robot to operate safely, it is necessary to confirm beforehand that it will not collide with another object during operation. Collision detection between two objects is used to make this confirmation. Robotic manipulators, mobile robots, and the like cannot move during the operation safety check, and thus it is desired to guarantee operation safety in a short time. Therefore, high-speed collision detection is desired.

【0004】従来の物体の衝突検出には、いくつかの物
体形状モデルが提案されている。
Several object shape models have been proposed for conventional object collision detection.

【0005】[0005]

【発明が解決しようとする課題】従来における衝突検出
に用いる物体形状モデルとしては、下記の2つのモデル
(1)(2)に大別される。
Conventional object shape models used for collision detection are roughly classified into the following two models (1) and (2).

【0006】(1)外部幾何モデル この外部幾何モデルは、物体を内包する単純な幾何形状
で表現した近似モデルである。
(1) External geometric model This external geometric model is an approximate model represented by a simple geometric shape including an object.

【0007】(2)詳細幾何モデル この詳細幾何モデルは、物体を詳細な形状で表現したモ
デルである。
(2) Detailed geometric model This detailed geometric model is a model expressing an object in a detailed shape.

【0008】(1)の外部幾何モデルとしては、物体を
近似した球や直方体のような単純な幾何形状で近似した
モデルが多く用いられる。この場合、少ない計算量で衝
突検出を行うことが可能となる。
As the external geometric model (1), a model approximated by a simple geometric shape such as a sphere or a rectangular parallelepiped that approximates an object is often used. In this case, collision detection can be performed with a small amount of calculation.

【0009】しかし、このような単純な幾何形状の物体
形状モデルは、実際の物体の形状との間に差があるた
め、誤った衝突検出の結果が得られるおそれがある。
However, since such a simple geometric object shape model has a difference from the actual object shape, an erroneous collision detection result may be obtained.

【0010】一方、(2)の詳細幾何モデルとしては、
機械CADで設計されるような詳細な形状モデルが用い
られる。このような詳細な物体形状モデルは実際の物体
の形状に非常に近いため、衝突検出を行う場合には、
(1)のモデルに比べて正確な検出結果が得られる。
On the other hand, as the detailed geometric model of (2),
A detailed shape model as designed by mechanical CAD is used. Since such a detailed object shape model is very close to the shape of the actual object, when performing collision detection,
An accurate detection result can be obtained as compared with the model of (1).

【0011】しかし、このようなCAD用モデルは、一
般的に形状が複雑であるため、(1)のモデルと比較し
て、衝突検出の演算に長い処理時間が必要となる。
However, since such a CAD model generally has a complicated shape, a longer processing time is required for the calculation of collision detection than the model of (1).

【0012】また、上記2つの物体形状モデルの利点を
組み合わせ、外部幾何モデルと詳細幾何モデルとの双方
を用いて衝突検出を行う方法がある。
There is also a method of combining the advantages of the above two object shape models and performing collision detection using both the external geometric model and the detailed geometric model.

【0013】この方法では、まず、外部幾何モデルを用
いた衝突検出を測定することによって、衝突が発生しな
い場合を高速に演算処理して検出する。そして、外部幾
何モデルを用いた衝突検出によって、衝突が検出された
場合についてのみ、詳細幾何モデルを用いた衝突検出を
行う。この場合、多大な計算量を必要とする詳細幾何モ
デルの衝突検出を行う頻度を減らすことにより、衝突検
出結果の信頼性を保ったまま演算処理を高速化できる。
In this method, first, by measuring collision detection using an external geometric model, the case where no collision occurs is calculated and detected at high speed. Then, only when a collision is detected by the collision detection using the external geometric model, the collision detection using the detailed geometric model is performed. In this case, by reducing the frequency of performing the collision detection of the detailed geometric model requiring a large amount of calculation, it is possible to speed up the arithmetic processing while maintaining the reliability of the collision detection result.

【0014】しかし、外部幾何形状を用いた衝突検出に
よって衝突が発生すると判定された場合には、必ず詳細
幾何モデルの衝突検出の演算処理を行うことになるた
め、長い演算処理時間がやはり必要となる。その結果、
さらなる衝突検出の高速化が望まれる。
However, in the case where it is determined that a collision occurs due to collision detection using an external geometric shape, arithmetic processing for collision detection of the detailed geometric model is always performed, so that a long arithmetic processing time is still required. Become. as a result,
Further speedup of collision detection is desired.

【0015】そこで、本発明の目的は、外部幾何形状の
モデルを用いた衝突検出によって衝突が発生すると判定
された場合における衝突検出の高速処理を図ることが可
能な物体衝突検出方法およびその装置。
An object of the present invention is to provide an object collision detection method and apparatus capable of performing high-speed collision detection when it is determined that a collision occurs by collision detection using an external geometric model.

【0016】[0016]

【課題を解決するための手段】本発明は、衝突検出用物
体形状モデルを用いて物体の衝突検出を行う方法であっ
て、前記衝突検出用物体形状モデルとして、物体を内包
する形状を表現する外部幾何モデルと、物体に内包され
る形状を表現する内部幾何モデルと、物体の詳細な形状
を表現する詳細幾何モデルとを用い、前記外部幾何モデ
ルによって物体の衝突を検出する工程と、前記内部幾何
モデルによって物体の衝突を検出する工程と、前記詳細
幾何モデルによって物体の衝突を検出する工程とを具え
ることによって、物体衝突検出方法を提供する。
SUMMARY OF THE INVENTION The present invention is a method for detecting a collision of an object using an object shape model for collision detection, wherein a shape including an object is expressed as the object shape model for collision detection. Detecting a collision of an object with the external geometric model using an external geometric model, an internal geometric model representing a shape included in the object, and a detailed geometric model representing a detailed shape of the object; An object collision detection method is provided by including a step of detecting an object collision using a geometric model and a step of detecting an object collision using the detailed geometric model.

【0017】また、本発明は、衝突検出用物体形状モデ
ルを用いて物体の衝突検出を行う装置であって、前記衝
突検出用物体形状モデルとして、物体を内包する形状を
表現する外部幾何モデルと、物体に内包される形状を表
現する内部幾何モデルと、物体の詳細な形状を表現する
詳細幾何モデルとを設け、前記外部幾何モデルによって
物体の衝突を検出する手段と、前記内部幾何モデルによ
って物体の衝突を検出する手段と、前記詳細幾何モデル
によって物体の衝突を検出する手段とを具えることによ
って、物体衝突検出装置を提供する。
The present invention also relates to an apparatus for detecting a collision of an object using a collision detection object shape model, wherein the collision detection object shape model includes an external geometric model expressing a shape including the object. Means for detecting a collision of an object by the external geometric model, an internal geometric model representing a shape included in the object, a detailed geometric model representing a detailed shape of the object, And a means for detecting a collision of an object with the detailed geometric model, thereby providing an object collision detection device.

【0018】また、本発明は、衝突検出用物体形状モデ
ルとして、物体を内包する形状を表現する外部幾何モデ
ルと、物体に内包される形状を表現する内部幾何モデル
と、物体の詳細な形状を表現する詳細幾何モデルとを用
い、コンピュータによって物体の衝突検出の制御を行う
ためのプログラムを記録した媒体であって、該制御プロ
グラムはコンピュータに、前記外部幾何モデルによって
物体の衝突を検出させ、前記内部幾何モデルによって物
体の衝突を検出させ、前記詳細幾何モデルによって物体
の衝突を検出させることによって、衝突検出制御プログ
ラムを記録した記録媒体を提供する。
Further, the present invention provides, as a collision detection object shape model, an external geometric model expressing a shape including an object, an internal geometric model expressing a shape included in the object, and a detailed shape of the object. Using a detailed geometric model to represent, a medium recording a program for performing control of collision detection of an object by a computer, the control program causes a computer to detect the collision of the object by the external geometric model, A recording medium storing a collision detection control program by detecting a collision of an object with an internal geometric model and detecting a collision of an object with the detailed geometric model.

【0019】ここで、前記外部幾何モデルを用いた衝突
検出によって物体の衝突が発生すると判定した場合は、
前記内部幾何モデルを用いて衝突検出を行い、前記内部
幾何モデルを用いた衝突検出によって物体の衝突が発生
すると判定した場合は、前記詳細幾何モデルを用いて衝
突検出を行うこと無しに物体の衝突が発生すると判定す
ることができる。
Here, when it is determined that the collision of the object occurs by the collision detection using the external geometric model,
The collision detection is performed using the internal geometric model, and when it is determined that the collision of the object occurs by the collision detection using the internal geometric model, the collision of the object is performed without performing the collision detection using the detailed geometric model. Is determined to occur.

【0020】前記各幾何モデルによって物体の衝突検出
を行う場合において、前記物体が占有する領域を算出
し、前記算出により物体の占有する領域が重複するか否
かを判定し、互いに重複する領域がある場合は、物体の
衝突が発生すると判定することができる。
When detecting collision of an object with each of the geometric models, an area occupied by the object is calculated, and whether or not the area occupied by the object overlaps is determined by the calculation. In some cases, it can be determined that an object collision occurs.

【0021】[0021]

【発明の実施の形態】以下、図面を参照して、本発明の
実施の形態を詳細に説明する。
Embodiments of the present invention will be described below in detail with reference to the drawings.

【0022】(概要)本発明は、衝突検出用物体形状モ
デルとして、外部幾何モデル、詳細幾何モデルの他に、
物体に内包される単純な形状の幾何モデルである内部幾
何モデルを設け、外部幾何モデルを用いた衝突検出によ
って衝突が発生すると判定し、内部幾何モデルの衝突検
出によって衝突が発生すると判定する場合には、詳細幾
何モデルの衝突検出を行うこと無しに、物体が衝突する
と最終的に判定することを特徴とする。
(Outline) The present invention provides an object shape model for collision detection in addition to an external geometric model and a detailed geometric model.
When an internal geometric model that is a geometric model of a simple shape included in an object is provided, collision is determined by detecting collision using an external geometric model, and collision is determined by detecting collision of an internal geometric model. Is characterized by finally determining that an object collides without detecting collision of a detailed geometric model.

【0023】以下、具体的な例を挙げて説明する。Hereinafter, a specific example will be described.

【0024】図1は、本発明で提案する衝突検出のため
の物体形状モデルの例である。
FIG. 1 shows an example of an object shape model for collision detection proposed in the present invention.

【0025】衝突検出用物体形状モデルは、物体を内包
する直方体からなる外部幾何モデル2と、物体に内包さ
れ中央に円柱形状の穴が形成された直方体からなる内部
幾何モデル3と、物体の詳細な形状を表現した詳細幾何
モデル4とより構成される。ここでいう物体とは、実際
の衝突用物体のことをいう。
The object shape model for collision detection includes an external geometric model 2 composed of a rectangular parallelepiped enclosing the object, an internal geometric model 3 composed of a rectangular parallelepiped enclosing the object and having a cylindrical hole at the center, and details of the object. And a detailed geometric model 4 expressing a simple shape. The object here refers to an actual collision object.

【0026】外部幾何モデル2は、図1(a)の実線で
示す直方体に相当する。内部幾何モデル3は、図1
(b)の破線で示す直方体に相当する。詳細幾何モデル
4は、図1(c)の実際の詳細な形状に即した物体に相
当する。なお、モデルの形状は、直方体としたが、この
形状に限るものではない。
The external geometric model 2 corresponds to a rectangular parallelepiped shown by a solid line in FIG. The internal geometric model 3 is shown in FIG.
It corresponds to the rectangular parallelepiped shown by the broken line in (b). The detailed geometric model 4 corresponds to an object conforming to the actual detailed shape in FIG. Although the shape of the model is a rectangular parallelepiped, it is not limited to this shape.

【0027】図2は、本発明に係る物体衝突検出装置1
の構成例を示す。
FIG. 2 shows an object collision detection apparatus 1 according to the present invention.
An example of the configuration will be described.

【0028】本装置1は、衝突検出装置100と、記憶
装置30とを備えている。
The device 1 includes a collision detection device 100 and a storage device 30.

【0029】衝突検出装置100は、外部幾何モデル2
を用いて衝突検出を行う衝突検出装置40と、内部幾何
モデル3を用いて衝突検出を行う衝突検出装置50と、
詳細幾何モデル4を用いて衝突検出を行う衝突検出装置
60とによって構成される。
The collision detection device 100 has the external geometric model 2
A collision detection device 40 that performs collision detection using the internal geometric model 3, and a collision detection device 50 that performs collision detection using the internal geometric model 3.
A collision detection device 60 that performs collision detection using the detailed geometric model 4.

【0030】記憶装置30は、衝突検出を行う2つの物
体10,20に関する情報を記憶している。すなわち、
物体10に対しては、外部幾何モデル12、内部幾何モ
デル13、詳細幾何モデル14、位置姿勢15に関する
情報が記憶されている。物体20に対しては、外部幾何
モデル22、内部幾何モデル23、詳細幾何モデル2
4、位置姿勢25に関する情報が記憶されている。
The storage device 30 stores information on the two objects 10 and 20 for which collision detection is to be performed. That is,
For the object 10, information on the external geometric model 12, the internal geometric model 13, the detailed geometric model 14, and the position and orientation 15 is stored. For the object 20, the external geometric model 22, the internal geometric model 23, the detailed geometric model 2
4. Information on the position and orientation 25 is stored.

【0031】そして、記憶装置30に記憶された物体1
0,20に関する情報内容は、衝突検出装置100にお
いて参照可能とされている。これにより、衝突検出装置
100の各検出装置40〜60には、記憶装置30から
の物体10に関する各幾何モデル12〜14、位置姿勢
15の情報と、物体20に関する各幾何モデル22〜2
4、位置姿勢25の情報とが入力され、これにより、衝
突無し或いは衝突有りという検出結果を出力する。
Then, the object 1 stored in the storage device 30
The information contents regarding 0 and 20 can be referred to in the collision detection device 100. As a result, in each of the detection devices 40 to 60 of the collision detection device 100, the information of the geometric models 12 to 14, the position and orientation 15 of the object 10 from the storage device 30 and the information of the geometric models 22 to 2 of the object 20 are stored.
4. Information on the position and orientation 25 is input, and a detection result indicating that there is no collision or that there is a collision is output.

【0032】なお、各幾何モデル12〜14および22
〜24は、前述した図1の幾何モデル2〜4に相当する
ものであるが、モデル形状は何ら限定されるものではな
い。また、記憶装置30の記憶する物体の個数は、2つ
に限定されるものではない。また、本装置1は、記憶装
置30と衝突検出装置100とについて記載したが、こ
の他に、例えば、物体10,20に関する情報を入力す
る手段や、衝突検出装置40〜60における衝突検出に
関する制御プログラム(図3参照)を記憶する手段を備
えることができる。
Each of the geometric models 12 to 14 and 22
24 correspond to the geometric models 2 to 4 in FIG. 1 described above, but the model shape is not limited at all. Further, the number of objects stored in the storage device 30 is not limited to two. In addition, the present device 1 has described the storage device 30 and the collision detection device 100. In addition to this, for example, a unit for inputting information regarding the objects 10 and 20 and a control related to the collision detection in the collision detection devices 40 to 60 are provided. Means for storing a program (see FIG. 3) can be provided.

【0033】ここで、衝突検出装置100の動作につい
て説明する。
Here, the operation of the collision detection device 100 will be described.

【0034】衝突検出装置100においては、まず、記
憶装置30内の物体10,20に関する情報として、外
部幾何モデル12、外部幾何モデル22、位置姿勢1
5、位置姿勢25の情報を、外部幾何モデルによる衝突
検出装置40に入力し、衝突検出を行う。
In the collision detecting device 100, first, as information on the objects 10 and 20 in the storage device 30, the external geometric model 12, the external geometric model 22,
5. The information of the position and orientation 25 is input to the collision detection device 40 based on the external geometric model, and collision is detected.

【0035】そして、外部幾何モデルによる衝突検出装
置40の検出結果が衝突なしの場合には、衝突検出装置
100は、衝突なしという検出結果を出力する。
If the collision detection device 40 detects that there is no collision based on the external geometric model, the collision detection device 100 outputs a detection result indicating that there is no collision.

【0036】また、外部幾何モデルによる衝突検出装置
40の衝突検出結果が衝突ありの場合には、衝突検出装
置100は、記憶装置30内の内部幾何モデル13、内
部幾何モデル23、位置姿勢15、位置姿勢25を、内
部幾何モデルによる衝突検出装置50に入力し、衝突検
出を行う。
If the collision detection result of the collision detection device 40 based on the external geometric model indicates that there is a collision, the collision detection device 100 stores the internal geometric model 13, the internal geometric model 23, the position and orientation 15, The position and orientation 25 are input to the collision detection device 50 based on the internal geometric model, and collision is detected.

【0037】そして、内部幾何モデルによる衝突検出装
置50の検出結果が衝突ありの場合には、衝突検出装置
100は、衝突ありという検出結果を出力する。
If the collision detection device 50 detects a collision based on the internal geometric model, the collision detection device 100 outputs a collision detection result.

【0038】また、内部幾何モデルによる衝突検出装置
50の検出結果が衝突なしの場合には、衝突検出装置1
00は、記憶装置30内の詳細幾何モデル14、詳細幾
何モデル24、位置姿勢15、位置姿勢25を、詳細幾
何モデルによる衝突検出装置60に入力し、衝突検出を
行う。
If the collision detection device 50 detects no collision based on the internal geometric model, the collision detection device 1
00 inputs the detailed geometric model 14, the detailed geometric model 24, the position / posture 15, and the position / posture 25 in the storage device 30 to the collision detection device 60 based on the detailed geometric model, and performs collision detection.

【0039】詳細幾何モデルによる衝突検出装置60の
検出結果は、衝突検出装置100の検出結果となる。
The detection result of the collision detection device 60 based on the detailed geometric model is the detection result of the collision detection device 100.

【0040】外部幾何モデルを用いた衝突検出と内部幾
何モデルを用いた衝突検出の順序を逆にした場合にも、
同様の処理が可能となる。
When the order of collision detection using the external geometric model and collision detection using the internal geometric model is reversed,
Similar processing can be performed.

【0041】図3は、物体の衝突検出を行う処理を示す
フローチャートである。
FIG. 3 is a flowchart showing a process for detecting a collision of an object.

【0042】ここでは、2つの物体の衝突検出を例に挙
げて説明する。
Here, detection of collision between two objects will be described as an example.

【0043】2つの物体の衝突検出を行うためには、そ
れぞれの物体が占有する空間を表現する物体形状モデル
と、物体の位置姿勢とが用いられる。そして、計算機を
用いて、それぞれの物体が占有する領域を算出し、2つ
の物体の領域が重複するか否かを判定することによっ
て、衝突検出を行うことができる。
In order to detect collision between two objects, an object shape model representing a space occupied by each object and the position and orientation of the object are used. Then, a computer is used to calculate the area occupied by each object, and determine whether or not the areas of the two objects overlap, thereby performing collision detection.

【0044】この場合、前述したように、外部幾何モデ
ル、内部幾何モデル、詳細幾何モデル、位置姿勢が、既
知の2つの物体の衝突を検出することになる。
In this case, as described above, the collision between two objects whose external geometric model, internal geometric model, detailed geometric model, and position / posture are known is detected.

【0045】なお、2つの物体の形状は、異なっていて
もよい。衝突検出に要する時間や検出結果の信頼性は、
物体形状モデルの形式に左右される。
The shapes of the two objects may be different. The time required for collision detection and the reliability of the detection results
It depends on the form of the object shape model.

【0046】以下、図3の衝突検出処理について説明す
る。
Hereinafter, the collision detection processing of FIG. 3 will be described.

【0047】まず、ステップS1では、2つの物体の外
部幾何モデルと位置姿勢とを用いて、衝突検出を行う。
First, in step S1, collision detection is performed using the external geometric model and the position and orientation of two objects.

【0048】ステップS2では、2つの外部幾何モデル
の衝突が発生するか否かを判定する。
In step S2, it is determined whether a collision between two external geometric models occurs.

【0049】外部幾何モデル同士の衝突検出によって、
衝突なしと判定された場合には、ステップS8に進み、
2つの物体の衝突検出結果は、衝突なしとする。
By detecting collision between external geometric models,
If it is determined that there is no collision, the process proceeds to step S8,
The collision detection result between the two objects is assumed to be no collision.

【0050】外部幾何モデル同士の衝突検出によって、
衝突ありと判定された場合には、ステップS3に進み、
2つの物体の内部幾何モデルと位置姿勢とを用いて、衝
突検出を行う。
By detecting collision between external geometric models,
If it is determined that there is a collision, the process proceeds to step S3,
Collision detection is performed using the internal geometric model and the position and orientation of the two objects.

【0051】ステップS4では、2つの内部幾何モデル
の衝突が発生するか否かを判定する。
In step S4, it is determined whether or not a collision between two internal geometric models occurs.

【0052】内部幾何モデル同士の衝突検出によって、
衝突ありと判定された場合には、ステップS5に進み、
2つの物体の衝突検出結果は、衝突ありとする。
By detecting collision between internal geometric models,
If it is determined that there is a collision, the process proceeds to step S5,
The collision detection result of the two objects is assumed to be a collision.

【0053】内部幾何モデル同士の衝突検出によって、
衝突なしと判定された場合には、ステップS6に進み、
2つの物体の詳細幾何モデルと位置姿勢とを用いて、衝
突検出を行う。
By detecting collision between internal geometric models,
If it is determined that there is no collision, the process proceeds to step S6,
Collision detection is performed using the detailed geometric model and the position and orientation of the two objects.

【0054】ステップS7では、2つの詳細幾何モデル
の衝突が発生するか否かを判定する。
In step S7, it is determined whether or not a collision between the two detailed geometric models occurs.

【0055】詳細幾何モデル同士の衝突検出によって、
衝突なしと判定された場合には、ステップS8に進み、
2つの物体の衝突検出結果は、衝突なしとする。
By detecting the collision between the detailed geometric models,
If it is determined that there is no collision, the process proceeds to step S8,
The collision detection result between the two objects is assumed to be no collision.

【0056】詳細幾何モデル同士の衝突検出によって、
衝突ありと判定された場合には、ステップS5に進み、
2つの物体の衝突検出結果は、衝突ありとする。
By detecting collision between the detailed geometric models,
If it is determined that there is a collision, the process proceeds to step S5,
The collision detection result of the two objects is assumed to be a collision.

【0057】(実施例)次に、衝突検出の具体的な例を
挙げて説明する。
(Embodiment) Next, a specific example of collision detection will be described.

【0058】(第1の例)第1の例として、物体の衝突
が1個対N個の場合について説明する。
(First Example) As a first example, a case where the number of object collisions is one to N will be described.

【0059】(条件)試験条件として、外部幾何モデ
ル、内部幾何モデル、詳細幾何モデルが既知のN個の物
体と、外部幾何モデル、内部幾何モデル、詳細幾何モデ
ル、位置姿勢が既知の1個の物体とがあり、N個の物体
に対して1個の物体が衝突しないことを確認する。N個
のそれぞれの物体と1個の物体の形状は、異なっていて
もよい。
(Conditions) As test conditions, N objects whose external geometric model, internal geometric model, detailed geometric model are known, and one object whose external geometric model, internal geometric model, detailed geometric model, There is an object, and it is confirmed that one object does not collide with N objects. The shape of each of the N objects and one object may be different.

【0060】(検出方法)上記条件に基づく衝突検出に
ついて説明する。
(Detection Method) The collision detection based on the above conditions will be described.

【0061】空間内に配置されたN個の物体それぞれ対
して、追加する物体との衝突検出を行う(2物体の衝突
検出をN回行う)。
For each of the N objects arranged in the space, a collision with an additional object is detected (a collision between two objects is detected N times).

【0062】N回の2物体の衝突検出結果全てが衝突な
しとなる場合には、1対Nの衝突検出結果も衝突なしと
判定する。
When all the collision detection results of N times of two objects indicate that there is no collision, the one-to-N collision detection results are also determined to have no collision.

【0063】N回の2物体の衝突検出結果の中で、少な
くとも1つが衝突ありとなる場合には、1個対N個の衝
突検出結果は衝突ありと判定する。
If at least one of the N-times collision detection results of two objects indicates that there is a collision, the one-to-N collision detection results are determined to have a collision.

【0064】(第2の例)第2の例として、物体の衝突
がN個対M個の場合について説明する。
(Second Example) As a second example, a case where the number of object collisions is N to M will be described.

【0065】(条件)試験条件として、外部幾何モデ
ル、内部幾何モデル、詳細幾何モデル、位置姿勢が既知
のN個の物体と、外部幾何モデル、内部幾何モデル、詳
細幾何モデルが既知のM個の物体とがあり、N個の物体
とM個の物体とが衝突しないことを確認する。N個のそ
れぞれの物体と、M個のそれぞれの物体の形状は、異な
っていてもよい。
(Conditions) As test conditions, an external geometric model, an internal geometric model, a detailed geometric model, N objects whose position and orientation are known, and M objects whose external geometric model, internal geometric model, and detailed geometric model are known Confirm that there are objects and that N objects and M objects do not collide. The shape of each of the N objects and each of the M objects may be different.

【0066】(検出方法)M個の物体それぞれの中から
1つを選び出し、N個の物体に対して1対Nの衝突検出
を行う。
(Detection Method) One of each of the M objects is selected, and 1: N collision detection is performed on N objects.

【0067】この処理をM個の物体全てに対して行い
(2物体の衝突検出をM×N回行う)。
This processing is performed for all M objects (the collision detection of two objects is performed M × N times).

【0068】M×N回の2物体の衝突検出結果全てが衝
突なしとなる場合には、N個対M個の物体の衝突検出結
果も衝突なしと判定する。
When all the collision detection results of M × N times of two objects indicate no collision, the collision detection result of N objects versus M objects is also determined to be no collision.

【0069】M×N回の2物体の衝突検出結果の中の少
なくとも1回が衝突ありとなる場合には、N個対M個の
物体の衝突検出結果は衝突ありと判定する。
If at least one of the collision detection results of M × N times of two objects indicates that there is a collision, it is determined that the collision detection result of N objects versus M objects has collision.

【0070】(第3の例)第3の例として、物体の衝突
がN個の物体間の場合について説明する。
(Third Example) As a third example, a case where an object collides between N objects will be described.

【0071】(条件)試験条件として、外部幾何モデ
ル、内部幾何モデル、詳細幾何モデル、位置姿勢が既知
のN個の物体を、空間に配置する計画がある場合に、N
個の物体それぞれが衝突しないことを確認する。N個の
物体それぞれの形状は異なっていてもよい。
(Conditions) As a test condition, when there is a plan to arrange an external geometric model, an internal geometric model, a detailed geometric model, and N objects whose positions and orientations are known in a space, N
Make sure that each of the objects does not collide. The shape of each of the N objects may be different.

【0072】(検出方法)N個の物体の中から2つの物
体を選び出す全ての組み合わせ( N2 通り)に対し
て、2物体の衝突検出を行う。
[0072] for all combinations of selecting two objects from among the (Detection method) N pieces of object (N C 2 types), the collision detection of two objects.

【0073】N2 回の2物体の衝突検出結果全てが衝
突なしとなる場合には、N個の物体間の衝突検出結果も
衝突なしと判定する。
[0073] If all N C 2 times 2 object collision detection result of the collision-free, it is determined that even without collision collision detection results between the N objects.

【0074】N2 回の2物体の衝突検出結果の中の少
なくとも1回が衝突ありとなる場合には、N個の物体間
の衝突検出結果は衝突ありと判定する。
If at least one of the two collision detection results of N C two collisions indicates that there is a collision, the collision detection result between the N objects is determined to have a collision.

【0075】(第4の例)第4の例として、N個の物体
が配置された空間内において、1個の移動物体の動作の
安全の保証について説明する。
(Fourth Example) As a fourth example, how to guarantee the safety of the operation of one moving object in a space where N objects are arranged will be described.

【0076】(条件)試験条件として、外部幾何モデ
ル、内部幾何モデル、詳細幾何モデル、位置姿勢が既知
のN個の物体が配置された空間内を、外部幾何モデル、
内部幾何モデル、詳細幾何モデル、位置姿勢が既知の1
個の物体が移動する。移動物体の移動経路、移動経路上
での姿勢は、既知とする。N個の物体、移動物体それぞ
れの形状は異なっていてもよい。
(Conditions) As the test conditions, an external geometric model, an internal geometric model, a detailed geometric model, a space in which N objects whose positions and orientations are known are arranged,
Internal geometric model, detailed geometric model, 1 with known position and orientation
Objects move. The moving path of the moving object and the posture on the moving path are assumed to be known. The shapes of the N objects and the moving objects may be different.

【0077】(検出方法)移動物体の移動径路上の各点
に移動物体が予め指定された姿勢で配置されている状態
を想定し、これらの想定物体とN個の物体との衝突検出
を行う。
(Detection Method) Assuming a state where the moving object is arranged in a predetermined posture at each point on the moving path of the moving object, a collision between these assumed objects and N objects is detected. .

【0078】想定物体とN個の物体との衝突検出結果が
衝突なしとなる場合には、移動物体は安全に動作可能と
判定する。
If the collision detection result between the assumed object and the N objects indicates that there is no collision, it is determined that the moving object can safely operate.

【0079】想定物体とN個の物体との衝突検出結果が
衝突ありとなる場合には、移動物体は安全に動作不可能
(移動物体は空間内の他の物体と衝突する)と判定す
る。
If the collision detection result between the assumed object and the N objects indicates that there is a collision, it is determined that the moving object cannot safely operate (the moving object collides with another object in the space).

【0080】(第5の例)第5の例として、N個の移動
物体の動作の安全の保証について説明する。
(Fifth Example) As a fifth example, a description will be given of guaranteeing the safety of the operation of N moving objects.

【0081】(条件)試験条件として、空間内を、外部
幾何モデル、内部幾何モデル、詳細幾何モデル、位置姿
勢が既知のN個の物体が移動するものとする。それぞれ
の移動物体の移動経路、移動経路上での姿勢は、既知と
する。N個の移動物体それぞれの形状は異なっていても
よい。
(Conditions) As test conditions, it is assumed that an external geometric model, an internal geometric model, a detailed geometric model, and N objects whose positions and orientations are known move in the space. The moving path of each moving object and the posture on the moving path are known. The shape of each of the N moving objects may be different.

【0082】(検出方法)N個の物体をそれぞれN1
2 ,…,NN とする。物体Nj (j=1,…,N)が
各時刻tにあるときの位置姿勢を持ち、物体Njと同一
形状の物体が配置されている状態を想定する。これらの
想定物体をNj (j,t)とする。
(Detection method) N objects are denoted by N 1 ,
N 2, ..., and N N. It is assumed that the object N j (j = 1,..., N) has a position and orientation at each time t, and an object having the same shape as the object Nj is arranged. Let these assumed objects be N j (j, t).

【0083】すべての時刻tにおいて、N個の想定物体
N(j,t)を用いて、N個の物体間の衝突検出を行
う。
At all times t, a collision between N objects is detected using N assumed objects N (j, t).

【0084】各時刻におけるN個の物体間の衝突検出結
果すべてが衝突なしとなる場合には、N個の移動物体は
安全に動作可能と判定する。
If all the collision detection results between the N objects at each time point indicate no collision, it is determined that the N moving objects can safely operate.

【0085】各時刻におけるN個の物体間の衝突検出結
果の中の少なくとも1回が衝突ありとなる場合には、N
個の移動物体は安全に動作不可能(物体同士で衝突する
ものがある)と判定する。
If at least one of the collision detection results between the N objects at each time indicates a collision, N
It is determined that the moving objects cannot be safely operated (there are some objects that collide with each other).

【0086】[0086]

【発明の効果】以上説明したように、本発明によれば、
外部幾何モデル、詳細幾何モデルの他に、物体形状モデ
ルの1つとして、物体に内包される単純な形状の幾何モ
デルである内部幾何モデルを設け、内部幾何モデルを用
いた衝突検出を行うようにしたので、内部幾何モデルの
衝突検出によって衝突が発生すると判定した場合には、
詳細幾何モデルによる衝突検出の演算処理を行うこと無
しに物体が衝突すると判定することができ、これによ
り、詳細幾何モデルを用いた衝突検出の演算処理の頻度
を下げ、衝突検出に要する処理時間を大幅に短縮するこ
とができる。
As described above, according to the present invention,
In addition to the external geometric model and detailed geometric model, an internal geometric model, which is a geometric model of a simple shape included in an object, is provided as one of the object shape models, and collision detection using the internal geometric model is performed. Therefore, if it is determined that a collision occurs by detecting the collision of the internal geometric model,
It is possible to determine that an object collides without performing a collision detection calculation process using the detailed geometric model, thereby reducing the frequency of the collision detection calculation process using the detailed geometric model and reducing the processing time required for the collision detection. It can be greatly reduced.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施の形態である物体の衝突検出に用
いられる物体形状モデルを示す斜視図である。
FIG. 1 is a perspective view showing an object shape model used for collision detection of an object according to an embodiment of the present invention.

【図2】物体衝突検出装置の構成を示すブロック図であ
る。
FIG. 2 is a block diagram illustrating a configuration of an object collision detection device.

【図3】物体衝突検出方法を示すフローチャートであ
る。
FIG. 3 is a flowchart illustrating an object collision detection method.

【符号の説明】[Explanation of symbols]

1 物体衝突検出装置 2 外部幾何モデル 3 内部幾何モデル 4 詳細幾何モデル 10,20 物体 30 記憶装置 40〜60 衝突検出装置 100 衝突検出装置 REFERENCE SIGNS LIST 1 object collision detection device 2 external geometric model 3 internal geometric model 4 detailed geometric model 10, 20 object 30 storage device 40 to 60 collision detection device 100 collision detection device

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 衝突検出用物体形状モデルを用いて物体
の衝突検出を行う方法であって、 前記衝突検出用物体形状モデルとして、物体を内包する
形状を表現する外部幾何モデルと、物体に内包される形
状を表現する内部幾何モデルと、物体の詳細な形状を表
現する詳細幾何モデルとを用い、 前記外部幾何モデルによって物体の衝突を検出する工程
と、 前記内部幾何モデルによって物体の衝突を検出する工程
と、 前記詳細幾何モデルによって物体の衝突を検出する工程
とを具えたことを特徴とする物体衝突検出方法。
1. A method for detecting a collision of an object using an object shape model for collision detection, comprising: an external geometric model representing a shape including an object; Detecting a collision of the object with the external geometric model, using an internal geometric model expressing the shape to be expressed and a detailed geometric model expressing the detailed shape of the object; detecting the collision of the object with the internal geometric model Performing an object collision using the detailed geometric model.
【請求項2】 前記外部幾何モデルを用いた衝突検出に
よって物体の衝突が発生すると判定した場合は、前記内
部幾何モデルを用いて衝突検出を行う工程と、 前記内部幾何モデルを用いた衝突検出によって物体の衝
突が発生すると判定した場合は、前記詳細幾何モデルを
用いて衝突検出を行うこと無しに物体の衝突が発生する
と判定する工程とを含むことを特徴とする請求項1記載
の物体衝突検出方法。
2. A step of performing collision detection using the internal geometric model when it is determined that collision of an object occurs by collision detection using the external geometric model, and performing collision detection using the internal geometric model. A step of determining that an object collision occurs without performing collision detection using the detailed geometric model when it is determined that an object collision occurs. Method.
【請求項3】 前記各幾何モデルによって物体の衝突検
出を行う場合において、 前記物体が占有する領域を算出する工程と、 前記算出により物体の占有する領域が重複するか否かを
判定する工程と、 互いに重複する領域がある場合は、物体の衝突が発生す
ると判定する工程とを含むことを特徴とする請求項1又
は2記載の物体衝突検出方法。
3. A step of calculating an area occupied by the object when performing collision detection of the object using each of the geometric models; and a step of determining whether the area occupied by the object overlaps by the calculation. 3. The object collision detection method according to claim 1, further comprising a step of determining that an object collision occurs when there are overlapping regions.
【請求項4】 衝突検出用物体形状モデルを用いて物体
の衝突検出を行う装置であって、 前記衝突検出用物体形状モデルとして、物体を内包する
形状を表現する外部幾何モデルと、物体に内包される形
状を表現する内部幾何モデルと、物体の詳細な形状を表
現する詳細幾何モデルとを設け、 前記外部幾何モデルによって物体の衝突を検出する手段
と、 前記内部幾何モデルによって物体の衝突を検出する手段
と、 前記詳細幾何モデルによって物体の衝突を検出する手段
とを具えたことを特徴とする物体衝突検出装置。
4. An apparatus for detecting a collision of an object by using an object shape model for collision detection, wherein the collision detection object shape model includes an external geometric model expressing a shape including the object, and an object included in the object. Means for detecting a collision of an object by the external geometric model; and detecting a collision of the object by the internal geometric model. And a means for detecting a collision of an object with the detailed geometric model.
【請求項5】 前記外部幾何モデルを用いた衝突検出に
よって物体の衝突が発生すると判定した場合は、前記内
部幾何モデルを用いて衝突検出を行う手段と、 前記内部幾何モデルを用いた衝突検出によって物体の衝
突が発生すると判定した場合は、前記詳細幾何モデルを
用いて衝突検出を行うこと無しに物体の衝突が発生する
と判定する手段とを含むことを特徴とする請求項4記載
の物体衝突検出装置。
5. A means for performing collision detection using the internal geometric model when it is determined that collision of an object occurs by collision detection using the external geometric model, and performing collision detection using the internal geometric model. 5. The object collision detection method according to claim 4, further comprising: means for determining that an object collision occurs without performing collision detection using the detailed geometric model when it is determined that an object collision occurs. apparatus.
【請求項6】 前記各幾何モデルによって物体の衝突検
出を行う場合において、 前記物体が占有する領域を算出する手段と、 前記算出により物体の占有する領域が重複するか否かを
判定する手段と、 互いに重複する領域がある場合は、物体の衝突が発生す
ると判定する手段とを含むことを特徴とする請求項4又
は5記載の物体衝突検出装置。
6. A means for calculating an area occupied by an object when detecting collision of an object by each of the geometric models, and means for determining whether the area occupied by the object overlaps by the calculation. 6. The object collision detection device according to claim 4, further comprising: means for determining that an object collision occurs when there is an overlapping area.
【請求項7】 衝突検出用物体形状モデルとして、物体
を内包する形状を表現する外部幾何モデルと、物体に内
包される形状を表現する内部幾何モデルと、物体の詳細
な形状を表現する詳細幾何モデルとを用い、 コンピュータによって物体の衝突検出の制御を行うため
のプログラムを記録した媒体であって、 該制御プログラムはコンピュータに、 前記外部幾何モデルによって物体の衝突を検出させ、 前記内部幾何モデルによって物体の衝突を検出させ、 前記詳細幾何モデルによって物体の衝突を検出させるこ
とを特徴とする衝突検出制御プログラムを記録した記録
媒体。
7. As an object shape model for collision detection, an external geometric model expressing a shape including an object, an internal geometric model expressing a shape included in the object, and a detailed geometry expressing a detailed shape of the object. A medium storing a program for controlling collision detection of an object by a computer using the model, the control program causing the computer to detect the collision of the object by the external geometric model, A recording medium in which a collision detection control program is recorded, wherein a collision of an object is detected, and the collision of the object is detected by the detailed geometric model.
【請求項8】 前記外部幾何モデルを用いた衝突検出に
よって物体の衝突が発生すると判定させた場合は、前記
内部幾何モデルを用いて衝突検出を行わせ、 前記内部幾何モデルを用いた衝突検出によって物体の衝
突が発生すると判定させた場合は、前記詳細幾何モデル
を用いて衝突検出を行わせること無しに物体の衝突が発
生すると判定させることを特徴とする請求項7記載の衝
突検出制御プログラムを記録した記録媒体。
8. When it is determined that a collision of an object occurs by collision detection using the external geometric model, collision detection is performed using the internal geometric model, and collision is detected using the internal geometric model. The collision detection control program according to claim 7, wherein when it is determined that an object collision occurs, it is determined that an object collision occurs without performing collision detection using the detailed geometric model. The recording medium on which it was recorded.
【請求項9】 前記各幾何モデルによって物体の衝突検
出を行わせる場合において、 前記物体が占有する領域を算出させ、 前記算出により物体の占有する領域が重複するか否かを
判定させ、 互いに重複する領域がある場合は、物体の衝突が発生す
ると判定させることを特徴とする請求項7又は8記載の
衝突検出制御プログラムを記録した記録媒体。
9. When detecting collision of an object with each of the geometric models, an area occupied by the object is calculated, and whether or not the area occupied by the object overlaps is determined by the calculation. 9. The recording medium according to claim 7, wherein it is determined that a collision of an object occurs when there is an area to be detected.
JP10183039A 1998-06-29 1998-06-29 Object collision detecting method and its device Pending JP2000015595A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10183039A JP2000015595A (en) 1998-06-29 1998-06-29 Object collision detecting method and its device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10183039A JP2000015595A (en) 1998-06-29 1998-06-29 Object collision detecting method and its device

Publications (1)

Publication Number Publication Date
JP2000015595A true JP2000015595A (en) 2000-01-18

Family

ID=16128680

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10183039A Pending JP2000015595A (en) 1998-06-29 1998-06-29 Object collision detecting method and its device

Country Status (1)

Country Link
JP (1) JP2000015595A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002219684A (en) * 2001-01-24 2002-08-06 Fuji Electric Co Ltd System for monitoring robot
JP2004001217A (en) * 2002-05-30 2004-01-08 Kuka Roboter Gmbh Method and device for avoiding collision between robot and other object
JP2007018145A (en) * 2005-07-06 2007-01-25 Jtekt Corp Interference checking device for machine tool
US8055383B2 (en) 2005-05-13 2011-11-08 Toyota Jidosha Kabushiki Kaisha Path planning device
JP2013097706A (en) * 2011-11-04 2013-05-20 Seiko Epson Corp Collision detection system, robot system, collision detection method, and program

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002219684A (en) * 2001-01-24 2002-08-06 Fuji Electric Co Ltd System for monitoring robot
JP2004001217A (en) * 2002-05-30 2004-01-08 Kuka Roboter Gmbh Method and device for avoiding collision between robot and other object
US8055383B2 (en) 2005-05-13 2011-11-08 Toyota Jidosha Kabushiki Kaisha Path planning device
JP2007018145A (en) * 2005-07-06 2007-01-25 Jtekt Corp Interference checking device for machine tool
JP2013097706A (en) * 2011-11-04 2013-05-20 Seiko Epson Corp Collision detection system, robot system, collision detection method, and program

Similar Documents

Publication Publication Date Title
US7724380B2 (en) Method and system for three-dimensional measurement
EP2366504B1 (en) Robot system
US20070073444A1 (en) Offline teaching apparatus for robot
US4744039A (en) Robot with self teaching of a linear reference position
US20140018959A1 (en) Robot control apparatus
KR0126279B1 (en) Safety operating system for manipulator
WO2022091421A1 (en) Industrial system, abnormality detection system, and abnormality detection method
JP2009190113A (en) Robot simulation device
US11717965B2 (en) Determination of robot posture
JP2000015595A (en) Object collision detecting method and its device
JP7078174B2 (en) Robot controls, methods, and programs
US5945994A (en) Kinematic-simulation apparatus and kinematic-simulation method with interference processing
KR20220150374A (en) Driving control system for unmanned vehicle
CN114365047B (en) Numerical control device and machine learning device
JPS5947322B2 (en) Stroke over detection method
JP3913666B2 (en) Simulation device
JPH10128686A (en) Control method for robot manipulator and control device for robot manipulator
WO2021075380A1 (en) Interference evaluation device, method, and program
JP7347169B2 (en) Information presentation device, information presentation method, and information presentation program
JPH0736519A (en) Nearmiss checking method for robot
JPH06307898A (en) Device for monitoring abnormality of detector
JP2004148434A (en) Simulation device
JPS6389283A (en) Operation execution state monitor for robot
Marshall et al. An application of a digital twin to robotic system design for an unstructured environment
JP3855629B2 (en) Robot interference detection device