CN105563482A - Rotation movement planning method for end effector of industrial robot - Google Patents

Rotation movement planning method for end effector of industrial robot Download PDF

Info

Publication number
CN105563482A
CN105563482A CN201510852696.5A CN201510852696A CN105563482A CN 105563482 A CN105563482 A CN 105563482A CN 201510852696 A CN201510852696 A CN 201510852696A CN 105563482 A CN105563482 A CN 105563482A
Authority
CN
China
Prior art keywords
end effector
centerdot
quaternion
rotation
initial
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
CN201510852696.5A
Other languages
Chinese (zh)
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.)
Rokae (beijing) Technology Co Ltd
Original Assignee
Rokae (beijing) 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 Rokae (beijing) Technology Co Ltd filed Critical Rokae (beijing) Technology Co Ltd
Priority to CN201510852696.5A priority Critical patent/CN105563482A/en
Publication of CN105563482A publication Critical patent/CN105563482A/en
Pending legal-status Critical Current

Links

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B25HAND TOOLS; PORTABLE POWER-DRIVEN TOOLS; MANIPULATORS
    • B25JMANIPULATORS; CHAMBERS PROVIDED WITH MANIPULATION DEVICES
    • B25J9/00Programme-controlled manipulators
    • B25J9/16Programme controls
    • B25J9/1656Programme controls characterised by programming, planning systems for manipulators
    • B25J9/1664Programme controls characterised by programming, planning systems for manipulators characterised by motion, path, trajectory planning

Landscapes

  • Engineering & Computer Science (AREA)
  • Robotics (AREA)
  • Mechanical Engineering (AREA)
  • Numerical Control (AREA)
  • Manipulator (AREA)

Abstract

The invention provides a rotation movement planning method for an end effector of an industrial robot. The method comprises the following steps: the initial and final postures of the rotation movement of the end effector are input and are converted into quaternions for expression; the end effector is judged to be at a rotation movement turning area or not; if the end effector is not at the turning area, the initial and final postures are interpolated by adopting a quaternion spherical linear interpolation method; rotary shaft vector quantities are calculated and expressed according to the quaternions of the initial and final postures; the angular speed and angular acceleration of the rotation movement of the end effector are calculated according to the rotary shaft vector quantities and the turning angle of the end effector around the equivalent shaft; if the end effector is at the turning area, two rotation tracks at the turning area are interpolated successively for twice by adopting the quaternion spherical linear interpolation method; and the angular speed and angular acceleration are calculated. According to the method, the postures of the end of the robot are described by using quaternions; the problem of eulerian angle singularity is avoided; the rotation movement planning is converted to an initial and final quaternion interpolation problem; and the rotation process around the single shaft is more visible.

Description

Method for planning the rotational movement of an end effector of an industrial robot
Technical Field
The invention relates to the technical field of industrial robots, in particular to a rotary motion planning method for an end effector of an industrial robot.
Background
Industrial robots are often used with tools, i.e. end effectors, that are oriented towards a specific application. The motion of the tool can be described in terms of rigid body motion, including translation of the center point of the tool and rotation of the tool. Since the control of the industrial robot takes place on axes, the rotational movement of the tool is mapped to the axis space as well as the translation of the center point of the tool, so that the rotational movement also needs to be performed smoothly. The existing method for planning the rotary motion of the end effector of the industrial robot mainly comprises the following steps:
(1) simultaneous attitude interpolation for three axes
The robot tip pose is expressed in the form of euler angles, i.e. equivalent to a rotational movement from a unit pose about three axes. And interpolating Euler angles of three axes of the initial attitude and the final attitude to obtain a tail end rotation motion track. The method decomposes the posture into three independent variables for interpolation, and is easy to process when two rotary motions are smoothly connected. However, the euler angle indicates that the posture is singular, and the rotational motion interpolated by the method rotates around three axes, so that the method is not intuitive.
(2) Interpolation by the angle of axis method
And changing the tail end posture of the robot is equivalent to rotating the robot by a certain angle around an equivalent rotating shaft. The rotating shaft of the rotary motion formed by the interpolation method is not changed, and the rotary motion planning is converted into the single-degree-of-freedom planning problem of a certain angle, so that the problem is solved. However, when the two rotational motions are smoothly connected, the rotational angular velocity direction of the end of the robot is suddenly changed, so that a large acceleration is caused, and the robot shakes.
Disclosure of Invention
The object of the present invention is to solve at least one of the technical drawbacks mentioned.
Therefore, the invention aims to provide a rotary motion planning method for an end effector of an industrial robot, wherein quaternions are used for describing the tail end posture of the robot, the problem of singularity of Euler angles is avoided, the rotary motion planning is converted into the interpolation problem of initial and final quaternions, and the rotary process is more visual around single-axis motion.
In order to achieve the above object, an embodiment of the present invention provides a rotational motion planning method for an end effector of an industrial robot, including the steps of:
step S1, inputting the initial and final postures of the rotation motion of the end effector, and converting the initial and final postures into quaternion representation;
step S2, judging whether the end effector is in a turning area of rotary motion;
step S3, if the end effector is not in the turning area, interpolating the initial and final postures by a quaternion spherical linear interpolation method, calculating quaternion of the initial and final postures to represent and calculate a rotating shaft vector, and calculating the angular velocity and the angular acceleration of the rotation motion of the end effector according to the rotating shaft vector and the rotation angle of the end effector around the equivalent rotating shaft;
step S4, if the end effector is in the turning area, two rotation tracks of the turning area are continuously interpolated twice by adopting a quaternion spherical linear interpolation method, the attitude data of the end effector is calculated, the first derivative of the attitude data is calculated, and the angular velocity of the rotation motion of the end effector is calculated according to the first derivative of the attitude data; and calculating a second derivative of the attitude data, and calculating the angular acceleration of the rotary motion of the end effector according to the second derivative of the attitude data.
Further, in step S1, the quaternion q of the first and last attitude transformation is expressed as:
q w = ( t r a c e ( R ) ) / 2 ;
qx=(R32-R23)/4qw
qy=(R13-R31)/4qw
qz=(R21-R12)/4qw
wherein trace (R) is a trace of a rotation matrix of the end effector rotational motion.
Further, in step S3, the interpolating the initial and final postures by using a quaternion spherical linear interpolation method includes:
firstly, according to the initial and final postures q0,q1Calculating the included angle between the two postures,
θ0=arccos(q0q1);
interpolating the initial attitude and the final attitude by adopting the quaternion spherical linear interpolation algorithm to obtain attitude quaternion at the moment t as follows:
q = s l e r p ( q 0 , q 1 , θ ( t ) / θ 0 ) = q 0 ( q 0 - 1 q 1 ) θ ( t ) / θ 0 ;
and theta (t) is the rotation angle of the end effector around the equivalent rotating shaft at the moment t.
Further, in step S3, the quaternion expression of the initial and final postures is calculated as follows:
r=log(q0 -1q1)/arccos(q0q1)。
further, in the step S3, the calculating the angular velocity of the end effector rotation motion is:
ω = r θ · ( t ) ,
wherein,is the first derivative of the angle of rotation θ (t) of the end effector about the equivalent axis of rotation;
the calculating the angular acceleration of the rotational motion of the end effector is:
α = r θ ·· ( t )
wherein,the second derivative of the angle of rotation θ (t) of the end effector about the equivalent pivot axis.
Further, the method for continuously interpolating the two rotation tracks of the turning area twice by adopting a quaternion spherical linear interpolation method comprises the following steps:
setting the parameter of the turning area rotation track as h, and when h changes, the quaternion of the two rotation tracks is as follows:andthe first interpolation of the quaternion spherical linear interpolation method is adopted for both the first and the second parameters, the second interpolation of the quaternion spherical linear interpolation method is adopted for both the first and the second parameters, and the third parameter is changed into a control function of p (h);
q ( h ) = s l e r p ( q 1 ~ ( h ) , q 2 ~ ( h ) , p ( h ) ) = q 1 ~ ( h ) ( q 1 ~ ( h ) - 1 , q 2 ~ ( h ) ) p ( h )
wherein p (h) is satisfied,
further, in step S4, the pose data of the end effector is calculated as:
wherein,
according to the rotary motion planning method for the end effector of the industrial robot, quaternions are used for describing the tail end posture of the robot, the problem of singularity of an Euler angle is solved, rotary motion planning is converted into the interpolation problem of initial and final quaternions, and the rotary process moves around a single axis more intuitively. The method is characterized in that the smooth connection of the rotary motion is realized by utilizing two times of quaternion spherical surface linear interpolation in a turning area from the previous track to the next track at the tail end of the robot, and a posture, angular velocity and angular acceleration algorithm of the full rotary motion process is calculated and output by utilizing a second derivative of the quaternion of the rotary motion, so that the method can be used for the dynamic feedforward control and the operation space control of the industrial robot.
Additional aspects and advantages of the invention will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the invention.
Drawings
The above and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
fig. 1 is a flow chart of a method of planning a rotational movement of an end effector for an industrial robot according to an embodiment of the present invention;
fig. 2 is a flow chart of a method of planning a rotational movement of an end effector for an industrial robot according to another embodiment of the invention;
fig. 3 is a schematic diagram of a pose trajectory of an end effector according to an embodiment of the present invention.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are illustrative and intended to be illustrative of the invention and are not to be construed as limiting the invention.
As shown in fig. 1, a method for planning a rotational motion of an end effector of an industrial robot according to an embodiment of the present invention includes the steps of:
in step S1, the initial and final postures of the rotational motion of the end effector are input, and the initial and final postures are converted into a quaternion representation.
The quaternion q of the first and last attitude transformations is expressed as:
q w = ( t r a c e ( R ) ) / 2 ;
qx=(R32-R23)/4qw
qy=(R13-R31)/4qw
qz=(R21-R12)/4qw
where trace (R) is the trace of the rotation matrix R of the end effector rotational motion.
In step S2, it is determined whether or not the end effector is in the turning region of the rotational motion.
And step S3, if the end effector is not in the turning area, interpolating the initial attitude and the final attitude by a quaternion spherical linear interpolation method, calculating quaternion of the initial attitude and the final attitude to represent a calculation rotating shaft vector, and calculating the angular velocity and the angular acceleration of the rotation motion of the end effector according to the rotating shaft vector and the rotation angle of the end effector around the equivalent rotating shaft.
The initial attitude and the final attitude are interpolated by adopting a quaternion spherical linear interpolation method, and the method comprises the following steps:
firstly, according to the initial and final postures q0,q1Calculating the included angle between the two postures,
θ0=arccos(q0q1);(1)
and (3) interpolating the initial attitude and the final attitude by adopting a quaternion spherical linear interpolation algorithm to obtain attitude quaternion at the moment t as follows:
q = s l e r p ( q 0 , q 1 , θ ( t ) / θ 0 ) = q 0 ( q 0 - 1 q 1 ) θ ( t ) / θ 0 ; - - - ( 2 )
and theta (t) is the rotation angle of the end effector around the equivalent rotating shaft at the moment t. The general S-shaped speed planning method can be called for planning by the boundary condition that the initial angle and the final angle and the angular speed are zero.
After interpolation is finished, the direction of a rotating shaft in the linear interpolation of the quaternion spherical surface is unchanged, and the quaternion for calculating the initial attitude and the final attitude represents and calculates a rotating shaft vector as follows:
r=log(q0 -1q1)/arccos(q0q1);(3)
wherein log is the logarithm of the difference of the quaternions of the initial attitude and the final attitude.
And calculating the angular velocity and the angular acceleration of the rotation motion of the end effector according to the rotation shaft vector and the rotation angle of the end effector around the equivalent rotation shaft.
Specifically, the angular velocity of the end effector rotational motion is calculated as:
ω = r θ · ( t ) , - - - ( 4 )
wherein,the first derivative of the angle of rotation θ (t) of the end effector about the equivalent axis of rotation.
Calculating the angular acceleration of the end effector rotational motion as:
α = r θ ·· ( t ) , - - - ( 5 )
wherein,the second derivative of the angle of rotation θ (t) of the end effector about the equivalent pivot axis.
Step S4, if the end effector is in the turning area, two rotating tracks of the turning area are continuously interpolated twice by adopting a quaternion spherical linear interpolation method, the attitude data of the end effector is calculated, the first derivative of the attitude data is calculated, and the angular velocity of the rotating motion of the end effector is calculated according to the first derivative of the attitude data; and calculating a second derivative of the attitude data, and calculating the angular acceleration of the rotary motion of the end effector according to the second derivative of the attitude data.
The method for continuously interpolating the two rotation tracks of the turning area twice by adopting a quaternion spherical linear interpolation method comprises the following steps:
the track of the rotation motion is determined by connecting two rotation tracks, the parameter of the rotation track of the turning area is set as h, and the range of the parameter is [0,1 ]]When h varies, the quaternion of the two rotation trajectories is:andthe two are obtained by the first interpolation of the quaternion spherical linear interpolation method, then the second interpolation of the quaternion spherical linear interpolation method is adopted for the two, and the third parameter is changed into the control function of p (h). Under such conditions a smooth transition of the two rotational movements that are smoothly connected can be achieved.
q ( h ) = s l e r p ( q 1 ~ ( h ) , q 2 ~ ( h ) , p ( h ) ) = q 1 ~ ( h ) ( q 1 ~ ( h ) - 1 , q 2 ~ ( h ) ) p ( h )
Wherein p (h) is satisfied,
during turning, the rotating shaft is in smooth transition, so that the angular velocity needs to be calculated by calculating the change rate of the posture along with the time. The attitude at any time during the turn zone can be written in the following form:
calculating pose data for the end effector as:
wherein,
then, a first derivative of the pose data is calculated, and an angular velocity of the end effector rotational motion is calculated based on the first derivative of the pose data.
q · = a · q ~ 1 + a q 1 ~ · + b · q 2 ~ + b q 2 ~ · , - - - ( 7 )
Let, ca=cos((1-p)θ),sa=sin((1-p)θ),cb=cos(pθ),sb=sin(pθ)
So as to obtain the compound with the characteristics of,
a · = C a ( θ · ( 1 - p ) - p · θ ) sin θ - θ · cos ( θ ) S a sin 2 θ , b · = C b ( θ · p + p · θ ) sin θ - θ · cos ( θ ) S b sin 2 θ ,
wherein the angular velocity of the end effector rotational motion is as follows:
θ = arccos ( q 1 ~ · q 2 ~ ) , - - - ( 8 )
θ · = - q 1 ~ · · q 2 ~ + q 1 ~ · q 2 ~ · s i n ( θ ) , - - - ( 9 )
and calculating a second derivative of the attitude data, and calculating the angular acceleration of the rotary motion of the end effector according to the second derivative of the attitude data.
q ·· = a ·· q 1 ~ + 2 a · q 1 ~ · + a q 1 ~ · · + b ·· q 2 ~ + 2 b · q 2 ~ · + b q 2 ~ · · , - - - ( 10 )
Wherein,
a · = φ · c o s ( φ ) - a θ · c o s ( θ ) sin ( θ ) , b · = ψ · c o s ( ψ ) - b θ · c o s ( θ ) sin ( θ ) ,
a ·· = - a ( φ · 2 + θ · 2 ) + φ ·· c o s ( φ ) - a θ ·· c o s ( θ ) sin ( θ ) , 2 · a θ · 2 - φ · θ · c o s ( φ ) cos ( θ ) sin 2 ( θ ) ,
b ·· = - b ( ψ · 2 + θ · 2 ) + ψ ·· c o s ( ψ ) - b θ ·· c o s ( θ ) sin ( θ ) , 2 · b θ · 2 - ψ · θ · c o s ( ψ ) cos ( θ ) sin 2 ( θ ) ,
the angular acceleration of the end effector rotational motion is as follows:
φ = ( 1 - p ( h ) ) θ ( h ) , φ · = ( 1 - p ( h ) ) θ · ( h ) - p · ( h ) θ ( h ) , φ ·· = ( 1 - p ) θ ·· - 2 p · θ · - p ·· θ
ψ = p ( h ) θ ( h ) , ψ · = p · θ + p θ · ,
ψ ·· = p ·· θ + 2 p · θ · + p θ ·· - s i n ( θ ) θ ·· - c o s ( θ ) θ · = q 1 ~ · · · q 2 ~ + 2 q 1 ~ · · q 2 ~ · + q 1 ~ · q 2 ~ · · .
fig. 2 is a flow chart of a method of planning a rotational movement of an end effector for an industrial robot according to another embodiment of the invention.
Step S201, inputting the initial and final postures of the rotary motion.
In step S202, the initial and final postures are converted into a quaternion representation.
The quaternion q of the first and last attitude transformations is expressed as:
q w = ( t r a c e ( R ) ) / 2 ;
qx=(R32-R23)/4qw
qy=(R13-R31)/4qw
qz=(R21-R12)/4qw
step S203, determining whether the vehicle is in the turning area of the rotational motion.
And step S204, calling a first and last slerp and a rate planning subprogram to perform interpolation by using a general quaternion spherical linear interpolation subprogram and a general one-dimensional rate planning subprogram.
And S205, calculating the logarithm of the difference value of the initial quaternion and the final quaternion to obtain a rotating shaft vector.
r=log(q0 -1q1)/arccos(q0q1)
In step S206, the velocity direction and the velocity are combined into a velocity, and the acceleration direction and the acceleration rate are combined into an acceleration.
And step S207, calling the initial and final slerp twice to interpolate the connected rotary motion postures.
In step S208, the first derivative of the attitude quaternion is calculated.
In step S209, the second derivative of the attitude quaternion is calculated.
Step S210, the angular velocity and the angular acceleration of the rotational motion are directly obtained according to a second derivative of the attitude.
The angular velocities of the end effector rotational motion are as follows:
the angular acceleration of the end effector rotational motion is as follows:
φ = ( 1 - p ( h ) ) θ ( h ) , φ · = ( 1 - p ( h ) ) θ · ( h ) - p · ( h ) θ ( h ) , φ ·· = ( 1 - p ) θ ·· - 2 p · θ · - p ·· θ
ψ = p ( h ) θ ( h ) , ψ · = p · θ + p θ · ,
ψ ·· = p ·· θ + 2 p · θ · + p θ ·· - s i n ( θ ) θ ·· - c o s ( θ ) θ · = q 1 ~ · · · q 2 ~ + 2 q 1 ~ · · q 2 ~ · + q 1 ~ · q 2 ~ · · .
fig. 3 is a schematic diagram of a pose trajectory of an end effector according to an embodiment of the present invention.
In step S211, the attitude, angular velocity, and angular acceleration of the rotational motion are output.
According to the rotary motion planning method for the end effector of the industrial robot, quaternions are used for describing the tail end posture of the robot, the problem of singularity of an Euler angle is solved, rotary motion planning is converted into the interpolation problem of initial and final quaternions, and the rotary process moves around a single axis more intuitively. The method is characterized in that the smooth connection of the rotary motion is realized by utilizing two times of quaternion spherical surface linear interpolation in a turning area from the previous track to the next track at the tail end of the robot, and a posture, angular velocity and angular acceleration algorithm of the full rotary motion process is calculated and output by utilizing a second derivative of the quaternion of the rotary motion, so that the method can be used for the dynamic feedforward control and the operation space control of the industrial robot.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made in the above embodiments by those of ordinary skill in the art without departing from the principle and spirit of the present invention. The scope of the invention is defined by the appended claims and their full range of equivalents.

Claims (7)

1. A method for planning a rotational movement of an end effector of an industrial robot, characterized by the steps of:
step S1, inputting the initial and final postures of the rotation motion of the end effector, and converting the initial and final postures into quaternion representation;
step S2, judging whether the end effector is in a turning area of rotary motion;
step S3, if the end effector is not in the turning area, interpolating the initial and final postures by a quaternion spherical linear interpolation method, calculating quaternion of the initial and final postures to represent and calculate a rotating shaft vector, and calculating the angular velocity and the angular acceleration of the rotation motion of the end effector according to the rotating shaft vector and the rotation angle of the end effector around the equivalent rotating shaft;
step S4, if the end effector is in the turning area, two rotation tracks of the turning area are continuously interpolated twice by adopting a quaternion spherical linear interpolation method, the attitude data of the end effector is calculated, the first derivative of the attitude data is calculated, and the angular velocity of the rotation motion of the end effector is calculated according to the first derivative of the attitude data; and calculating a second derivative of the attitude data, and calculating the angular acceleration of the rotary motion of the end effector according to the second derivative of the attitude data.
2. A method of planning the rotational movement of an end effector for an industrial robot according to claim 1, characterized in that in step S1 the quaternion q of the first and last pose transformation is expressed as:
qx=(R32-R23)/4qw
qy=(R13-R31)/4qw
qz=(R21-R12)/4qw
wherein trace (R) is a trace of a rotation matrix of the end effector rotational motion.
3. A method for planning the rotational movement of an end effector for an industrial robot according to claim 1, wherein in step S3, the interpolating the initial and final poses according to the linear interpolation method using quaternion sphere comprises the following steps:
firstly, according to the initial and final postures q0,q1Calculating the included angle between the two postures,
θ0=arccos(q0q1);
interpolating the initial attitude and the final attitude by adopting the quaternion spherical linear interpolation algorithm to obtain attitude quaternion at the moment t as follows:
and theta (t) is the rotation angle of the end effector around the equivalent rotating shaft at the moment t.
4. A method for planning the rotational movement of an end effector for an industrial robot according to claim 3, wherein in said step S3, said calculating the quaternion representation of the first and last postures calculates the rotation axis vector as:
r=log(q0 -1q1)/arccos(q0q1)。
5. the method for planning the rotational motion of an end effector for an industrial robot according to claim 4, wherein in said step S3, said calculating the angular velocity of the rotational motion of said end effector is:
wherein,is the first derivative of the angle of rotation θ (t) of the end effector about the equivalent axis of rotation;
the calculating the angular acceleration of the rotational motion of the end effector is:
wherein,the second derivative of the angle of rotation θ (t) of the end effector about the equivalent pivot axis.
6. A method for planning the rotational movement of an end effector for an industrial robot according to claim 1, wherein in step S4, the interpolation of the two rotational trajectories of the turning zone is performed twice consecutively by using a quaternion sphere linear interpolation method, comprising the steps of:
setting the parameter of the turning area rotation track as h, and when h changes, the quaternion of the two rotation tracks is as follows:andthe first interpolation of the quaternion spherical linear interpolation method is adopted for both the first and the second parameters, the second interpolation of the quaternion spherical linear interpolation method is adopted for both the first and the second parameters, and the third parameter is changed into a control function of p (h);
wherein p (h) satisfies, p (0) ═ 0, p (1) ═ 1,
7. the rotational motion planning method for an end effector for an industrial robot according to claim 6, wherein in said step S4, the attitude data of the end effector is calculated as:
wherein,
CN201510852696.5A 2015-12-01 2015-12-01 Rotation movement planning method for end effector of industrial robot Pending CN105563482A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510852696.5A CN105563482A (en) 2015-12-01 2015-12-01 Rotation movement planning method for end effector of industrial robot

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510852696.5A CN105563482A (en) 2015-12-01 2015-12-01 Rotation movement planning method for end effector of industrial robot

Publications (1)

Publication Number Publication Date
CN105563482A true CN105563482A (en) 2016-05-11

Family

ID=55874390

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510852696.5A Pending CN105563482A (en) 2015-12-01 2015-12-01 Rotation movement planning method for end effector of industrial robot

Country Status (1)

Country Link
CN (1) CN105563482A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106296598A (en) * 2016-07-29 2017-01-04 厦门美图之家科技有限公司 3 d pose processing method, system and camera terminal
CN109531573A (en) * 2018-12-25 2019-03-29 珞石(山东)智能科技有限公司 One kind being based on line transect robot pose smooth path generation method
CN111684380A (en) * 2018-11-06 2020-09-18 深圳配天智能技术研究院有限公司 Robot motion control method, control system and storage device
CN113406646A (en) * 2021-06-18 2021-09-17 北京师范大学 Method and equipment for three-dimensional positioning based on multi-direction ultrasonic ranging and IMU (inertial measurement Unit)
CN115958597A (en) * 2022-12-16 2023-04-14 广州数控设备有限公司 Industrial robot continuous attitude path fairing method and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090076654A1 (en) * 2005-12-21 2009-03-19 Abb Ag System and method for aligning and for controlling the position of a robot tool
US20100138180A1 (en) * 2005-08-01 2010-06-03 Hisayoshi Sugihara Moving Body Posture Angle Detecting Apparatus
CN102528802A (en) * 2010-12-31 2012-07-04 中国科学院计算技术研究所 Motion driving method for robot with nine degrees of freedom
CN103513605A (en) * 2012-06-28 2014-01-15 发那科株式会社 Numerical controller having a tool posture control function for multi-axis machining machines
CN103538067A (en) * 2013-10-08 2014-01-29 南京航空航天大学 Kinematics positive solution method of fast-solving Stewart parallel mechanism based on quaternion

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100138180A1 (en) * 2005-08-01 2010-06-03 Hisayoshi Sugihara Moving Body Posture Angle Detecting Apparatus
US20090076654A1 (en) * 2005-12-21 2009-03-19 Abb Ag System and method for aligning and for controlling the position of a robot tool
CN102528802A (en) * 2010-12-31 2012-07-04 中国科学院计算技术研究所 Motion driving method for robot with nine degrees of freedom
CN103513605A (en) * 2012-06-28 2014-01-15 发那科株式会社 Numerical controller having a tool posture control function for multi-axis machining machines
CN103538067A (en) * 2013-10-08 2014-01-29 南京航空航天大学 Kinematics positive solution method of fast-solving Stewart parallel mechanism based on quaternion

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
刘松国: "六自由度串联机器人运动优化与轨迹跟踪控制研究", 《中国博士学位论文全文数据库 信息科技辑》 *
刘松国等: "基于四元数和B样条的机械手平滑姿态规划器", 《浙江大学学报》 *
吴险峰: "3D方位的四元数表示浅析", 《电脑学习》 *
孙斌等: "基于四元数的机械臂平滑姿态规划与仿真", 《机械科学与技术》 *
季晨: "工业机器人姿态规划及轨迹优化研究", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *
王健: "6R串联机器人轨迹规划算法研究", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106296598A (en) * 2016-07-29 2017-01-04 厦门美图之家科技有限公司 3 d pose processing method, system and camera terminal
CN106296598B (en) * 2016-07-29 2019-11-26 厦门美图之家科技有限公司 3 d pose processing method, system and camera terminal
CN111684380A (en) * 2018-11-06 2020-09-18 深圳配天智能技术研究院有限公司 Robot motion control method, control system and storage device
CN111684380B (en) * 2018-11-06 2023-07-04 深圳配天智能技术研究院有限公司 Robot motion control method, control system and storage device
CN109531573A (en) * 2018-12-25 2019-03-29 珞石(山东)智能科技有限公司 One kind being based on line transect robot pose smooth path generation method
CN113406646A (en) * 2021-06-18 2021-09-17 北京师范大学 Method and equipment for three-dimensional positioning based on multi-direction ultrasonic ranging and IMU (inertial measurement Unit)
CN115958597A (en) * 2022-12-16 2023-04-14 广州数控设备有限公司 Industrial robot continuous attitude path fairing method and system
CN115958597B (en) * 2022-12-16 2023-09-15 广州数控设备有限公司 Industrial robot continuous attitude path fairing method and system

Similar Documents

Publication Publication Date Title
CN106625666B (en) Control method and device of redundant mechanical arm
CN105563482A (en) Rotation movement planning method for end effector of industrial robot
US8560122B2 (en) Teaching and playback method based on control of redundancy resolution for robot and computer-readable medium controlling the same
JP3207728B2 (en) Control method of redundant manipulator
JP5114019B2 (en) Method for controlling the trajectory of an effector
Haddadin et al. Real-time reactive motion generation based on variable attractor dynamics and shaped velocities
CN105500354A (en) Transitional track planning method applied by industrial robot
CN110799309A (en) Vibration control of a system with configuration dependent dynamics
CN107263466B (en) Base undisturbed control method of space robot based on quadratic programming problem
CN108068113B (en) 7-DOF humanoid arm flying object operation minimum acceleration trajectory optimization
CN107378952B (en) A kind of solution that redundancy mechanical arm end effector posture is kept
CN109834706B (en) Method and device for avoiding kinematic singularities in robot motion planning
JP5790840B2 (en) Robot control apparatus and robot posture interpolation method
CN105643619B (en) A kind of industrial robot instrument posture control method of use framework description
KR102030141B1 (en) Method and system for controlling elbow of robot
CN106863308A (en) A kind of mobile robot trace Correction and Control algorithm
Žlajpah On orientation control of functional redundant robots
CN105717869A (en) Solving method for composite limitations of operating space paths of industrial robot
CN112356032B (en) Posture smooth transition method and system
Kong et al. Application of orientation interpolation of robot using unit quaternion
CN109531573B (en) Robot posture smooth path generation method based on sample lines
JPH0693209B2 (en) Robot's circular interpolation attitude control device
JP5382148B2 (en) Robot motion control apparatus and motion control method thereof
CN115808904A (en) Industrial robot arc auxiliary point passing track planning method
KR102225348B1 (en) Coordinate specification system and method based on reference point for robot's attitude definition

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160511