CN113392553A - Collision detection method suitable for three-coordinate measuring machine star-shaped measuring head rotation process - Google Patents

Collision detection method suitable for three-coordinate measuring machine star-shaped measuring head rotation process Download PDF

Info

Publication number
CN113392553A
CN113392553A CN202110659179.1A CN202110659179A CN113392553A CN 113392553 A CN113392553 A CN 113392553A CN 202110659179 A CN202110659179 A CN 202110659179A CN 113392553 A CN113392553 A CN 113392553A
Authority
CN
China
Prior art keywords
probe
star
rotating
envelope space
delta
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.)
Granted
Application number
CN202110659179.1A
Other languages
Chinese (zh)
Other versions
CN113392553B (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.)
University of Shanghai for Science and Technology
Original Assignee
University of Shanghai for Science and Technology
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 University of Shanghai for Science and Technology filed Critical University of Shanghai for Science and Technology
Priority to CN202110659179.1A priority Critical patent/CN113392553B/en
Publication of CN113392553A publication Critical patent/CN113392553A/en
Application granted granted Critical
Publication of CN113392553B publication Critical patent/CN113392553B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • G06F30/23Design optimisation, verification or simulation using finite element methods [FEM] or finite difference methods [FDM]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • G06T17/20Finite element generation, e.g. wire-frame surface description, tesselation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2210/00Indexing scheme for image generation or computer graphics
    • G06T2210/21Collision detection, intersection

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Geometry (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Computational Mathematics (AREA)
  • Algebra (AREA)
  • Computer Graphics (AREA)
  • Evolutionary Computation (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Computer Hardware Design (AREA)
  • Pure & Applied Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • A Measuring Device Byusing Mechanical Method (AREA)
  • Length Measuring Devices With Unspecified Measuring Means (AREA)

Abstract

The invention provides a collision detection method suitable for the rotation process of a star measuring head of a three-coordinate measuring machine. The invention realizes the collision analysis in the rotation process of the special-shaped structure, improves the operation efficiency on the premise of ensuring higher detection precision, and is suitable for the dynamic collision detection of a complex free-form surface structure, particularly a cabin structure with a large size and an inner cavity in the contact type measurement process.

Description

Collision detection method suitable for three-coordinate measuring machine star-shaped measuring head rotation process
Technical Field
The invention relates to the technical field of collision detection methods, in particular to a collision detection method suitable for a three-coordinate measuring machine star-shaped measuring head rotating process.
Background
A five-axis trigger type three-coordinate measuring machine is a common contact type measuring device, a measuring head is driven to move in a three-dimensional space through three moving shafts and two rotating shafts, ruby at the tail end of the measuring head is in contact with key size features of a part and obtains space pose data, and the measuring head is not in contact with the surface of the part when moving between the features.
The star probe is a probe type commonly used for measuring the inner cavity structure. Different from the conventional measuring head in the mode of adopting the extension bar and the probe to be axially connected, the probe axis of the star-shaped measuring head is vertical to the axis of the extension bar and is fixed at the tail end of the extension bar, and a plurality of probes vertical to the axis of the extension bar can be carried usually. The star-shaped measuring head is controlled by two rotating shafts at the other end of the extension bar to be in a space pose, and the two rotating shafts start to rotate at the same angular speed at the same time. When the angle variation of the two shafts is different, the rotation is stopped firstly when the angle variation is small, and the continuous independent rotation when the angle variation is large is carried out until the whole star-shaped measuring head rotation process is completed. The whole envelope space swept by the extension rod in the rotating process is a free-form surface structure, mathematical model expression is difficult to carry out, and the envelope space meeting the precision requirement is difficult to obtain by the existing hierarchical bounding box method. The envelope space swept by the end probe intersects the envelope space swept by the extension bar and the free-form surface structure is more complex. Therefore, how to accurately and efficiently construct the swept envelope space in the rotation process of the star-shaped measuring head and use the swept envelope space for collision detection is an important problem to be solved urgently.
The application numbers are: CN201711188423.0, entitled fast collision detection method based on mixed level bounding box. According to the method, the collision detection efficiency is improved by the method that the outer layer AABB surrounds the inner layer OBB, and the coarse detection is performed before the fine detection is performed. However, the envelope space swept by the star-shaped measuring head in the rotating process comprises a plurality of free-form surfaces, and the difficulty in constructing the OBB bounding box of the whole envelope body is high. When the bounding box is constructed for each free-form surface, the total time is too long due to multiple intersection tests.
The application numbers are: CN201710877513.4 entitled dynamic Collision detection method. This application divides convex polyhedron into a series of tetrahedrons, and the collision between two complicated convex bodies is detected to the parallel collision detection who detects with between a plurality of tetrahedrons. However, the envelope space swept by the star-shaped measuring head in the rotating process is of an arc or free-form surface structure, each part cannot be guaranteed to be of a convex polyhedron structure in the subdivision process, and wrong collision detection results are easily input.
The application numbers are: CN202010885649.1 entitled point cloud collision detection method for robot grabbing scene. The application realizes the analysis of collision detection by comparing the number of point clouds in the bounding box model with a preset threshold value. However, when the number of the point clouds of the measured part is large, the time for calculating the number of the point clouds in the bounding box is increased sharply.
In the prior art, the envelope space of a complex free-form surface structure in the rotation process of a special-shaped structure is not researched, and the envelope space is simple in structure, small in size and convex in characteristic. Therefore, those skilled in the art are working to develop an accurate envelope space for complex structures and an efficient collision detection algorithm.
Disclosure of Invention
The invention aims to provide a collision detection method which effectively improves the precision and efficiency of collision detection in the rotation process of a star-shaped measuring head and is suitable for the rotation process of the star-shaped measuring head of a three-coordinate measuring machine.
In order to achieve the purpose, the invention provides a collision detection method suitable for a three-coordinate measuring machine star-shaped measuring head rotation process, which comprises the following steps:
s101: acquiring two rotating shaft angles corresponding to the measured characteristics;
s102: calculating the angle difference of the two rotating shafts;
s103: calculating the difference value of the angle difference values of the two rotating shafts;
s104: constructing an envelope space swept in the rotation process of the star measuring head;
s105: calculating the intersection of the part and the swept space;
s106: and finally obtaining a collision detection result.
Furthermore, the measured characteristic is a three-coordinate measuring machine, the three-coordinate measuring machine comprises an extension bar and a probe, one end of the extension bar is connected with three moving shafts for controlling the space position of the measuring head through two rotating shafts, and the other end of the extension bar is loaded with the probe with ruby, wherein the probe and the extension bar are vertical in a three-dimensional space and keep the relative positions fixed;
the measurement pose corresponding to the measured feature can be expressed as Pi=(Xi,Yi,Zi,Ai,Bi) Wherein (X)i,Yi,Zi) Determined by the combination of three moving axes (A)i,Bi) Corresponding to the angles of the two rotating shafts.
Further, in S102, the measurement poses corresponding to the two measured features are respectively Pi=(Xi,Yi,Zi,Ai,Bi) And Pj=(Xj,Yj,Zj,Aj,Bj) (ii) a When the three-coordinate measuring machine is in the slave pose PiChange to pose PjIn the process, the angle difference of the rotating shaft can be respectively expressed as delta A ═ Aj-AiAnd Δ B ═ Bj-Bi
Further, in S103, the difference between the rotation amounts of the two rotating shafts is represented by Δ C ═ Δ a | - | Δ B |; when deltaC is 0, indicating that the two rotating shafts start and end the rotating process at the same time; when the delta C is larger than 0, the rotating shaft corresponding to the angle A still rotates until stopping after the rotating shaft corresponding to the angle B stops rotating; the rotation conditions are reversed when Δ C < 0 and Δ C > 0.
Further, in S104, when Δ C is 0, and Δ a and Δ B are not 0 at the same time, the envelope space swept by the extension bar and the probe is a free-form surface with a certain thickness; by dividing the envelope space into a plurality of small segments, i.e. U, by means of discrete angles of rotationi,j={u1,u2,…,unN is delta A/delta f, and delta f is the rotating angle of the rotating shaft at each section; then, the envelope space is reconstructed for each segment of the segmentation, i.e.
Figure BDA0003114651130000031
Wherein
Figure BDA0003114651130000032
The envelope space representing the sweep of the extension rod, is approximately a sector-shaped solid with a thickness equal to the diameter of the extension rod,
Figure BDA0003114651130000033
an envelope space representing the sweep of the probe, approximated by a parallelogram solid having a thickness equal to the diameter of the probe;
when the delta C is more than 0, the envelope space swept by the extension bar and the probe can be divided into two parts; the first part is a process that two rotating shafts rotate | delta B | simultaneously, and an envelope space is constructed by adopting a method when delta C is 0; the second part is a part of the rotating shaft which corresponds to the angle A and rotates independently, and the envelope space of the second part is represented as Vi,j;Vi,jApproximately a fan-shaped solid with the thickness equal to the diameter of the extension rod;
when the delta C is less than 0, the envelope space swept by the extension bar and the probe can be divided into two parts; the first part is a process of simultaneously rotating | Δ a | by two rotating shafts, and the envelope space can be constructed by adopting a method when Δ C is 0; the second part is a part of the rotating shaft which corresponds to the angle B and rotates independently, and the envelope space of the second part can be expressed as Vi,j={vrod,vprobe}; wherein v isrodRepresenting the envelope space swept by the extension rod, approximately a portion of a cone with a thickness equal to the diameter of the extension rod, vprobeThe envelope space representing the sweep of the probe is approximately a portion of a circular truncated cone having a thickness equal to the diameter of the probe.
Further, in S105, the three-dimensional solid model of the part is gridded by the finite element method, and the grid node number and the corresponding node coordinate on the surface of the part are extracted and expressed as Q ═ Q1,Q2,…,QK}; calculating the intersection (Q ^ U) between the discretized point cloud of the part and the envelope space swept by the star probe by using the Euclidean distance and the vector inner producti,j)∪(Q∩Vi,j)。
Further, in S106, if Q is presentkE is equal to Q so that (Q # U)i,j)∪(Q∩Vi,j) Is not that
Figure BDA0003114651130000041
Then the star probe is considered to be in PiTo PjThe part collides with the part in the rotating process; otherwise, no collision is considered to have occurred.
Compared with the prior art, the invention has the advantages that:
1. the method adopts a method of combining segmentation, dispersion and continuity to construct irregular envelope spaces such as a sector, a parallelogram, a cone, a circular truncated cone and the like, and uses the Euclidean distance and the vector inner product to calculate the intersection of the envelope spaces and the discretized point cloud of the part, thereby realizing the collision detection in the rotation process of the star measuring head.
2. According to the invention, the difference value of the angle variation of the two rotating shafts for controlling the rotation of the star-shaped measuring head is calculated, and the two shafts rotate simultaneously and one shaft rotates independently for sectional research. When the two shafts rotate simultaneously, the envelope space of the star-shaped measuring head in the rotating process is a free-form surface structure, the swept spaces of the extension bar and the probe are respectively approximate to a sector and a parallelogram by adopting a rotation angle discretization method, and the collision detection precision can be improved. When a certain shaft rotates independently, the envelope space of the star-shaped measuring head in the rotating process is in a geometric regular structure, the envelope space is approximate to a fan shape or the combination of a cone and a circular table by adopting a continuity method, and the collision detection efficiency can be improved. Therefore, the envelope space construction method combining segmentation, dispersion and continuity can improve the operation efficiency on the premise of ensuring the detection precision, and the method is also suitable for dynamic collision detection of a complex free-form surface structure, particularly a cabin structure with a large size and an inner cavity in the contact type measurement process, such as an automobile body, a high-speed rail carriage and the like, and has important engineering application value.
Drawings
FIG. 1 is a schematic diagram of a collision detection method in a rotation process of a star probe according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of an envelope space swept by a star probe during rotation in the embodiment of the present invention;
FIG. 3 is a diagram of a first portion of an envelope space in an embodiment of the present invention;
FIG. 4 is a schematic diagram of an envelope space constructed by using angle discretization in the embodiment of the present invention;
FIG. 5 is a diagram of a second portion of the envelope space in an embodiment of the present invention;
FIG. 6 is a diagram illustrating relative poses of a discretized point cloud of a part and an envelope space in an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the technical solutions of the present invention will be further described below.
The invention provides a collision detection method suitable for a three-coordinate measuring machine star-shaped measuring head rotation process, as shown in figure 1, comprising the following steps:
s101: acquiring two rotating shaft angles corresponding to the measured characteristics;
the measured characteristic is a three-coordinate measuring machine, the three-coordinate measuring machine includes extension bar and probe, one end of the extension bar is connected with three moving shafts controlling the space position of the measuring head through two rotating shafts, the other end carries the probe with ruby, wherein the probe and the extension bar are vertical in the three-dimensional space and keep the relative position fixed;
the measurement pose corresponding to the measured feature can be expressed as Pi=(Xi,Yi,Zi,Ai,Bi) Wherein (X)i,Yi,Zi) Determined by the combination of three moving axes (A)i,Bi) Corresponding to the angles of the two rotating shafts.
S102: calculating the angle difference of the two rotating shafts;
the measurement poses corresponding to the two measured characteristics are respectively Pi=(Xi,Yi,Zi,Ai,Bi) And Pj=(Xj,Yj,Zj,Aj,Bj) (ii) a When the three-coordinate measuring machine is in the slave pose PiChange to pose PjIn the process, the angle difference of the rotating shaft can be respectively expressed as delta A ═ Aj-AiAnd Δ B ═ Bj-Bi
S103: calculating the difference value of the angle difference values of the two rotating shafts;
the difference value of the rotation amounts of the two rotating shafts is expressed as delta C ═ delta A | -delta B |; when deltaC is 0, indicating that the two rotating shafts start and end the rotating process at the same time; when the delta C is larger than 0, the rotating shaft corresponding to the angle A still rotates until stopping after the rotating shaft corresponding to the angle B stops rotating; the rotation conditions are reversed when Δ C < 0 and Δ C > 0.
S104: constructing an envelope space swept by a star measuring head in a rotating process, as shown in FIG. 2;
when Δ C is 0, and Δ a and Δ B are not 0 at the same time, the envelope space swept by the extension bar and the probe is a free-form surface with a certain thickness; the envelope space is divided into a number of small segments by means of discrete turning angles, as shown in fig. 4, i.e. Ui,j={u1,u2,…,unN is delta A/delta f, and delta f is the rotating angle of the rotating shaft at each section; then, the envelope space is reconstructed for each segment of the segmentation, i.e.
Figure BDA0003114651130000061
Wherein
Figure BDA0003114651130000062
The envelope space representing the sweep of the extension rod, is approximately a sector-shaped solid with a thickness equal to the diameter of the extension rod,
Figure BDA0003114651130000063
an envelope space representing the sweep of the probe, approximated by a parallelogram solid having a thickness equal to the diameter of the probe;
when the delta C is more than 0, the envelope space swept by the extension bar and the probe can be divided into two parts; the first part is a process of rotating two rotating shafts at the same time by | Δ B |, and the first part adopts a method when Δ C is 0 to construct an envelope space, as shown in fig. 3; the second part is a part where the rotating shaft corresponding to the angle A rotates independently, as shown in FIG. 5, and the envelope space is represented as Vi,j;Vi,jApproximately a fan-shaped solid with the thickness equal to the diameter of the extension rod;
when the delta C is less than 0, the envelope space swept by the extension bar and the probe can be divided into two parts; the first part is a process of simultaneously rotating | Δ a | by two rotating shafts, and the envelope space can be constructed by adopting a method when Δ C is 0; the second part is a part of the rotating shaft which corresponds to the angle B and rotates independently, and the envelope space of the second part can be expressed as Vi,j={vrod,vprobe}; wherein v isrodBag for representing extension bar sweepThe collateral space, which is approximately a portion of a cone with a thickness equal to the diameter of the extension rod, vprobeThe envelope space representing the sweep of the probe is approximately a portion of a circular truncated cone having a thickness equal to the diameter of the probe.
S105: calculating the intersection of the part and the swept space;
the three-dimensional solid model of the part is subjected to grid division by adopting a finite element method, and grid node numbers and corresponding node coordinates of the surface of the part are extracted and recorded as Q ═ Q1,Q2,…,QK}; calculating the intersection (Q ^ U) between the discretized point cloud of the part and the envelope space swept by the star probe by using the Euclidean distance and the vector inner producti,j)∪(Q∩Vi,j) As shown in fig. 6.
S106: finally obtaining a collision detection result;
if Q is presentkE is equal to Q so that (Q # U)i,j)∪(Q∩Vi,j) Is not that
Figure BDA0003114651130000071
Then the star probe is considered to be in PiTo PjThe part collides with the part in the rotating process; otherwise, no collision is considered to have occurred.
The above description is only a preferred embodiment of the present invention, and does not limit the present invention in any way. It will be understood by those skilled in the art that various changes, substitutions and alterations can be made herein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (7)

1. A collision detection method suitable for a three-coordinate measuring machine star-shaped measuring head rotation process is characterized by comprising the following steps:
s101: acquiring two rotating shaft angles corresponding to the measured characteristics;
s102: calculating the angle difference of the two rotating shafts;
s103: calculating the difference value of the angle difference values of the two rotating shafts;
s104: constructing an envelope space swept in the rotation process of the star measuring head;
s105: calculating the intersection of the part and the swept space;
s106: and finally obtaining a collision detection result.
2. The method for detecting collision during rotation of a star-shaped measuring head of a three-coordinate measuring machine according to claim 1, wherein the measured feature is a three-coordinate measuring machine, the three-coordinate measuring machine comprises an extension bar and a probe, one end of the extension bar is connected with three movable shafts for controlling the spatial position of the measuring head through two rotating shafts, and the other end of the extension bar carries the probe with ruby, wherein the probe and the extension bar are vertical in three-dimensional space and keep fixed relative positions;
the measurement pose corresponding to the measured feature can be expressed as Pi=(Xi,Yi,Zi,Ai,Bi) Wherein (X)i,Yi,Zi) Determined by the combination of three moving axes (A)i,Bi) Corresponding to the angles of the two rotating shafts.
3. The method for detecting the collision of the star-shaped measuring head of the three-coordinate measuring machine in the rotating process according to the claim 2, wherein in the step S102, the measuring poses corresponding to the two measured features are respectively Pi=(Xi,Yi,Zi,Ai,Bi) And Pj=(Xj,Yj,Zj,Aj,Bj) (ii) a When the three-coordinate measuring machine is in the slave pose PiChange to pose PjIn the process, the angle difference of the rotating shaft can be respectively expressed as delta A ═ Aj-AiAnd Δ B ═ Bj-Bi
4. The method for detecting the collision of the star-shaped measuring head applicable to the three-coordinate measuring machine in the rotating process of the star-shaped measuring head according to the claim 3, wherein in the step S103, the difference value of the rotating amounts of the two rotating shafts is expressed as deltaC ═ deltaA | - | deltaB |; when deltaC is 0, indicating that the two rotating shafts start and end the rotating process at the same time; when the delta C is larger than 0, the rotating shaft corresponding to the angle A still rotates until stopping after the rotating shaft corresponding to the angle B stops rotating; the rotation conditions are reversed when Δ C < 0 and Δ C > 0.
5. The method for detecting collision of a star-shaped measuring head suitable for the coordinate measuring machine according to claim 4 is characterized in that in S104, when Δ C is 0 and Δ A and Δ B are not 0 at the same time, the envelope space swept by the extension bar and the probe is a free-form surface with a certain thickness; by dividing the envelope space into a plurality of small segments, i.e. U, by means of discrete angles of rotationi,j={u1,u2,…,unN is delta A/delta f, and delta f is the rotating angle of the rotating shaft at each section; then, the envelope space is reconstructed for each segment of the segmentation, i.e.
Figure FDA0003114651120000021
Wherein
Figure FDA0003114651120000022
The envelope space representing the sweep of the extension rod, is approximately a sector-shaped solid with a thickness equal to the diameter of the extension rod,
Figure FDA0003114651120000023
an envelope space representing the sweep of the probe, approximated by a parallelogram solid having a thickness equal to the diameter of the probe;
when the delta C is more than 0, the envelope space swept by the extension bar and the probe can be divided into two parts; the first part is a process that two rotating shafts rotate | delta B | simultaneously, and an envelope space is constructed by adopting a method when delta C is 0; the second part is a part of the rotating shaft which corresponds to the angle A and rotates independently, and the envelope space of the second part is represented as Vi,j;Vi,jApproximately a fan-shaped solid with the thickness equal to the diameter of the extension rod;
when the delta C is less than 0, the envelope space swept by the extension bar and the probe can be divided into two parts; the first part is the process of rotating two rotating shafts simultaneously and constructing an envelope space by adopting the method when deltaC is 0A (c) is added; the second part is a part of the rotating shaft which corresponds to the angle B and rotates independently, and the envelope space of the second part can be expressed as Vi,j={vrod,vprobe}; wherein v isrodRepresenting the envelope space swept by the extension rod, approximately a portion of a cone with a thickness equal to the diameter of the extension rod, vprobeThe envelope space representing the sweep of the probe is approximately a portion of a circular truncated cone having a thickness equal to the diameter of the probe.
6. The method for detecting the collision of the star-shaped probe for the coordinate measuring machine according to claim 5, wherein in S105, the three-dimensional solid model of the part is gridded by using the finite element method, and the grid node number and the corresponding node coordinate of the surface of the part are extracted and recorded as Q ═ Q1,Q2,…,QK}; calculating the intersection (Q ^ U) between the discretized point cloud of the part and the envelope space swept by the star probe by using the Euclidean distance and the vector inner producti,j)∪(Q∩Vi,j)。
7. The method for detecting collision during rotation of a star-shaped probe of a three-coordinate measuring machine according to claim 6, wherein in S106, if Q exists, Q is determinedkE is equal to Q so that (Q # U)i,j)∪(Q∩Vi,j) Is not that
Figure FDA0003114651120000031
Then the star probe is considered to be in PiTo PjThe part collides with the part in the rotating process; otherwise, no collision is considered to have occurred.
CN202110659179.1A 2021-06-15 2021-06-15 Collision detection method suitable for three-coordinate measuring machine star-shaped measuring head rotation process Active CN113392553B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110659179.1A CN113392553B (en) 2021-06-15 2021-06-15 Collision detection method suitable for three-coordinate measuring machine star-shaped measuring head rotation process

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110659179.1A CN113392553B (en) 2021-06-15 2021-06-15 Collision detection method suitable for three-coordinate measuring machine star-shaped measuring head rotation process

Publications (2)

Publication Number Publication Date
CN113392553A true CN113392553A (en) 2021-09-14
CN113392553B CN113392553B (en) 2022-10-11

Family

ID=77620984

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110659179.1A Active CN113392553B (en) 2021-06-15 2021-06-15 Collision detection method suitable for three-coordinate measuring machine star-shaped measuring head rotation process

Country Status (1)

Country Link
CN (1) CN113392553B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113884042A (en) * 2021-10-26 2022-01-04 上海理工大学 Three-coordinate measurement automatic planning method for battery pack

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7254889B1 (en) * 2000-09-08 2007-08-14 Gabe Cherian Interconnection devices
JP2012093237A (en) * 2010-10-27 2012-05-17 Nikon Corp Error distribution calculation method, shape measurement method, and shape measurement device
WO2015103931A1 (en) * 2014-01-10 2015-07-16 西安交通大学 Three-dimensional probe system and three-dimensional measuring method based on hydromechanical principle
CN110017803A (en) * 2019-03-29 2019-07-16 太原理工大学 A kind of REVO gauge head B axle error of zero scaling method
CN110047143A (en) * 2019-03-04 2019-07-23 南昌大学 A kind of method for detecting continuous collision based on space subdivision and dynamic encompassing box
CN110059879A (en) * 2019-04-16 2019-07-26 上海理工大学 The automatic planning of vehicle body three-dimensional coordinates measurement
JP2020049548A (en) * 2018-09-21 2020-04-02 オークマ株式会社 Machine tool error identification method and error identification system

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7254889B1 (en) * 2000-09-08 2007-08-14 Gabe Cherian Interconnection devices
JP2012093237A (en) * 2010-10-27 2012-05-17 Nikon Corp Error distribution calculation method, shape measurement method, and shape measurement device
WO2015103931A1 (en) * 2014-01-10 2015-07-16 西安交通大学 Three-dimensional probe system and three-dimensional measuring method based on hydromechanical principle
JP2020049548A (en) * 2018-09-21 2020-04-02 オークマ株式会社 Machine tool error identification method and error identification system
CN110047143A (en) * 2019-03-04 2019-07-23 南昌大学 A kind of method for detecting continuous collision based on space subdivision and dynamic encompassing box
CN110017803A (en) * 2019-03-29 2019-07-16 太原理工大学 A kind of REVO gauge head B axle error of zero scaling method
CN110059879A (en) * 2019-04-16 2019-07-26 上海理工大学 The automatic planning of vehicle body three-dimensional coordinates measurement

Non-Patent Citations (10)

* Cited by examiner, † Cited by third party
Title
YINHUA LIU等: "A knowledge‑based online fault detection method of the assembly", 《INTERNATIONAL JOURNAL OF PRECISION ENGINEERING AND MANUFACTURING》 *
YINHUA LIU等: "A survey on data-driven process monitoring", 《ASSEMBLY AUTOMATION》 *
YINHUA LIU等: "Optimal path planning for automated dimensional inspection of free-form", 《JOURNAL OF MANUFACTURING SYSTEMS》 *
刘书桂等: "基于OpenCasCade的虚拟三坐标测量机碰撞检测方法", 《纳米技术与精密工程》 *
刘银华等: "基于车身尺寸数据流潜结构建模的装配质量预测控制", 《中 国 机 械 工 程》 *
吴永清: "智能三坐标测量机检测规划问题的研究综述", 《中国机械工程》 *
张海涛等: "REVO五轴测量系统重构与建模方法研究", 《天津大学学报(自然科学与工程技术版)》 *
张福宇等: "虚拟齿轮测量中心的碰撞算法", 《工具技术》 *
胡成海等: "基于五轴测量技术的整体叶环快速检测方法研究", 《航空精密制造技术》 *
赵瑛峰等: "基于混合模型的虚拟装配关键技术研究", 《计算机工程与设计》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113884042A (en) * 2021-10-26 2022-01-04 上海理工大学 Three-coordinate measurement automatic planning method for battery pack
CN113884042B (en) * 2021-10-26 2023-07-25 上海理工大学 Three-coordinate measurement automatic planning method for battery pack

Also Published As

Publication number Publication date
CN113392553B (en) 2022-10-11

Similar Documents

Publication Publication Date Title
EP2764324B1 (en) Method and apparatus for locating a feature of an object
JP5350216B2 (en) Processed product measuring apparatus and measuring method
JP5665270B2 (en) Method for scanning the surface of a workpiece
Lee et al. Data reduction methods for reverse engineering
CN103328154B (en) Error measure device and error measure method
JP7314411B2 (en) Obstacle information sensing method and device for mobile robot
CN110059879B (en) Automatic planning method for three-coordinate measurement of vehicle body
US6754550B2 (en) Toleranced digitizing method
Zhou et al. An accurate, efficient envelope approach to modeling the geometric deviation of the machined surface for a specific five-axis CNC machine tool
CN113392553B (en) Collision detection method suitable for three-coordinate measuring machine star-shaped measuring head rotation process
CN103324140B (en) Generating method of general cutter scanning body in five-axis machining
CN105773961A (en) 3d printing method
JP3433710B2 (en) V-groove shape measuring method and apparatus
Wójcik et al. Assessment of free-form surfaces’ reconstruction accuracy
CN107218879A (en) The method that Nano Coordinate Measuring Machine microballoon probe sphericity high-acruracy survey can be achieved
KR100994742B1 (en) The method of collision detection and passpoint generation for moving path in 3 dimensional coordinate measuring machine
Chao et al. Research on the algorithm of measurement path planning for inner wall of air-intake pipe based on spraying robot system
Wang et al. A simple point cloud data reduction method based on Akima spline interpolation for digital copying manufacture
CN110954022A (en) Rotary scanning structure and calibration method for circular object
CN110702423A (en) Dynamic stability analysis method and device for metro vehicle door system
CN106994626B (en) A kind of on-position measure method
JP2971622B2 (en) Free-form surface measurement method
Luo et al. Reverse engineering with trajectory generation based on Bezier curve at dual drive machine
JP2971596B2 (en) Free-form surface measurement method
CN113334383B (en) Robot tail end tool offset calibration method based on line laser measuring instrument

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant