CN112419415A - Ultrasonic scanning method for realizing pose planning based on CRS curve fitting - Google Patents

Ultrasonic scanning method for realizing pose planning based on CRS curve fitting Download PDF

Info

Publication number
CN112419415A
CN112419415A CN202011440593.5A CN202011440593A CN112419415A CN 112419415 A CN112419415 A CN 112419415A CN 202011440593 A CN202011440593 A CN 202011440593A CN 112419415 A CN112419415 A CN 112419415A
Authority
CN
China
Prior art keywords
scanning
pose
generating
quaternion
time
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
CN202011440593.5A
Other languages
Chinese (zh)
Other versions
CN112419415B (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.)
Zhejiang Deshang Yunxing Medical Technology Co ltd
Original Assignee
Zhejiang Deshang Yunxing Medical Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhejiang Deshang Yunxing Medical Technology Co ltd filed Critical Zhejiang Deshang Yunxing Medical Technology Co ltd
Priority to CN202011440593.5A priority Critical patent/CN112419415B/en
Publication of CN112419415A publication Critical patent/CN112419415A/en
Application granted granted Critical
Publication of CN112419415B publication Critical patent/CN112419415B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/70Determining position or orientation of objects or cameras
    • G06T7/73Determining position or orientation of objects or cameras using feature-based methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10132Ultrasound image

Abstract

The invention relates to an ultrasonic scanning technology, and aims to provide an ultrasonic scanning method for realizing pose planning based on CRS curve fitting. The method comprises the following steps: scanning the chest contour of a patient, generating a scanning path, and obtaining the position and the set of road points which must pass through the scanning path; generating a control point set according to the road point set, and further constructing a vector space V; defining the distance between adjacent points to obtain a distance set D; generating a time parameter sequence based on the distance set; according to a CRS curve fitting interpolation method, obtaining a function of any point in a vector space V and a time parameter; and solving the pose at any moment, guiding the pose into a control execution component of the automatic ultrasonic scanning equipment, generating a self-adaptive scanning curve, and adjusting the pose of the scanning head in real time according to the actual condition of the patient. The pose planning process adopts Cartesian and quaternion space synchronous planning, and the principle is concise and understandable; compared with the traditional separated uniform spline-based interpolation algorithm and other algorithms, the method saves calculation power, and is simple and efficient. The invention can adapt to any complex scanning area to ensure that a global effective pose can be generated, and overlapping or invalid tracks in scanning are avoided; the scanning process is adaptive and efficient.

Description

Ultrasonic scanning method for realizing pose planning based on CRS curve fitting
Technical Field
The invention relates to an ultrasonic scanning technology, in particular to an ultrasonic scanning method for realizing pose planning based on CRS curve fitting (Centripetal Catmull-Romspline).
Background
Today, where robotics is increasingly incorporated into the medical field, medical robots that master automated navigation and planning techniques are becoming more and more widely used. The automatic planning of the ultrasonic scanning becomes an important technical reserve for relieving the pressure of doctors and patients, balancing medical resources and improving the screening and general inspection efficiency in primary medical treatment.
In the ultrasonic scanning technology, the pose planning of a complex scanning curved surface is the key for effectively finishing automatic scanning of each part and comprehensive screening of tumors. However, the various types of patients and intricate scanning areas present significant challenges to automated scanning techniques. For example, how to automatically generate universal and efficient scanning pose curves under the condition of multiple patients with different positions and sizes of mammary glands and thyroid glands. These practical problems exacerbate the complexity of automatic scanning trajectory planning, and especially the generation of efficient and universally applicable pose interpolation method is challenging.
Through the document retrieval in the prior art, the conventional pose planning method does not carry out research and optimization work aiming at the problem of locally inefficient pose planning in a complex curved surface. The existing track planning methods (such as a track planning method based on cubic uniform spline interpolation and a track planning method based on Bezier curve interpolation) can not ensure that problems of low-efficiency tracks, pose overlapping/pose circling and the like do not occur in the planning process.
Therefore, it is necessary to provide an improved pose planning method to realize complex scanning tasks and make them universal and efficient.
Disclosure of Invention
The invention aims to solve the technical problem of overcoming the defects in the prior art and provides an ultrasonic scanning method for realizing pose planning based on CRS curve fitting.
In order to solve the technical problems, the invention adopts the following solution:
the ultrasonic scanning method for realizing pose planning based on CRS curve fitting comprises the following steps:
(1) scanning the chest contour of a patient, generating a scanning path L, obtaining poses Pi of n waypoints which must pass through the scanning path L, wherein the poses Pi is { xi, yi, zi, ai, bi, ci and di }, and obtaining a waypoint set P is { P1, P2, …, Pi, … Pn };
(2) generating a control point set C ═ { C1, C2, …, Ci …, Cn +1, Cn +2} according to the waypoint set P; wherein Ci-Pi-1, i-2, 3, …, n + 1; c1 ═ 2C2-C3, …, Cn +2 ═ 2Cn + 1-Cn;
(3) constructing a vector space V epsilon R4 according to a control point set C { C1, C2, …, Cn +1 and Cn +2 };
(4) defining the distance between adjacent points vi +1 and vi in the vector space V as Di, and obtaining a distance set D { D1, D2, …, Dn +1}, wherein Di is ((xi +1-xi) ^2+ (yi +1-yi) ^2+ (zi +1-zi) ^2+ (alpha i + 1-alpha i) ^2) ^ 0.25; wherein i is 1, …, n +1, and ^ represents an exponentiation;
(5) generating a time parameter T sequence T ═ T1, T2, … and Tn +2} based on the distance set D ═ { D1, D2, … and Dn +1 }; wherein, Ti is D1+ … + Di-1, i is 2, …, n + 2; when i is 1, T1 is 0;
(6) obtaining a function F (Tr) -vr of any point vr and a time parameter Tr in a vector space V according to a CRS curve fitting interpolation method;
(7) solving the pose P (tr) corresponding to the condition that any time tr meets T1< tr < tn by using the time sequence T, the control point set C and the function F (Tr);
(8) and (3) leading the pose P (tr) into a control execution component of the automatic ultrasonic scanning equipment, and synchronously generating a self-adaptive scanning curve in Cartesian and quaternion spaces according to the specific geometric characteristic interpolation of the breast of the patient, so that the scanning execution component can adjust the pose of a scanning head in real time according to the actual condition of the patient, and the scanning adaptivity and the scanning efficiency are ensured.
In the present invention, in step (1), the pose Pi ═ { Pi, qi ═ { xi, yi, zi, ai, bi, ci, di }, i ═ 1,2,3, …, n; wherein xi, yi, zi, ai, bi, ci, di are real numbers; pi ═ { xi, yi, zi } denotes the location of each waypoint; qi ═ ai, bi, ci, di ═ ai + bi × i + ci × j + di × k is a unit quaternion, and represents the posture of each waypoint; let qi be the real part of the quaternion qi, and qi be the imaginary part of the quaternion qi.
In the present invention, in step (3), the vector space V includes a point set V ═ V1, V2, …, vi …, vn +2}, vi ═ xi, yi, zi, α i }, i ═ 1,2,3 … … n + 2; wherein xi, yi and zi represent the coordinates of the control point Ci in the x, y and z axes of a Cartesian coordinate system, and α i represents the rotation angle s between quaternions qi-1 and qi representing the postures of adjacent control points Ci-1 and Ci; the formula for α i is 2 × acos ((inv (qi-1) × qi). w), i is 2,3, …, n + 2; when i is 1, α 1 is 0; inv () represents the inversion operation on a quaternion.
In the present invention, in the vector space V in step (6), an arbitrary time variable Tr satisfying Ti < Tr < Ti +1, i ═ 2, …, n is interpolated with a point set V according to the time series T to obtain a point f (Tr) ═ vr ═ xr, yr, zr, α r } ∈ V; wherein Ak and Bj are reference variables;
Ak=(Tk-Tr)/(Tk-Tk-1)×vk-1+(Tr-Tk-1)/(Tk-Tk-1)×vk;k=i,i+1,i+2;
Bj=(Tj+1-Tr)/(Tj+1-Tj-1)×Aj+(Tr-Tj-1)/(Tj+1-Tj-1)×Aj+1;j=i,i+1;
then, f (Tr) ═ vr ═ Ti +1-Tr)/(Ti +1-Ti) × Bi + (Tr-Ti)/(Ti +1-Ti) × Bi + 1.
In the present invention, in step (7), it is assumed that the scanning path L passes through the waypoints P ═ P1, P2, …, Pn from time t1 to time tn; then for any time tr, t1< tr < tn is satisfied, and its corresponding pose p (tr) satisfies the following relationship:
tr ═ Tn +1-T2 × (Tr-T1)/(Tn-T1) + T2, satisfying Ti < Tr < Ti + 1;
using the function f (tr) we obtain: v (tr) ═ f (tr) { xr, yr, zr, α r };
calculating a quaternion qc ═ sin (α i +1- α r)/sin (α i +1) × qi + sin (α r)/sin (α i +1) × qi + 1;
q is qi × qc is { ar, br, cr, dr }, so far, p (tr) is { xr, yr, zr, ar, br, cr, dr }.
Compared with the prior art, the invention has the technical effects that:
1. the pose planning process adopts Cartesian and quaternion space synchronous planning, and the principle is concise and understandable; compared with the traditional separated uniform spline-based interpolation algorithm and other algorithms, the method saves calculation power, and is simple and efficient.
2. The pose planning process can be suitable for any complex scanning area to ensure that a global effective pose can be generated, and overlapping or invalid tracks are avoided in scanning; the scanning process is adaptive and efficient.
Drawings
Fig. 1 is a schematic diagram of the process of planning the position scanning pose of the invention.
Detailed Description
The following detailed description of embodiments of the invention refers to the accompanying drawings.
An ultrasonic scanning method for realizing pose planning based on CRS curve fitting comprises the following steps:
(1) scanning the chest contour of a patient, generating a scanning path L, obtaining the poses Pi of n waypoints which must pass through the scanning path L, wherein the poses Pi is { xi, yi, zi, ai, bi, ci, di }, the Pi, qi }, the i is 1,2,3, …, n, and obtaining a waypoint set P is { P1, P2, …, Pi, … Pn }; wherein xi, yi, zi, ai, bi, ci, di are real numbers; pi ═ { xi, yi, zi } denotes the location of each waypoint; qi ═ ai, bi, ci, di ═ ai + bi × i + ci × j + di × k is a unit quaternion, and represents the posture of each waypoint; let qi be the real part of the quaternion qi, and qi be the imaginary part of the quaternion qi.
(2) Generating a control point set C ═ { C1, C2, …, Ci …, Cn +1, Cn +2} according to the waypoint set P; wherein Ci-Pi-1, i-2, 3, …, n + 1; c1 ═ 2C2-C3, …, Cn +2 ═ 2Cn + 1-Cn;
(3) constructing a vector space V epsilon R4 according to a control point set C { C1, C2, …, Cn +1 and Cn +2 };
the vector space V contains a set of points V ═ { V1, V2, …, vi …, vn +2}, vi ═ xi, yi, zi, α i }, i ═ 1,2,3 … … n + 2; wherein xi, yi and zi represent the coordinates of the control point Ci in the x, y and z axes of a Cartesian coordinate system, and α i represents the rotation angle s between quaternions qi-1 and qi representing the postures of adjacent control points Ci-1 and Ci; the formula for α i is 2 × acos ((inv (qi-1) × qi). w), i is 2,3, …, n + 2; when i is 1, α 1 is 0; inv () represents the inversion operation on a quaternion.
(4) Defining the distance between adjacent points vi +1 and vi in the vector space V as Di, and obtaining a distance set D { D1, D2, …, Dn +1}, wherein Di is ((xi +1-xi) ^2+ (yi +1-yi) ^2+ (zi +1-zi) ^2+ (alpha i + 1-alpha i) ^2) ^ 0.25; wherein i is 1, …, n +1, and ^ represents an exponentiation;
(5) generating a time parameter T sequence T ═ T1, T2, … and Tn +2} based on the distance set D ═ { D1, D2, … and Dn +1 }; wherein, Ti is D1+ … + Di-1, i is 2, …, n + 2; when i is 1, T1 is 0;
(6) obtaining a function F (Tr) -vr of any point vr and a time parameter Tr in a vector space V according to a CRS curve fitting interpolation method;
in the vector space V, according to the time series T, for an arbitrary time variable Tr satisfying Ti < Tr < Ti +1, i ═ 2, …, n, an interpolation is performed with the point set V to obtain a point f (Tr) ═ vr ═ xr, yr, zr, α r } ∈ V; wherein Ak and Bj are reference variables;
Ak=(Tk-Tr)/(Tk-Tk-1)×vk-1+(Tr-Tk-1)/(Tk-Tk-1)×vk;k=i,i+1,i+2;
Bj=(Tj+1-Tr)/(Tj+1-Tj-1)×Aj+(Tr-Tj-1)/(Tj+1-Tj-1)×Aj+1;j=i,i+1;
then, f (Tr) ═ vr ═ Ti +1-Tr)/(Ti +1-Ti) × Bi + (Tr-Ti)/(Ti +1-Ti) × Bi + 1.
(7) Solving the pose P (tr) corresponding to the condition that any time tr meets T1< tr < tn by using the time sequence T, the control point set C and the function F (Tr);
assuming that the scanning path L starts from time t1 to time tn, and passes through the waypoints P ═ P1, P2, …, Pn, respectively; then for any time tr, t1< tr < tn is satisfied, and its corresponding pose p (tr) satisfies the following relationship:
tr ═ Tn +1-T2 × (Tr-T1)/(Tn-T1) + T2, satisfying Ti < Tr < Ti + 1;
using the function f (tr) we obtain: v (tr) ═ f (tr) { xr, yr, zr, α r };
calculating a quaternion qc ═ sin (α i +1- α r)/sin (α i +1) × qi + sin (α r)/sin (α i +1) × qi + 1;
q ═ qi × qc ═ { ar, br, cr, dr }, so far, p (tr) ═ { xr, yr, zr, ar, br, cr, dr };
(8) and (3) leading the pose P (tr) into a control execution component of the automatic ultrasonic scanning equipment, and synchronously generating a self-adaptive scanning curve in Cartesian and quaternion spaces according to the specific geometric characteristic interpolation of the breast of the patient, so that the scanning execution component can adjust the pose of a scanning head in real time according to the actual condition of the patient, and the scanning adaptivity and the scanning efficiency are ensured.

Claims (5)

1. An ultrasonic scanning method for realizing pose planning based on CRS curve fitting is characterized by comprising the following steps:
(1) scanning the chest contour of a patient, generating a scanning path L, obtaining poses Pi of n waypoints which must pass through the scanning path L, wherein the poses Pi is { xi, yi, zi, ai, bi, ci and di }, and obtaining a waypoint set P is { P1, P2, …, Pi, … Pn };
(2) generating a control point set C ═ { C1, C2, …, Ci …, Cn +1, Cn +2} according to the waypoint set P; wherein Ci-Pi-1, i-2, 3, …, n + 1; c1 ═ 2C2-C3, …, Cn +2 ═ 2Cn + 1-Cn;
(3) constructing a vector space V epsilon R4 according to a control point set C { C1, C2, …, Cn +1 and Cn +2 };
(4) defining the distance between adjacent points vi +1 and vi in the vector space V as Di, and obtaining a distance set D as { D1, D2, …, Dn +1}, wherein Di is ((xi +1-xi) ^2+ (yi +1-yi) ^2+ (zi +1-zi) ^2+ (alpha i + 1-alpha i) ^2) ^ 0.25; wherein i is 1, …, n +1, and ^ represents an exponentiation;
(5) generating a time parameter T sequence T ═ T1, T2, … and Tn +2} based on the distance set D ═ { D1, D2, … and Dn +1 }; wherein, Ti is D1+ … + Di-1, i is 2, …, n + 2; when i is 1, T1 is 0;
(6) obtaining a function F (Tr) -vr of any point vr and a time parameter Tr in a vector space V according to a CRS curve fitting interpolation method;
(7) solving the pose P (tr) corresponding to the condition that any time tr meets T1< tr < tn by using the time sequence T, the control point set C and the function F (Tr);
(8) and (3) leading the pose P (tr) into a control execution component of the automatic ultrasonic scanning equipment, and synchronously generating a self-adaptive scanning curve in Cartesian and quaternion spaces according to the specific geometrical characteristic interpolation of the breast of the patient, so that the scanning execution component can adjust the pose of a scanning head in real time according to the actual condition of the patient.
2. The method according to claim 1, characterized in that in step (1), the pose Pi ═ { Pi, qi } ═ { xi, yi, zi, ai, bi, ci, di }, i ═ 1,2,3, …, n; wherein xi, yi, zi, ai, bi, ci, di are real numbers; pi ═ { xi, yi, zi } denotes the location of each waypoint; qi ═ ai, bi, ci, di ═ ai + bi × i + ci × j + di × k is a unit quaternion, and represents the posture of each waypoint; let qi be the real part of the quaternion qi, and qi be the imaginary part of the quaternion qi.
3. The method according to claim 1, wherein in step (3), the vector space V contains a set of points V ═ { V1, V2, …, vi …, vn +2}, vi ═ xi, yi, zi, α i }, i ═ 1,2,3 … … n + 2; wherein xi, yi and zi represent the coordinates of the control point Ci in the x, y and z axes of a Cartesian coordinate system, and α i represents the rotation angle s between quaternions qi-1 and qi representing the postures of adjacent control points Ci-1 and Ci; the formula for α i is 2 × acos ((inv (qi-1) × qi). w), i is 2,3, …, n + 2; when i is 1, α 1 is 0; inv () represents the inversion operation on a quaternion.
4. The method according to claim 1, wherein in step (6), in the vector space V, for any time variable Tr satisfying Ti < Tr < Ti +1, i ═ 2, …, n, a point f (Tr) ═ vr ═ xr, yr, zr, α r } ∈ V is interpolated from a set of points V according to a time series T; wherein Ak and Bj are reference variables;
Ak=(Tk-Tr)/(Tk-Tk-1)×vk-1+(Tr-Tk-1)/(Tk-Tk-1)×vk;k=i,i+1,i+2;
Bj=(Tj+1-Tr)/(Tj+1-Tj-1)×Aj+(Tr-Tj-1)/(Tj+1-Tj-1)×Aj+1;j=i,i+1;
then, f (Tr) ═ vr ═ Ti +1-Tr)/(Ti +1-Ti) × Bi + (Tr-Ti)/(Ti +1-Ti) × Bi + 1.
5. The method of claim 1, wherein in step (7), the scanning path L is assumed to start from time t1 to end at tn, passing through waypoints P ═ P1, P2, …, Pn, respectively; then for any time tr, t1< tr < tn is satisfied, and its corresponding pose p (tr) satisfies the following relationship:
tr ═ Tn +1-T2 × (Tr-T1)/(Tn-T1) + T2, satisfying Ti < Tr < Ti + 1;
using the function f (tr) we obtain: v (tr) ═ f (tr) { xr, yr, zr, α r };
calculating a quaternion qc ═ sin (α i +1- α r)/sin (α i +1) × qi + sin (α r)/sin (α i +1) × qi + 1;
q is qi × qc is { ar, br, cr, dr }, so far, p (tr) is { xr, yr, zr, ar, br, cr, dr }.
CN202011440593.5A 2020-12-08 2020-12-08 Ultrasonic scanning method for realizing pose planning based on CRS curve fitting Active CN112419415B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011440593.5A CN112419415B (en) 2020-12-08 2020-12-08 Ultrasonic scanning method for realizing pose planning based on CRS curve fitting

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011440593.5A CN112419415B (en) 2020-12-08 2020-12-08 Ultrasonic scanning method for realizing pose planning based on CRS curve fitting

Publications (2)

Publication Number Publication Date
CN112419415A true CN112419415A (en) 2021-02-26
CN112419415B CN112419415B (en) 2022-06-17

Family

ID=74775504

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011440593.5A Active CN112419415B (en) 2020-12-08 2020-12-08 Ultrasonic scanning method for realizing pose planning based on CRS curve fitting

Country Status (1)

Country Link
CN (1) CN112419415B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5964710A (en) * 1998-03-13 1999-10-12 Srs Medical, Inc. System for estimating bladder volume
US20020141645A1 (en) * 2001-02-05 2002-10-03 Ram Rajagopal System and method for scanning a region using a low discrepancy curve
CN105773620A (en) * 2016-04-26 2016-07-20 南京工程学院 Track planning and control method of free curve of industrial robot based on double quaternions
CN109069009A (en) * 2016-03-10 2018-12-21 博迪维仁医疗有限公司 Method and system for using multiple view pose to estimate
CN110664438A (en) * 2019-10-22 2020-01-10 深圳瀚维智能医疗科技有限公司 Ultrasonic scanning track planning method and device, storage medium and computer equipment
CN110786887A (en) * 2019-10-22 2020-02-14 深圳瀚维智能医疗科技有限公司 Mammary gland ultrasonic screening method, device and system
CN111791236A (en) * 2020-07-17 2020-10-20 广东拓斯达科技股份有限公司 Industrial robot Cartesian space trajectory transition method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5964710A (en) * 1998-03-13 1999-10-12 Srs Medical, Inc. System for estimating bladder volume
US20020141645A1 (en) * 2001-02-05 2002-10-03 Ram Rajagopal System and method for scanning a region using a low discrepancy curve
CN109069009A (en) * 2016-03-10 2018-12-21 博迪维仁医疗有限公司 Method and system for using multiple view pose to estimate
CN105773620A (en) * 2016-04-26 2016-07-20 南京工程学院 Track planning and control method of free curve of industrial robot based on double quaternions
CN110664438A (en) * 2019-10-22 2020-01-10 深圳瀚维智能医疗科技有限公司 Ultrasonic scanning track planning method and device, storage medium and computer equipment
CN110786887A (en) * 2019-10-22 2020-02-14 深圳瀚维智能医疗科技有限公司 Mammary gland ultrasonic screening method, device and system
CN111791236A (en) * 2020-07-17 2020-10-20 广东拓斯达科技股份有限公司 Industrial robot Cartesian space trajectory transition method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
CHRISTOPH GRAUMANN 等: "Robotic ultrasound trajectory planning for volume of interest coverage", 《2016 IEEE INTERNATIONAL CONFERENCE ON ROBOTICS AND AUTOMATION (ICRA)》, 21 May 2016 (2016-05-21), pages 736 - 741, XP032908271, DOI: 10.1109/ICRA.2016.7487201 *

Also Published As

Publication number Publication date
CN112419415B (en) 2022-06-17

Similar Documents

Publication Publication Date Title
CN109514133B (en) 3D curve welding seam autonomous teaching method of welding robot based on line structure light perception
CN107283422B (en) Off-line programming-based track planning method for polishing workpiece added by robot
JP2019517929A (en) Trajectory planning method of point-to-point movement in robot joint space
Jiang et al. An overview of hand-eye calibration
Xu et al. Region based five-axis tool path generation for freeform surface machining via image representation
Li et al. Generating tool-path with smooth posture change for five-axis sculptured surface machining based on cutter’s accessibility map
CN108582071B (en) Industrial robot programming track diagnosis and speed optimization method
CN107877517B (en) Motion mapping method based on cyberporce remote operation mechanical arm
CN113741426B (en) Robot machining path planning method based on local point cloud curve fitting
US9904270B2 (en) Numerical control apparatus for multi-axial machine
CN105598975B (en) A kind of method for determining industrial robot motion track
Chang et al. Image feature command generation of contour following tasks for SCARA robots employing Image-Based Visual Servoing—A PH-spline approach
Wang et al. Local asymmetrical corner trajectory smoothing with bidirectional planning and adjusting algorithm for CNC machining
CN105522577A (en) Method and device used for planning Descartes trajectory of five-axis bending robot
CN110802600A (en) Singularity processing method of six-degree-of-freedom articulated robot
Huang et al. Constructing smooth tool orientation field based on radial basis function for 5-axis machining
CN112419415B (en) Ultrasonic scanning method for realizing pose planning based on CRS curve fitting
CN113103240B (en) Method, device and system for realizing C2 continuous robot trajectory planning
CN111515954B (en) Method for generating high-quality motion path of mechanical arm
Xu et al. Digital image approach to tool path generation for surface machining
CN117226855A (en) Weld polishing track planning method based on three-dimensional point cloud
Xu et al. Automatic interpolation algorithm for NURBS trajectory of shoe sole spraying based on 7-DOF robot
Hong et al. Offline programming method and implementation of industrial robot grinding based on VTK
CN116370088A (en) Motion control method and related device for mechanical arm
Nagata et al. Generation of triangulated patches smoothed from original point cloud data with noise and its application to robotic machining

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