WO2018119745A1 - 机器人运动控制方法及相关装置 - Google Patents

机器人运动控制方法及相关装置 Download PDF

Info

Publication number
WO2018119745A1
WO2018119745A1 PCT/CN2016/112635 CN2016112635W WO2018119745A1 WO 2018119745 A1 WO2018119745 A1 WO 2018119745A1 CN 2016112635 W CN2016112635 W CN 2016112635W WO 2018119745 A1 WO2018119745 A1 WO 2018119745A1
Authority
WO
WIPO (PCT)
Prior art keywords
point
time
feature point
bezier curve
robot
Prior art date
Application number
PCT/CN2016/112635
Other languages
English (en)
French (fr)
Inventor
张志明
Original Assignee
深圳配天智能技术研究院有限公司
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 深圳配天智能技术研究院有限公司 filed Critical 深圳配天智能技术研究院有限公司
Priority to PCT/CN2016/112635 priority Critical patent/WO2018119745A1/zh
Priority to CN201680037942.4A priority patent/CN109074067B/zh
Publication of WO2018119745A1 publication Critical patent/WO2018119745A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course or altitude of land, water, air, or space vehicles, e.g. automatic pilot

Definitions

  • This invention relates to the field of motion control and, more particularly, to robot motion control techniques.
  • the movement of the robot is carried out according to a pre-planned trajectory.
  • the planned motion trajectory can be decomposed into multiple segments. See Figure 1a.
  • a segment of motion trajectory consists of two segments, lc and ln.
  • the robot needs to move from the trajectory lc to the trajectory ln.
  • the trajectory lc can be called the anterior segment trajectory, and ln can be called the posterior segment trajectory. .
  • the transition of the two-segment trajectory can be a sharp-angled transition. As shown in Fig. 1a, after the robot moves to the end of the trajectory lc (at point O), the velocity drops to zero, and then moves on the trajectory ln at a certain speed. In this kind of transition mode, the initial velocity and the final velocity on the single-segment trajectory (lc or ln) are both 0, which will greatly reduce the working efficiency of the robot, and the frequent acceleration and deceleration motion will also generate the service life of the motor and the reducer. influences.
  • a smooth transfer method can be used between the tracks at both ends. That is, a smooth curve is planned between the two trajectories, and when the robot transitions from one trajectory to another in a smooth curve manner, the speed is not zero.
  • methods for planning smooth curves include vector addition and subtraction and arc transfer.
  • the vector addition and subtraction method is to add the interpolation point of the previous trajectory lc from the inflection point to the intersection point O by the space vector addition, and coincide with the interpolation point of the backward trajectory ln from the inflection point to the intersection point O, and the superimposed interpolation.
  • the points form an arc of space that smoothes the trajectory.
  • the smooth trajectory of this kind of superposition is uncertain and will change with the change of the trajectory speed of the two sections before and after, and the accuracy is low.
  • the turn-out point A of the front track lc and the turn-out point B on the back track ln are determined, and the common cut circle of the two tracks before and after the turn-out point and the turn-in point are determined.
  • the arc AB composed of the turning point and the turning point on the common tangent circle is a smooth transition track.
  • the application range of this method is small, and it is definitely applicable only when the two trajectories need to be straight lines.
  • the robot's motion track includes linear and circular transitions, arc and arc transitions in addition to linear and linear transitions. In the latter two types of transitions, since the straight line and the arc, the arc and the arc are not necessarily coplanar, it is not always possible to find the common tangent, which makes the method unsuitable.
  • the present invention provides a robot motion control method for controlling a robot to perform motion according to a pre-established smooth trajectory represented by a step Bezier curve of n (n is an integer not less than 4).
  • the present application provides a robot motion control method for controlling a robot to perform motion according to a pre-established smooth trajectory expressed by a stepwise Bezier curve of n (n is an integer less than 4) of the path. Determining a location point to which the robot needs to move during each of the plurality of control cycles, wherein each control cycle includes the following steps:
  • the position coordinate value is transmitted to the driving device to cause the driving device to move the robot to a position point indicated by the position coordinate value.
  • the present application provides a robot motion control device having a function of implementing robot motion control behavior in the above method.
  • the functions may be implemented by hardware or by corresponding software implemented by hardware.
  • the hardware or software includes one or more modules corresponding to the functions described above.
  • the structure of the robot motion control device comprises a communication interface, a processor and a memory, and the communication interface is connected to the driving device, wherein the memory stores program codes installed in the robot motion control device and Data, the processor is configured to invoke the deposit The program code and data in the memory determine the position point to which the robot needs to move during each control cycle of the plurality of control cycles, and the above method is specifically performed.
  • an embodiment of the present invention provides a robot including the above-described robot motion control device, and a driving device that drives the robot to move to a position point indicated by the position coordinate value.
  • the present application uses a Bezier curve with respect to the nth order of the path (n is an integer not less than 4) as a smooth trajectory of the robot moving from the front trajectory to the back trajectory, and uses an n-th order Bezier curve pair with respect to time.
  • the motion speed is planned, and the speed of the planning is used to determine the position point to which the robot needs to move in each control period, and each position point constitutes the above-mentioned smooth trajectory.
  • the control precision of the present application is high and the application range is wide, and the robot is smoothing.
  • the speed and acceleration of the motion on the trajectory are continuous.
  • Figure 1a is a schematic diagram of a robot's motion trajectory
  • FIG. 1b is a schematic diagram of path planning by vector addition and subtraction in the prior art
  • 1c is a schematic diagram of path planning by a circular arc transfer method in the prior art
  • FIG. 2 is a schematic diagram of a fourth-order Bezier curve for a path provided by the present application.
  • FIG. 3 is a schematic diagram of the movement of the control robot along the n-th order Bezier curve provided by the present application;
  • FIG. 5 is a schematic structural diagram of a control robot motion control apparatus provided by the present application.
  • FIG. 6 is another schematic structural diagram of a control robot motion control apparatus provided by the present application.
  • FIG. 7 is a schematic structural diagram of hardware of a control robot motion control apparatus provided by the present application.
  • TCP point tool coordinate center point
  • Circular motion The robot TCP point moves along a circular arc in Cartesian space
  • CP continuous motion, trajectory motion in Cartesian space, including linear motion and circular motion
  • PTP point-to-point motion, trajectory motion in joint space
  • the Bezier curve is a curve composed of line segments and nodes. Orders can be used to represent Bezier curves of different shapes.
  • n-order Bezier curve is: Where b i,n (t) is the Bernstein basis function, P 0 -P n can be called a feature point or a control point of a Bezier curve, and a feature point can be used to define a Bezier curve, and a polygon composed of feature points is called a feature polygon.
  • the formula for the fifth-order Bezier curve can be determined as:
  • the curve starts at P 0 to P 1 , from P 1 to P 2 from P 2 to P 3 , and from P 3 to P 4 .
  • the fourth-order Bezier curve does not pass through three points of P 1 , P 2 , and P 3 , and the three points only provide directions.
  • a fifth-order Bezier curve For a fifth-order Bezier curve, six points P 0 , P 1 , P 2 , P 3 , P 4 , and P 5 can define the Bezier curve. These six points are the feature points of the fifth-order Bezier curve.
  • the Bezier curve is derived, and the tangent vector of the Bezier curve at the beginning and end points is obtained.
  • B′(0) n(P 1 -P 0 )
  • B′(0) is the tangent vector of the n-order Bezier curve at the starting point
  • B'(1 ) n (P n -P n-1)
  • B' (1) is the n-order Bezier curves tangent vector at the end point.
  • the tangent vector is the tangential direction. It can be seen from the above tangent vector that the tangent direction of the n-th order Bezier curve at the starting point and the ending point is consistent with the first side and the last side of the feature polygon.
  • B'(0) 4(P 1 -P 0 )
  • B'(1) 4(P 4 -P 3 )
  • the second-order tangent vector of the Bezier curve at the beginning and end points can be obtained.
  • B′′(0) n(n-1)(P 2 -2P 1 +P 0 ), B′′(0) is the second-order tangent vector of the n-order Bezier curve at the starting point;
  • B′′(1) n(n-1)(P n -2P n-1 +P n-2 ), B′′(1) is the second-order cut of the n-order Bezier curve at the end point Vector
  • This application uses a Bezier curve as a smooth trajectory for the two-segment trajectory.
  • the robot transits from the front trajectory through the Bezier curve to the rear trajectory, and the velocity is continuous and the acceleration is continuous during the transitional motion.
  • the fourth-order Bezier curve is used as a smooth trajectory.
  • the smooth trajectory can also use a Bezier curve of fifth or fifth order.
  • n is an integer not less than 4. It should be noted that the Bezier curve here may be referred to as a Bezier curve about the path to be distinguished from the Bezier curve about time below.
  • the position feature points of the n-th order Bezier curve are determined according to the front and rear trajectories, and the n-th order Bezier curve is constructed as a smooth trajectory according to the determined position feature points.
  • the location feature points include a starting point and a ending point.
  • the turning point of the front trajectory coincides
  • the ending point of the Bezier curve coincides with the turning point of the trailing trajectory
  • the direction of the tangent vector of the Bezier curve at the starting point is the same as the direction of the tangent vector of the leading trajectory at the turning point, and the Bezier curve is terminated.
  • the tangent vector direction of the point is the same as the tangent vector of the trailing path at the turning point.
  • n is an integer not less than 4
  • order Bezier curve for the path can be used as a smooth trajectory of the forward trajectory and the subsequent trajectory.
  • the present application provides a robot motion control method for controlling a robot to move according to the smooth trajectory represented by the above-described n (n is an integer not less than 4) order Bezier curve.
  • the control method is used to determine a position point to which the robot needs to move in each of a plurality of control periods (which may also be referred to as an interpolation period), as shown in FIG. 3, on the smooth trajectory represented by the n-th order Bezier curve
  • Each small dot indicates the position at which the robot moves to each control cycle.
  • Step S41 determining a duration value from the first control period to the current control period.
  • the duration value is the length of time from the first control period to the current control period. For example, if the control period is 1 millisecond and the current control period is the 81st control period, the duration from the first control period to the current control period is 0.08. s.
  • Step S42 Solving the value of the Bezier parameter corresponding to the duration value using an expression of the n-th order Bezier curve with respect to time, where n is an integer not less than 4.
  • the expression of the n-th order Bezier curve with respect to time is pre-built, and the n-th order Bezier curve with respect to time represents the relationship between the Bezier parameter and the duration, specifically, the n with respect to time (n is not less than four The integer) order of the Bezier curve is:
  • T(u) T 0 (1-u) 4 +4T 1 u(1-u) 3 +6T 2 u 2 (1-u) 2 +4T 3 u 3 (1-u)+T 4 u 4 .
  • T(u) represents the duration required for the smooth trajectory motion represented by the fourth-order Bezier curve of the path
  • T 0 , T 1 , T 2 , T 3 and T 4 are the fourth order with respect to time The time feature point of the Bezier curve.
  • the time feature points T 0 , T 1 , T 2 , T 3 and T 4 are known values. For how to determine the values of the four time feature points, see Hereinafter, it will not be described here.
  • the value of the Bezier parameter u corresponding to the duration value can be obtained, and the Bezier parameter can be simply referred to as a parameter.
  • the solved Bezier parameter u has four, but u ⁇ [0, 1], so the value in the range of [0, 1] is determined as the value of the Bezier parameter u.
  • Step S43 Substituting the value of the Bezier parameter into the expression of the n-th order Bezier curve of the path, obtaining the position coordinate value.
  • the expression of the n-th order Bezier curve of the path is pre-built, and the n-th order Bezier curve about the path represents the relationship between the Bezier parameter and the position coordinate. Specifically, the expression is:
  • P (u) P 0 ( 1-u) 4 + 4P 1 u (1-u) 2 + 4P 3 u 3 (1-u) 3 + 6P 2 u 2 (1-u) + P 4 u 4.
  • P(u) represents the positional coordinates in the fourth-order Bezier curve of the path
  • P 0 , P 1 , P 2 , P 3 and P 4 are the positional feature points of the fourth-order Bezier curve with respect to the path, which have been constructed
  • P 0 , P 1 , P 2 , P 3 and P 4 are all known values.
  • the fourth-order Bezier curve about the path is related to the fourth-order Bezier curve about time, and the Bezier parameter u in the two expressions is the same value. Therefore, P(u) can be solved by substituting the value of the Bezier parameter u solved in accordance with the fourth-order Bezier curve with respect to time in the above-described expression on the fourth-order Bezier curve of the path in step S42.
  • Step S44 Sending the position coordinate value to the driving device to cause the driving device to move the robot to the position point indicated by the position coordinate value.
  • a driving device (such as a drive controller) is provided in the robot to control the movement of the robot or the like.
  • the driving device Sending the position coordinate value P(u) solved in step S43 to the driving device, the driving device generates a corresponding movement command according to the position coordinate value, and transmits the movement command to the moving component such as the robot arm to control the movement of the robot to the position coordinate value.
  • the n-th order Bezier curve about the path is used as a smooth trajectory of the robot from the front trajectory to the rear trajectory, and n (n is an integer not less than four) order Bezier curve versus motion speed Planning, the speed of the planning is used to determine the position point to which the robot needs to move during each control cycle, and each position point constitutes the above smooth track.
  • the robot can continuously and continuously accelerate the transition from the front trajectory to the rear trajectory, which is an n-th order Bezier curve with respect to the path, since the construction of the curve does not need to rely on the trajectory of the robot in the front and rear The speed on the top, therefore, can avoid the problem of low accuracy of the smooth track constructed by vector addition and subtraction.
  • the curve is not a common cut circle for determining the trajectory of the front segment and the trajectory of the latter segment, and the problem of less applicability can be solved.
  • the application can be applied to the trajectory transfer scenarios of various shapes, and the application range is wide.
  • the control process includes a speed planning process that determines how fast the robot passes the smooth trajectory.
  • the speed is related to the time and the path.
  • the speed of the plan needs to be converted into a position point on the path.
  • the control robot moves to the position point within a certain time, the robot can be reflected according to the planned speed. motion. Therefore, in the robot motion control method shown in FIG. 4 above, the position point to which the motion is required is determined for each control period, and the robot moves at a certain speed from the viewpoint of the entire motion process.
  • the change in speed is manifested as acceleration.
  • the schemes for acceleration planning include S-type velocity planning and T-type velocity planning.
  • the two planning schemes are based on the known path length and the starting velocity, and the velocity planning is performed on the target velocity or the target time.
  • the path length therefore, can only be applied to lines or arcs.
  • the present application uses the Bezier curve as a smooth trajectory, and the Bezier curve is a parametric curve.
  • the path length cannot be accurately calculated and can only be calculated by numerical integration. Since the path points are sparsely dense, the equal parameters do not necessarily correspond to the equal path. Length, therefore, the existing acceleration planning scheme does not accurately accelerate the Bezier curve.
  • the present application is directed to a stepwise Bezier curve for n (n is an integer not less than four) of the path, and determines a corresponding acceleration planning scheme, that is, adding a time dimension based on the coordinate dimension of the Bezier curve.
  • Control the robot to meet the pre-set start by controlling the time feature points in the time dimension Speed and acceleration, so that the interpolation period of the acceleration plan corresponds to the parameters of the Bezier curve, and each point of the Bezier curve controls the speed and acceleration changes by time, so that the velocity and acceleration are continuous.
  • the Bezier curve of increasing the time dimension may be an expression of the above-mentioned time-dependent n (n is an integer not less than four) order Bezier curve, namely:
  • the Bezier parameter u is a variable in the expression, but the value of the time control point T i needs to be determined. After determining the time feature points, the above expression can be substituted to construct an n-order Bezier curve with respect to time.
  • the fourth-order Bezier curve with respect to time is different from the value of the time feature point of the Bezier curve with respect to the fifth-order and above-order time, and therefore, the time in the fourth-order Bezier curve with respect to time is separately described below.
  • the method of determining the feature points is introduced.
  • the position feature points (P 0 , P 1 , P 2 , P 3 and P 4 ) of the fourth-order Bezier curve about the path the speed of the preset starting point, the speed of the preset end point, the preset starting point
  • the acceleration of the preset and the acceleration of the preset end point determines the temporal feature points T 0 , T 1 , T 2 , T 3 and T 4 of the fourth-order Bezier curve with respect to time.
  • the time characteristic point T 2 is solved, wherein the acceleration a s is the acceleration of the preset robot at the starting point of the smooth trajectory, the starting point is the position feature point P 0 , and the angle ⁇ is the line segment P 0 P 1 and the line segment P 0 P The angle between 2 ,
  • the first-order guide at the start and end points is related to the two position feature points near the beginning and the end.
  • P 1 -P 0 represents the distance between the position feature points P 0 and P 1 and can be expressed as
  • the first-order guide at the start and end points is related to the three position feature points near the beginning and the end.
  • T'(1) -4T 3 +4T 4
  • P'(1) -4P 3 +4P 4
  • P 4 - P 3 represents a distance between the position feature points P 4 and P 3 and can be expressed as
  • the above is the calculation process of the time feature points T 0 , T 1 , T 2 , T 3 and T 4 , and based on the calculated time feature points, an expression of the fourth-order Bezier curve with respect to time can be constructed. Furthermore, the expression can be used to perform the interpolation process in FIG. 4 above to determine the position coordinate point that the robot needs to travel to in each interpolation cycle, so that the robot performs smooth transition according to the Bezier curve.
  • the control of the initial acceleration requires three time feature points of the control boundary. All the control of the initial acceleration will use the third time feature point, resulting in no degree of freedom to change the total. duration.
  • the Bezier curve of the fifth order and above with respect to time has at least six time feature points, so no time feature points are multiplexed, so that there is a degree of freedom for changing the total duration.
  • the following is a five-time Bezier curve as an example to illustrate the construction process of the fifth-order Bezier curve with respect to time. It should be noted that the construction process of the Bezier curve above the fifth order is similar to the fifth-order and will not be described.
  • P(u) P 0 (1-u) 5 +5P 1 u(1-u) 4 +10P 2 u 2 (1-u) 3 +10P 3 u 3 (1-u) 2 +5P 4 u 4 (1-u)+P 5 u 5 .
  • P(u) represents the positional coordinates in the fourth-order Bezier curve of the path
  • P 0 , P 1 , P 2 , P 3 , P 4 and P 5 are the positional feature points of the fourth-order Bezier curve with respect to the path
  • P 0 , P 1 , P 2 , P 3 , P 4 and P 5 are all known values.
  • T(u) T 0 (1-u) 5 +5T 1 u(1-u) 4 +10T 2 u 2 (1-u) 3 +10T 3 u 3 (1-u) 2 +5T 4 u 4 (1-u) + T 5 u 5.
  • T 0 , T 1 , T 2 , T 3 , T 4 and T 5 are temporal feature points of the fifth-order Bezier curve with respect to time.
  • the six 6 need to be solved The value of the time feature point.
  • the position feature points (P 0 , P 1 , P 2 , P 3 , P 4 and P 5 ) of the fifth-order Bezier curve about the path the speed of the preset starting point, the speed of the preset end point, the preset
  • the acceleration of the starting point and the acceleration of the preset end point determine the temporal feature points T 0 , T 1 , T 2 , T 3 , T 4 and T 5 of the fifth-order Bezier curve with respect to time.
  • the time feature point T 0 can be determined to be zero.
  • the time feature point T 3 is solved, wherein the velocity ⁇ f is a speed of the robot at a termination point of the smooth trajectory set in advance, and the termination point is the position feature point P 5 .
  • T 3 in the above calculation process is preset, that is, a calculation method preset for smoothing the speed.
  • T 3 can be unconstrained, ie the above expression is not used.
  • the expression of T 3 can be set according to the motion situation that is desired to be achieved.
  • the manner of calculating T 3 may be that the value of T f is set in advance, that is, the value of T f is a known value. In this way, according to the above The value of T 3 can be determined.
  • the above is the calculation process of the time feature points T 0 , T 1 , T 2 , T 3 , T 4 and T 5 , and based on the calculated time feature points, an expression of the fifth-order Bezier curve with respect to time can be constructed. Furthermore, the expression can be used to perform the interpolation process shown in FIG. 4 to determine the position coordinate points that the robot needs to travel to in each interpolation cycle, so that the robot performs smooth transition according to the Bezier curve.
  • the robot motion control device is applied to the robot, and specifically may be a controller or a processor of the robot, configured to control the robot to perform motion according to a pre-established smooth trajectory represented by a third-order Bezier curve of the path, and the control device is controlled in each Determine the position to which the robot needs to move during the cycle.
  • control device specifically includes:
  • the duration value determining unit 51 is configured to determine a duration value from the first control period to the current control period
  • a parameter value determining unit 52 configured to solve a value of a Bezier parameter corresponding to the duration value by using an expression of a pre-built n-order Bezier curve with respect to time; wherein the n-th order Bezier curve with respect to time represents Bezier a curve relationship between parameters and duration;
  • a coordinate value determining unit 53 for substituting the value of the Bezier parameter into the expression of the n-th order Bezier curve about the path to obtain a position coordinate value; wherein the n-th order Bezier curve about the path represents Bezier a curve relationship between parameters and position coordinates;
  • FIG. 6 shows another structure of the robot motion control device provided by the present application.
  • the control device may further include a time curve construction unit 55 and a path curve construction unit 56 based on the control device illustrated in FIG. 5 described above.
  • the components 51 to 54 in FIG. 6 can be referred to the above description, and are not described herein.
  • a time curve construction unit 55 configured to construct an n-th order Bezier curve about the path
  • the path curve construction unit 56 is configured to construct an n-th order Bezier curve about the path, and the third-order Bezier curve about the path is used as a smooth trajectory of the robot moving from the front trajectory to the rear trajectory.
  • the time curve construction unit and the path curve construction unit may perform the related steps in the above control method to specifically construct the time Bezier curve and the path Bezier curve, with reference to the above description, and details are not described herein.
  • FIG. 7 is a schematic diagram showing the hardware structure of the robot motion control apparatus provided by the present application.
  • the robot motion control apparatus may include a processor 1, a communication interface 2, a memory 3, and a communication bus 4; wherein the processor 1, the communication interface 2, and the memory 3 complete communication with each other via the communication bus 4.
  • the memory 3 is configured to store program codes and data installed in the robot motion control device.
  • the memory 3 may be a high speed RAM memory or a non-volatile memory such as a magnetic disk memory.
  • the program code includes operational instructions of the processor.
  • the processor 1 may be a central processing unit CPU, or an Application Specific Integrated Circuit (ASIC), or one or more integrated circuits configured to implement the embodiments of the present application.
  • CPU central processing unit
  • ASIC Application Specific Integrated Circuit
  • the processor 1 is configured to call program code and data in the memory 3 to determine a position point to be moved by the robot in each control cycle of the plurality of control cycles, thereby controlling the robot according to the pre-built path n (n is an integer not less than 4)
  • the smooth trajectory represented by the order Bezier curve moves.
  • the processor 1 is configured to call the program code and the data in the memory 3 to determine a location point to be moved by the robot in each of the plurality of control periods, and specifically includes the following steps:
  • the position coordinate value is transmitted to the drive device via the communication interface 2 to cause the drive device to move the robot to a position point indicated by the position coordinate value.
  • the communication interface 2 is for connection to a drive device to transmit position coordinates to the drive device.
  • the communication interface 2 can be an interface of a communication module, such as an interface of a GSM module, an interface of a PCI module, or the like.
  • the application also provides a robot, comprising: a robot motion control device and a driving device, wherein:
  • the robot motion control device is configured to determine a duration value from a first control period to a current control period; and use an expression of a pre-built n (n is an integer not less than 4) order Bezier curve to solve the The value of the Bezier parameter corresponding to the duration value; wherein the n-th order Bezier curve with respect to time represents a curve relationship between the Bezier parameter and the duration; and the value of the Bezier parameter is substituted into the pre-built n-order Bezier for the path
  • a position coordinate value is obtained; wherein the n-th order Bezier curve about the path represents a curve relationship between the Bezier parameter and the position coordinate; and the position coordinate value is sent to the driving device;
  • the driving device is configured to drive the robot to move to a position point indicated by the position coordinate value.
  • the robot can be specifically a mechanical arm.
  • the steps of a method or algorithm described in connection with the present disclosure may be implemented in a hardware, or may be implemented by a processor executing software instructions.
  • the software instructions may be comprised of corresponding software modules that may be stored in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, removable hard disk, CD-ROM, or any other form of storage well known in the art.
  • An exemplary storage medium is coupled to the processor to enable the processor to read information from, and write information to, the storage medium.
  • the storage medium can also be an integral part of the processor.
  • the processor and the storage medium can be located in an ASIC.
  • the functions described herein can be implemented in hardware, software, firmware, or any combination thereof.
  • the functions may be stored in a readable medium or transmitted as one or more instructions or code on a readable medium. .

Abstract

一种机器人运动控制方法及相关装置,该方法使用关于路径的n阶(n为不小于4的整数)Bezier曲线作为机器人从前段轨迹运动至后段轨迹的平滑轨迹,并且使用关于时间的n阶Bezier曲线对运动速度进行规划,规划的速度用于确定每个控制周期内机器人需运动至的位置点,各个位置点组成上述平滑轨迹。该方法控制精准度较高且应用范围较广,并且机器人在平滑轨迹上运动的速度及加速度均连续。

Description

机器人运动控制方法及相关装置 技术领域
本发明涉及运动控制领域,更具体地说,涉及机器人运动控制技术。
背景技术
机器人的运动,是按照预先规划的轨迹进行的。规划的运动轨迹,可以分解为多段,见图1a,一段运动轨迹包含lc及ln两段,机器人需要从轨迹lc运动到轨迹ln上,轨迹lc可以称为前段轨迹,ln可以称为后段轨迹。
两段轨迹的过渡方式可以是尖角转接,如图1a所示,机器人运动到轨迹lc的末端(点O处)后,速度降为0,然后再以一定的速度在轨迹ln上运动。该种过渡方式中,单段轨迹(lc或ln)上的初速度和末速度均为0,会大大降低机器人的工作效率,且频繁的加减速运动也会对电机及减速器的使用寿命产生影响。
为了解决以上问题,可以在两端轨迹之间使用平滑转接方式。即在两段轨迹之间规划平滑曲线,机器人以平滑曲线方式从一段轨迹过渡到另一段轨迹时,速度不为0。目前规划平滑曲线的方法有矢量加减法及圆弧转接法。
见图1b,矢量加减法是通过空间向量加法,使前段轨迹lc从拐点到交点O的插补点,与后段轨迹ln从拐点到交点O的插补点重合,被叠加后的插补点会组成空间的一段弧形,使轨迹平滑。但是,该种叠加的平滑轨迹是不确定的,会随着前后两段轨迹速度的变化而变化,精准度较低。
见图1c,圆弧转接法中,确定前段轨迹lc的拐出点A及后段轨迹ln上的拐出点B,求经过拐出点及拐入点的前后两段轨迹的公切圆,该公切圆上由拐出点及拐入点组成的圆弧AB为平滑转接轨迹。但是,该种方式的应用范围较小,只有在两段轨迹需均为直线的情况下肯定适用。但机器人的运动轨迹除了包含直线与直线转接,还包含直线与圆弧转接、圆弧与圆弧转接。在后两种转接中,由于直线与圆弧、圆弧与圆弧不一定共面,因此,并不一定能找到公切圆,从而导致该方式并不能适用。
因此,需要为机器人规划一种过渡的平滑轨迹,使机器人可以速度连续且加速度连续地通过该平滑轨迹。
发明内容
有鉴于此,本发明提供了一种机器人运动控制方法,用于控制机器人按照预先构建的关于路径的n(n为不小于4的整数)阶Bezier曲线表示的平滑轨迹进行运动。
本申请提供如下技术方案:
一方面,本申请提供了一种机器人运动控制方法,用于控制机器人按照预先构建的关于路径的n(n为不小4的整数)阶Bezier曲线表示的平滑轨迹进行运动,所述控制方法用于在多个控制周期中的每个控制周期内确定机器人需运动至的位置点,其中每个控制周期内包括以下步骤:
确定从首个控制周期到当前控制周期的时长值;
使用预先构建的关于时间的n阶Bezier曲线的表达式,求解所述时长值对应的Bezier参数的值;其中,所述关于时间的n阶Bezier曲线表示的是Bezier参数与时长之间的曲线关系;
将所述Bezier参数的值代入所述关于路径的n阶Bezier曲线的表达式中,获得位置坐标值;其中,所述关于路径的n阶Bezier曲线表示的是Bezier参数与位置坐标之间的曲线关系;
向驱动装置发送所述位置坐标值,以使所述驱动装置将所述机器人移动至所述位置坐标值表示的位置点。
另一方面,本申请提供了一种机器人运动控制装置,该装置具有实现上述方法中机器人运动控制行为的功能。所述功能可以通过硬件实现,也可以通过硬件执行相应的软件实现。所述硬件或软件包括一个或多个与上述功能相对应的模块。
在一个可能的设计中,机器人运动控制装置的结构包括通信接口、处理器以及存储器,所述通信接口与驱动装置相连,所述存储器内存储有安装于所述机器人运动控制装置中的程序代码及数据,所述处理器用于调用所述存 储器中的程序代码及数据以确定机器人在多个控制周期中的每个控制周期内需运动至的位置点,具体执行上述方法。
再一方面,本发明实施例提供了一种机器人,其包括上述的机器人运动控制装置,以及驱动所述机器人移动至所述位置坐标值表示的位置点的驱动装置。
相较于现有技术,本申请使用关于路径的n阶(n为不小于4的整数)Bezier曲线作为机器人从前段轨迹运动至后段轨迹的平滑轨迹,并且使用关于时间的n阶Bezier曲线对运动速度进行规划,规划的速度用于确定每个控制周期内机器人需运动至的位置点,各个位置点组成上述平滑轨迹,本申请的控制精准度较高且应用范围较广,并且机器人在平滑轨迹上运动的速度及加速度均连续。
附图说明
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1a为机器人运动轨迹的一种示意图;
图1b为现有技术中矢量加减法进行路径规划的示意图;
图1c为现有技术中圆弧转接法进行路径规划的示意图;
图2为本申请提供的关于路径的四阶Bezier曲线的示意图;
图3为本申请提供的控制机器人沿n阶Bezier曲线运动的示意图;
图4为本申请提供的控制机器人运动控制方法的一个流程图;
图5为本申请提供的控制机器人运动控制装置的一个结构示意图;
图6为本申请提供的控制机器人运动控制装置的另一结构示意图;
图7为本申请提供的控制机器人运动控制装置的硬件结构示意图。
具体实施方式
本发明可能使用的技术名词、简写或缩写如下:
TCP点:工具坐标中心点;
直线运动:机器人TCP点在笛卡尔空间内沿直线轨迹运动;
圆弧运动:机器人TCP点在笛卡尔空间内沿圆弧轨迹运动;
CP:连续运动,笛卡尔空间下的轨迹运动方式,包括直线运动和圆弧运动;
PTP:点到点运动,关节空间下的轨迹运动方式;
Bezier(贝塞尔)曲线,是由线段及节点组成的曲线,可以使用阶来表示不同形态的贝塞尔曲线。
n阶Bezier曲线的公式为:
Figure PCTCN2016112635-appb-000001
其中bi,n(t)为Bernstein基函数,
Figure PCTCN2016112635-appb-000002
P0-Pn可以称为Bezier曲线的特征点或控制点,特征点可以用来定义Bezier曲线,特征点组成的多边形称为特征多边形。t=0对应Beizer曲线的起始点P0,t=1对应Beizer曲线的终止点Pn
根据以上n阶Bezier曲线的通用公式可知四阶Bezier曲线的公式,即将n=4代入公式得出四阶Bezier曲线的公式为:
B(t)=P0(1-t)4+4P1t(1-t)3+6P2t2(1-t)2+4P3t3(1-t)+P4t4,  t∈[0,1]。
同理,可以确定出五阶Bezier曲线的公式为:
B(t)=P0(1-t)5+5P1t(1-t)4+10P2t2(1-t)3+10P3t3(1-t)2+5P4t4(1-t)+P5t5,  t∈[0,1]。
如图2所示的四阶Bezier曲线P0P4,其中,P0、P1、P2、P3及P4五个点可定义该Bezier曲线。该曲线起始于P0走向P1,从P1方向到P2从P2方向到P3,并从P3方向到P4。需要说明的是,一般四阶Bezier曲线不经过P1、P2、P3这三个点,该三个点只提供方向而已。
对于五阶Bezier曲线而言,P0、P1、P2、P3、P4及P5六个点可定义该Bezier曲线。此六个点为五阶Bezier曲线的特征点。
不论是四阶还是五阶及以上阶数的Bezier曲线,对Bezier曲线求导,便可获得Bezier曲线在始末点的切矢量为
Figure PCTCN2016112635-appb-000003
则:
当t=0时,B′(0)=n(P1-P0),B′(0)即为n阶Bezier曲线在起始点的切矢量;
当t=1时,B′(1)=n(Pn-Pn-1),B′(1)即为n阶Bezier曲线在终止点的切矢量。
其中,切矢量即切线方向,由上述切矢量可知,n阶Bezier曲线在起始点和终止点处的切线方向和特征多边形的第一条边及最后一条边走向一致。以图2所示四阶Bezier曲线为例,B′(0)=4(P1-P0),B′(1)=4(P4-P3),而图2的第一条边是P1P0,最后一条边是P4P3
同理,对Bezier曲线求二阶导,便可获得Bezier曲线在始末点的二阶切矢量为
Figure PCTCN2016112635-appb-000004
则:
当t=0时,B″(0)=n(n-1)(P2-2P1+P0),B″(0)即为n阶Bezier曲线在起始点的二阶切矢量;
当t=1时B″(1)=n(n-1)(Pn-2Pn-1+Pn-2),B″(1)即为n阶Bezier曲线在终止点的二阶切矢量;
上述公式表明,二阶切矢量只与相邻的3个控制点有关。
本申请使用Bezier曲线作为转接两段轨迹的平滑轨迹。机器人按照该平滑轨迹,从前段轨迹通过Bezier曲线过渡到后段轨迹上,且过渡运动中速度连续及加速度连续。
本申请中,将四阶Bezier曲线作为平滑轨迹,当然,平滑轨迹还可以使用五阶或五阶以上的Bezier曲线。以下首先介绍n阶Bezier曲线的构建方式,其中,n为不小于4的整数。需要说明的是,此处的Bezier曲线可以称为关于路径的Bezier曲线,以便与下文关于时间的Bezier曲线区分。
根据前段轨迹及后段轨迹确定n阶Bezier曲线的位置特征点,根据确定出的位置特征点,构建n阶Bezier曲线作为平滑轨迹。其中,位置特征点中包含起始点及终止点。
可以理解的是,如图2所示,运动过程中,机器人在前段轨迹lc的末端及后段轨迹ln的初端会脱离原来的轨迹,因此,在前端轨迹lc的末端有拐出点A,在后段轨迹ln的初端有拐入点B。
在构建关于路径的n阶Bezier曲线时,需要保证Bezier曲线的起始点与 前段轨迹的拐出点重合,Bezier曲线的终止点与后段轨迹的拐入点重合,且Bezier曲线在起始点的切矢量方向与前段轨迹在拐出点的切矢量方向相同、Bezier曲线在终止点的切矢量方向与后段轨迹在拐入点的切矢量方向相同。
以上构建的关于路径的n(n为不小于4的整数)阶Bezier曲线可以作为转接前段轨迹及后段轨迹的平滑轨迹。
本申请提供了一种机器人运动控制方法,该方法用于控制机器人按照上述关于路径的n(n为不小于4的整数)阶Bezier曲线表示的平滑轨迹进行运动。控制方法用于在多个控制周期(也可以称为插补周期)中的每个控制周期内确定机器人需运动至的位置点,如图3所示,n阶Bezier曲线表示的平滑轨迹上的各个小圆点,表示的是各个控制周期内机器人运动到的位置点。
如图4所示,在每个控制周期执行以下步骤S41~S41。
步骤S41:确定从首个控制周期到当前控制周期的时长值。
其中,时长值为从首个控制周期到当前控制周期的时间长度,例如控制周期为1毫秒,当前控制周期为第81个控制周期,则从首个控制周期到当前控制周期的时长值为0.08s。
步骤S42:使用关于时间的n阶Bezier曲线的表达式,求解时长值对应的Bezier参数的值,其中,n为不小于4的整数。
其中,关于时间的n阶Bezier曲线的表达式为预先构建的,关于时间的n阶Bezier曲线表示的是Bezier参数与时长之间的关系,具体地,该关于时间的n(n为不小于四的整数)阶Bezier曲线的表达式为:
Figure PCTCN2016112635-appb-000005
其中,bi,n(u)为Bernstein基函数,且
Figure PCTCN2016112635-appb-000006
以关于时间的四阶Bezier曲线为例,该曲线的表达式为:
T(u)=T0(1-u)4+4T1u(1-u)3+6T2u2(1-u)2+4T3u3(1-u)+T4u4
其中,T(u)表示沿着所述关于路径的四阶Bezier曲线表示的平滑轨迹运动所需的时长,T0、T1、T2、T3及T4为所述关于时间的四阶Bezier曲线的时间特征点,在已构建的上述表达式中,时间特征点T0、T1、T2、T3及T4为已知值,关于如何确定四个时间特征点的值请见下文,此处并不赘述。
将步骤S41确定的时长值作为T(u)代入已构建的上述表达式中,可求得时长值对应的Bezier参数u的值,Bezier参数可简称为参数。需要说明的是,求解到的Bezier参数u有四个,但u∈[0,1],因此将属于[0,1]范围内的值确定为Bezier参数u的值。
步骤S43:将Bezier参数的值代入关于路径的n阶Bezier曲线的表达式中,获得位置坐标值。
其中,关于路径的n阶Bezier曲线的表达式为预先构建的,关于路径的n阶Bezier曲线表示的是Bezier参数与位置坐标之间的关系,具体地,表达式为:
Figure PCTCN2016112635-appb-000007
其中,bi,n(u)为Bernstein基函数,且
Figure PCTCN2016112635-appb-000008
以关于路径的四阶Bezier曲线为例,该曲线的表达式为:
P(u)=P0(1-u)4+4P1u(1-u)3+6P2u2(1-u)2+4P3u3(1-u)+P4u4
其中,P(u)表示关于路径的四阶Bezier曲线中的位置坐标,P0、P1、P2、P3及P4为关于路径的四阶Bezier曲线的位置特征点,在已构建的上述表达式中,P0、P1、P2、P3及P4均为已知值。
需要说明的是,关于路径的四阶Bezier曲线与关于时间的四阶Bezier曲线是具有关联关系的,两个表达式中的Bezier参数u为相同值。因此,将步骤S42中根据关于时间的四阶Bezier曲线求解到的Bezier参数u的值代入上述关于路径的四阶Bezier曲线的表达式,便可求解出P(u)。
步骤S44:向驱动装置发送位置坐标值,以使驱动装置将机器人移动至位置坐标值表示的位置点。
其中,机器人中设置驱动装置(如驱动控制器等),以控制机器人的移动旋转等动作。向驱动装置发送步骤S43求解到的位置坐标值P(u),驱动装置根据位置坐标值生成相应的移动命令,并向机械臂等运动部件发送该移动命令,以控制机器人移动至该位置坐标值所表示的位置点。如图3所示,若当前控制周期为首个控制周期,则控制机器人移动至第一个小圆点处,若当前控制周期为第二个控制周期,则控制机器人移动至第二个小圆点处,以此类推,在最后一个控制周期,控制机器人移动至平滑轨迹的终点。
以上机器人运动控制方法中,使用关于路径的n阶Bezier曲线作为机器人从前段轨迹运动至后段轨迹的平滑轨迹,并且使用关于时间的n(n为不小于四的整数)阶Bezier曲线对运动速度进行规划,规划的速度用于确定每个控制周期内机器人需运动至的位置点,各个位置点组成上述平滑轨迹。
在本申请中,机器人可以速度连续且加速度连续地从前段轨迹转接至后段轨迹,该转接轨迹为关于路径的n阶Bezier曲线,由于曲线的构建并不需要依赖机器人在前后两段轨迹上的速度,因此,可以避免矢量加减法构建的平滑轨迹精准度较低的问题。并且,该曲线并非确定前段轨迹与后段轨迹的公切圆,可以解决适用性较小的问题,本申请可以应用在各种形状的轨迹转接场景中,应用范围较广。
构建平滑轨迹后,需要控制机器人按照该平滑轨迹运动。控制过程中包括速度规划过程,速度规划过程即确定机器人以怎样的速度通过该平滑轨迹。
可以理解的是,速度与时间及路径是有关联关系的,规划的速度需要转化为路径上的位置点,控制机器人在一定时间内移动至该位置点,便可以体现出机器人是按照规划的速度运动。因此,以上图4所示的机器人运动控制方法中,为每个控制周期确定所需运动到的位置点,从整个运动过程来看,机器人是按照一定的速度运动的。
速度的变化体现为加速度,在本申请中,需要保证机器人在按照平滑轨迹运动时,加速度也是连续的。目前对加速度规划的方案有S型速度规划及T型速度规划,该两种规划方案是根据已知路径长度及始末速度,对目标速度或目标时间进行速度规划,需要保证等差参数对应等差路径长度,因此,只能适用于直线或者圆弧。
然而,本申请使用Bezier曲线作为平滑轨迹,Bezier曲线为参数曲线,路径长度无法精确计算,只能通过数值积分计算得出,且由于路径点稀疏密集程度不同,等差参数不一定对应等差路径长度,因此,现有的加速度规划方案并不能精确地对Bezier曲线进行加速度规划。
对此,本申请针对关于路径的n(n为不小于四的整数)阶Bezier曲线,确定相对应的加速度规划方案,即在Bezier曲线坐标维度的基础上,增加时间维度。通过控制时间维度上的时间特征点,来控制机器人满足预先设置的始末 速度及始末加速度,这样,加速度规划的插补周期与Bezier曲线的参数一一对应,并且,Bezier曲线的每个点都是通过时间来控制速度及加速度变化,从而达到始末速度及加速度连续的目的。
其中,增加时间维度的Bezier曲线可以为上述关于时间的n(n为不小于四的整数)阶Bezier曲线的表达式,即:
Figure PCTCN2016112635-appb-000009
其中,bi,n(u)为Bernstein基函数,且
Figure PCTCN2016112635-appb-000010
可以理解的是,该表达式中Bezier参数u为变量,但需确定出时间控制点Ti的值。确定出各个时间特征点后,代入上述表达式便可以构建出关于时间的n阶Bezier曲线。
需要说明的是,关于时间的四阶Bezier曲线与关于时间的五阶及以上阶数的Bezier曲线的时间特征点的值确定方法不同,因此,以下单独对关于时间的四阶Bezier曲线中的时间特征点的确定方法进行介绍。
可以理解的是,关于时间的四阶Bezier曲线中,时间特征点有五个,分别为T0、T1、T2、T3及T4
依据关于路径的四阶Bezier曲线的位置特征点(P0、P1、P2、P3及P4)、预设的起始点的速度、预设的终止点的速度、预设的起始点的加速度及预设的终止点的加速度,确定所述关于时间的四阶Bezier曲线的时间特征点T0、T1、T2、T3及T4
具体地,可以将时间特征点T0确定为0,且T4=Tf(总时长)。
将位置特征点P0、位置特征点P1及速度υs代入表达式
Figure PCTCN2016112635-appb-000011
求解时间特征点T1,其中,所述速度υs为预先设置的机器人在所述平滑轨迹的起始点的速度,起始点即位置特征点P0
将位置特征点P2、位置特征点P1、位置特征点P0、时间特征点T1、加速度as及角度α代入表达式l1=cosα|P0-P2|及
Figure PCTCN2016112635-appb-000012
中,求解时间特征点T2, 其中,加速度as为预先设置的机器人在平滑轨迹的起始点的加速度,起始点为位置特征点P0,角度α为线段P0P1与线段P0P2之间的夹角,|P0-P2|为线段P0P2的长度。
将位置特征点P4、位置特征点P3、位置特征点P2、时间特征点T2、速度υf、加速度af及角度β代入表达式l2=cosβ|P2-P4|及
Figure PCTCN2016112635-appb-000013
中,求解时间特征点T4,其中,加速度af为预先设置的机器人在平滑轨迹的终止点的加速度,速度υf为预先设置的机器人在所述平滑轨迹的终止点的速度,终止点为位置特征点P4,角度β为线段P4P3与线段P4P2之间的夹角,|P2-P4|为线段P4P2的长度。
将位置特征点P4、位置特征点P3、速度υf及时间特征点T4代入表达式
Figure PCTCN2016112635-appb-000014
中,求解时间特征点T3
以下说明各个时间特征点的表达式的获得方式。
第一,关于表达式
Figure PCTCN2016112635-appb-000015
分别对关于路径的四阶Bezier曲线的表达式P(u)=P0(1-u)4+4P1u(1-u)3+6P2u2(1-u)2+4P3u3(1-u)+P4u4在起始点P0及终止点P4处求导,获得P'(0)=-4P0+4P1及P'(1)=-4P3+4P4
分别对关于时间的四阶Bezier曲线的表达式T(u)=T0(1-u)4+4T1u(1-u)3+6T2u2(1-u)2+4T3u3(1-u)+T4u4在起始点P0及终止点P4处求导,获得T'(0)=-4T0+4T1及T'(1)=-4T3+4T4
其中,u=0对应的是起始点P0,u=1对应的是终止点P4。根据一阶导可以看出,起止点处的一阶导与临近始末的两个位置特征点有关。
根据P'(0)=-4P0+4P1及T'(0)=-4T0+4T1可以得出有关起始点处速度的以下表达式:
Figure PCTCN2016112635-appb-000016
又由于设T0=0,则可以得出:
Figure PCTCN2016112635-appb-000017
其中P1-P0表示位置特征点P0与P1之间的距离,可以表示为|P1-P0|。
第二,关于表达式
Figure PCTCN2016112635-appb-000018
分别对关于路径的四阶Bezier曲线的表达式P(u)=P0(1-u)4+4P1u(1-u)3+6P2u2(1-u)2+4P3u3(1-u)+P4u4在起始点P0及终止点P4处求二阶导,获得P”(0)=12P0-24P1+12P2及P”(1)=12P2-24P3+12P4
分别对关于时间的四阶Bezier曲线的表达式T(u)=T0(1-u)4+4T1u(1-u)3+6T2u2(1-u)2+4T3u3(1-u)+T4u4在起始点P0及终止点P4处求导,获得T”(0)=12T0-24T1+12T2及T”(1)=12T2-24T3+12T4
其中,u=0对应的是起始点P0,u=1对应的是终止点P4。并且,根据二阶导可以看出,起止点处的一阶导与临近始末的三个位置特征点有关。
根据P”(0)=12P0-24P1+12P2、T'(0)=-4T0+4T1、P'(0)=-4P0+4P1、T”(0)=12T0-24T1+12T2可以得出有关起始点处加速度的以下表达式:
Figure PCTCN2016112635-appb-000019
又由于
Figure PCTCN2016112635-appb-000020
从而求解出
Figure PCTCN2016112635-appb-000021
第三,关于表达式
Figure PCTCN2016112635-appb-000022
根据P”(1)=12P2-24P3+12P4、T'(1)=-4T3+4T4、P'(1)=-4P3+4P4、T”(1)=12T2-24T3+12T4可以得出有关终止点处加速度的以下表达式:
Figure PCTCN2016112635-appb-000023
又由于
Figure PCTCN2016112635-appb-000024
从而求解出
Figure PCTCN2016112635-appb-000025
第四,关于表达式
Figure PCTCN2016112635-appb-000026
根据P'(1)=-4P3+4P4、T'(1)=-4T3+4T4可以得出有关终止点处速度的以下表达式:
Figure PCTCN2016112635-appb-000027
其中,P4-P3表示表示位置特征点P4与P3之间的距离,可以表示为|P4-P3|。
将上述关于νf的表达式变形后,便可以获得
Figure PCTCN2016112635-appb-000028
以上是关于时间特征点T0、T1、T2、T3及T4的计算过程,根据计算出的时间特征点,便可以构建出关于时间的四阶Bezier曲线的表达式。进而,可以使用该表达式,执行上述图4中的插补过程,以确定机器人在每个插补周期内需要行进至的位置坐标点,实现机器人按照贝塞尔曲线进行平滑转接。
以上说明了如何构建关于时间的四阶Bezier曲线及使用该曲线进行插补的过程。但若想要达到初始速度及加速度连续的目的,可以使用5次及以上的 Bezier曲线。使用5次及以上的Bezier曲线进行插补具有如下优点:
1、可以控制平滑过渡的总时长。由于关于时间的四阶Bezier曲线有5个时间特征点,控制始末加速度需要控制边界的三个时间特征点,所有始末加速度的控制均会使用第三个时间特征点,导致没有自由度去改变总时长。但是,关于时间的五阶及以上的Bezier曲线至少有6个时间特征点,所以并没有任何一个时间特征点会复用,从而可以有改变总时长的自由度。
2、可以控制平滑过渡的加减速。
以下以5次Bezier曲线为例,说明关于时间的五阶Bezier曲线的构建过程,需要说明的是,五阶以上的Bezier曲线的构建过程与五阶类似,并不赘述。
关于路径的五阶Bezier曲线的表达式为:
P(u)=P0(1-u)5+5P1u(1-u)4+10P2u2(1-u)3+10P3u3(1-u)2+5P4u4(1-u)+P5u5
其中,P(u)表示关于路径的四阶Bezier曲线中的位置坐标,P0、P1、P2、P3、P4及P5为关于路径的四阶Bezier曲线的位置特征点,在已构建的上述表达式中,P0、P1、P2、P3、P4及P5均为已知值。
关于时间的五阶Bezier曲线的表达式为:
T(u)=T0(1-u)5+5T1u(1-u)4+10T2u2(1-u)3+10T3u3(1-u)2+5T4u4(1-u)+T5u5
其中,T0、T1、T2、T3、T4及T5为所述关于时间的五阶Bezier曲线的时间特征点,为了构建该关于时间的五阶Bezier曲线,需要求解该6个时间特征点的值。
依据关于路径的五阶Bezier曲线的位置特征点(P0、P1、P2、P3、P4及P5)、预设的起始点的速度、预设的终止点的速度、预设的起始点的加速度及预设的终止点的加速度,确定所述关于时间的五阶Bezier曲线的时间特征点T0、T1、T2、T3、T4及T5
具体地,可以将时间特征点T0确定为0。
将位置特征点P0、位置特征点P1及速度υs代入表达式
Figure PCTCN2016112635-appb-000029
求解时间特征点T1,其中,所述速度υs为预先设置的机器人在所述平滑轨迹的起始点的速度,起始点即位置特征点P0
将位置特征点P2、位置特征点P1、位置特征点P0、时间特征点T1、加速度 as及角度α代入表达式l1=cosα|P0-P2|及
Figure PCTCN2016112635-appb-000030
中,求解时间特征点T2,其中,加速度as为预先设置的机器人在平滑轨迹的起始点的加速度,起始点为位置特征点P0,角度α为线段P0P1与线段P0P2之间的夹角,|P0-P2|为线段P0P2的长度。
将位置特征点P3、位置特征点P2、速度υs、速度υf及时间特征点T2代入表达式
Figure PCTCN2016112635-appb-000031
中,求解时间特征点T3,其中,速度υf为预先设置的机器人在所述平滑轨迹的终止点的速度,终止点为位置特征点P5
将位置特征点P5、位置特征点P4、位置特征点P3、时间特征点T3、速度υf、加速度af及角度β代入表达式l2=cosβ|P3-P5|及
Figure PCTCN2016112635-appb-000032
中,求解时间特征点T5,其中,加速度af为预先设置的机器人在平滑轨迹的终止点的加速度,角度β为线段P5P4与线段P5P3之间的夹角,|P3-P5|为线段P5P3的长度。
将位置特征点P5、位置特征点P4、速度υf及时间特征点T5代入表达式
Figure PCTCN2016112635-appb-000033
中,求解时间特征点T4
以下说明各个时间特征点的表达式的获得方式与四阶类似,此处并不赘述。
需要说明的是,以上计算过程中的T3的表达式为预设的,即为了使速度平稳而预设的一种计算方式。但是T3可以不受约束,即不使用上述表达式。当然,可以根据想要达到的运动情况,来设置T3的表达式。
另外,计算T3的方式还可以是预先设置Tf的值,即Tf的值为已知值。这 样,根据上述
Figure PCTCN2016112635-appb-000034
可以确定出T3的值。
以上是关于时间特征点T0、T1、T2、T3、T4及T5的计算过程,根据计算出的时间特征点,便可以构建出关于时间的五阶Bezier曲线的表达式。进而,可以使用该表达式,执行图4所示的插补过程,以确定机器人在每个插补周期内需要行进至的位置坐标点,实现机器人按照贝塞尔曲线进行平滑转接。
见图5,其示出了本申请提供的机器人运动控制装置的结构。
机器人运动控制装置应用于机器人中,具体可为机器人的控制器或处理器,用于控制机器人按照预先构建的关于路径的三阶Bezier曲线表示的平滑轨迹进行运动,所述控制装置在每个控制周期内确定机器人需运动至的位置点。
其中,如图5所示,所述控制装置具体包括:
时长值确定单元51,用于确定从首个控制周期到当前控制周期的时长值;
参数值确定单元52,用于使用预先构建的关于时间的n阶Bezier曲线的表达式,求解所述时长值对应的Bezier参数的值;其中,所述关于时间的n阶Bezier曲线表示的是Bezier参数与时长之间的曲线关系;
坐标值确定单元53,用于将所述Bezier参数的值代入所述关于路径的n阶Bezier曲线的表达式中,获得位置坐标值;其中,所述关于路径的n阶Bezier曲线表示的是Bezier参数与位置坐标之间的曲线关系;
移动至坐标值单元54,用于向驱动装置发送所述位置坐标值,以使所述驱动装置将所述机器人移动至所述位置坐标值表示的位置点。
另外,见图6,其示出了本申请提供的机器人运动控制装置的另一种结构。该控制装置在上述图5所示的控制装置的基础上,还可以包括:时间曲线构建单元55及路径曲线构建单元56。需要说明的是,图6中的部件51~54可以参见上述说明,此处并不赘述。
时间曲线构建单元55,用于构建关于路径的n阶Bezier曲线;
路径曲线构建单元56,用于构建关于路径的n阶Bezier曲线,所述关于路径的三阶Bezier曲线作为机器人从前段轨迹运动到后段轨迹的平滑轨迹。
时间曲线构建单元及路径曲线构建单元可以执行以上控制方法中相关的步骤以具体构建时间Bezier曲线及路径Bezier曲线,参照上文说明,此处并不赘述。
见图7,其示出了本申请提供的机器人运动控制装置的硬件结构示意图。如图7所示,该机器人运动控制装置可以包括:处理器1,通信接口2,存储器3以及通信总线4;其中处理器1、通信接口2、存储器3通过通信总线4完成相互间的通信。
存储器3,用于存放安装于该机器人运动控制装置中的程序代码以及数据。存储器3可以是高速RAM存储器,也可以是非易失性存储器(non-volatile memory),例如磁盘存储器。所述程序代码包括处理器的操作指令。
处理器1可能是一个中央处理器CPU,或者是特定集成电路ASIC(Application Specific Integrated Circuit),或者是被配置成实施本申请实施例的一个或多个集成电路。
所述处理器1用于调用所述存储器3中的程序代码及数据以确定机器人在多个控制周期中的每个控制周期内需运动至的位置点,从而控制机器人按照预先构建的关于路径的n(n为不小4的整数)阶Bezier曲线表示的平滑轨迹进行运动。所述处理器1用于调用所述存储器3中的程序代码及数据以确定机器人在多个控制周期中的每个控制周期内需运动至的位置点,具体包括以下步骤:
确定从首个控制周期到当前控制周期的时长值;
使用预先构建的关于时间的n阶Bezier曲线的表达式,求解所述时长值对应的Bezier参数的值;其中,所述关于时间的n阶Bezier曲线表示的是Bezier参数与时长之间的曲线关系;
将所述Bezier参数的值代入预先构建的关于路径的n阶Bezier曲线的表达式中,获得位置坐标值;其中,所述关于路径的n阶Bezier曲线表示的是Bezier参数与位置坐标之间的曲线关系;
通过所述通信接口2向驱动装置发送所述位置坐标值,以使所述驱动装置将所述机器人移动至所述位置坐标值表示的位置点。
所述通信接口2用于与驱动装置相连,从而向驱动装置发送位置坐标。所述通信接口2可以为通信模块的接口,如GSM模块的接口,PCI模块的接口等。
本申请还提供了一种机器人,包括:机器人运动控制装置及驱动装置,其中:
所述机器人运动控制装置,用于确定从首个控制周期到当前控制周期的时长值;使用预先构建的关于时间的n(n为不小于4的整数)阶Bezier曲线的表达式,求解所述时长值对应的Bezier参数的值;其中,所述关于时间的n阶Bezier曲线表示的是Bezier参数与时长之间的曲线关系;将所述Bezier参数的值代入预先构建的关于路径的n阶Bezier曲线的表达式中,获得位置坐标值;其中,所述关于路径的n阶Bezier曲线表示的是Bezier参数与位置坐标之间的曲线关系;向驱动装置发送所述位置坐标值;
所述驱动装置,用于驱动所述机器人移动至所述位置坐标值表示的位置点。
其中,机器人可以具体为机械臂。
结合本发明公开内容所描述的方法或者算法的步骤可以硬件的方式来实现,也可以是由处理器执行软件指令的方式来实现。软件指令可以由相应的软件模块组成,软件模块可以被存放于RAM存储器、闪存、ROM存储器、EPROM存储器、EEPROM存储器、寄存器、硬盘、移动硬盘、CD-ROM或者本领域熟知的任何其它形式的存储介质中。一种示例性的存储介质耦合至处理器,从而使处理器能够从该存储介质读取信息,且可向该存储介质写入信息。当然,存储介质也可以是处理器的组成部分。处理器和存储介质可以位于ASIC中。
本领域技术人员应该可以意识到,在上述一个或多个示例中,本发明所描述的功能可以用硬件、软件、固件或它们的任意组合来实现。当使用软件实现时,可以将这些功能存储在可读介质中或者作为可读介质上的一个或多个指令或代码进行传输。。
以上所述的具体实施方式,对本发明的目的、技术方案和有益效果进行了进一步详细说明,所应理解的是,以上所述仅为本发明的具体实施方式而已,并不用于限定本发明的保护范围,凡在本发明的技术方案的基础之上,所做的任何修改、等同替换、改进等,均应包括在本发明的保护范围之内。

Claims (12)

  1. 一种机器人运动控制方法,其特征在于,用于控制机器人按照预先构建的关于路径的n(n为不小4的整数)阶Bezier曲线表示的平滑轨迹进行运动,所述控制方法用于在多个控制周期中的每个控制周期内确定机器人需运动至的位置点,其中每个控制周期内包括以下步骤:
    确定从首个控制周期到当前控制周期的时长值;
    使用预先构建的关于时间的n阶Bezier曲线的表达式,求解所述时长值对应的Bezier参数的值;其中,所述关于时间的n阶Bezier曲线表示的是Bezier参数与时长之间的曲线关系;
    将所述Bezier参数的值代入所述关于路径的n阶Bezier曲线的表达式中,获得位置坐标值;其中,所述关于路径的n阶Bezier曲线表示的是Bezier参数与位置坐标之间的曲线关系;
    向驱动装置发送所述位置坐标值,以使所述驱动装置将所述机器人移动至所述位置坐标值表示的位置点。
  2. 根据权利要求1所述的方法,其特征在于,构建所述关于时间的n阶Bezier曲线的方法包括:
    依据关于路径的n阶Bezier曲线的位置特征点、预设的起始点的速度、预设的终止点的速度、预设的起始点的加速度以及预设的终止点的加速度,确定所述关于时间的n阶Bezier曲线的时间特征点;
    依据所述时间特征点,构建的关于时间的n阶Bezier曲线的表达式。
  3. 根据权利要求2所述的方法,其特征在于,在n为4的情况下,关于路径的四阶Bezier曲线的表达式为:
    P(u)=P0(1-u)4+4P1u(1-u)3+6P2u2(1-u)2+4P3u3(1-u)+P4u4
    其中,u为Bezier参数且u∈[0,1],P(u)表示关于路径的四阶Bezier曲线中的位置坐标,P0、P1、P2、P3及P4为关于路径的四阶Bezier曲线的位置特征点;
    所述关于时间的四阶Bezier曲线的表达式为:
    T(u)=T0(1-u)4+4T1u(1-u)3+6T2u2(1-u)2+4T3u3(1-u)+T4u4
    其中,u为Bezier参数且u∈[0,1],T(u)表示沿着所述关于路径的四阶Bezier曲线表示的平滑轨迹运动所需的时长;T0、T1、T2、T3及T4为关于时间的四阶Bezier曲线的时间特征点。
  4. 根据权利要求3所述的方法,其特征在于,依据关于路径的四阶Bezier曲线的位置特征点、预设的起始点的速度、预设的终止点的速度、预设的起始点的加速度以及预设的终止点的加速度,确定所述关于时间的四阶Bezier曲线的时间特征点T0、T1、T2、T3及T4,包括:
    确定时间特征点T0为0;
    将位置特征点P0、位置特征点P1及速度υs代入表达式
    Figure PCTCN2016112635-appb-100001
    求解时间特征点T1,其中,所述速度υs为预先设置的机器人在所述平滑轨迹的起始点的速度,起始点即位置特征点P0
    将位置特征点P2、位置特征点P1、位置特征点P0、时间特征点T1、加速度as及角度α代入表达式l1=cosα|P0-P2|及
    Figure PCTCN2016112635-appb-100002
    中,求解时间特征点T2,其中,加速度as为预先设置的机器人在平滑轨迹的起始点的加速度,起始点为位置特征点P0,角度α为线段P0P1与线段P0P2之间的夹角,|P0-P2|为线段P0P2的长度;
    将位置特征点P4、位置特征点P3、位置特征点P2、时间特征点T2、速度υf、加速度af及角度β代入表达式l2=cosβ|P2-P4|及
    Figure PCTCN2016112635-appb-100003
    中,求解时间特征点T4,其中,加速度af为预先设置的机器人在平滑轨迹的终止点的加速度,速度υf为预先设置的机器人在所述平滑轨迹的终止点的速度,终止点为位置特征点P4,角度β为线段P4P3与线段P4P2之间的夹角,|P2-P4|为线段P4P2的长度;
    将位置特征点P4、位置特征点P3、速度υf及时间特征点T4代入表达式
    Figure PCTCN2016112635-appb-100004
    中,求解时间特征点T3
  5. 根据权利要求2所述的方法,其特征在于,在n等于5的情况下,关于路径的五阶Bezier曲线的表达式为:
    P(u)=P0(1-u)5+5P1u(1-u)4+10P2u2(1-u)3+10P3u3(1-u)2+5P4u4(1-u)+P5u5
    其中,u为Bezier参数且u∈[0,1],P(u)表示关于路径的五阶Bezier曲线中的位置坐标,P0、P1、P2、P3、P4及P5为关于路径的五阶Bezier曲线的位置特征点;
    所述关于时间的五阶Bezier曲线的表达式为:
    T(u)=T0(1-u)5+5T1u(1-u)4+10T2u2(1-u)3+10T3u3(1-u)2+5T4u4(1-u)+T5u5
    其中,u为Bezier参数且u∈[0,1],T(u)表示沿着所述关于路径的五阶Bezier曲线表示的平滑轨迹运动所需的时长;T0、T1、T2、T3、T4及T5为关于时间的五阶Bezier曲线的时间特征点。
  6. 根据权利要求5所述的方法,其特征在于,确定所述关于时间的五阶Bezier曲线的时间特征点T0、T1及T2,包括:
    确定时间特征点T0为0;
    将位置特征点P0、位置特征点P1及速度υs代入表达式
    Figure PCTCN2016112635-appb-100005
    求解时间特征点T1,其中,所述速度υs为预先设置的机器人在所述平滑轨迹的起始点的速度,起始点即位置特征点P0
    将位置特征点P2、位置特征点P1、位置特征点P0、时间特征点T1、加速度as及角度α代入表达式l1=cosα|P0-P2|及
    Figure PCTCN2016112635-appb-100006
    中,求解时间特征点T2,其中,加速度as为预先设置的机器人在平滑轨迹的起始点的加速度,起始点为位置特征点P0,角度α为线段P0P1与线段P0P2之间的夹角,|P0-P2|为线段P0P2 的长度。
  7. 根据权利要求6所述的方法,其特征在于,确定所述关于时间的五阶Bezier曲线的时间特征点T3、T4及T5,包括:
    将位置特征点P3、位置特征点P2、速度υs、速度υf及时间特征点T2代入表达式
    Figure PCTCN2016112635-appb-100007
    中,求解时间特征点T3,其中,速度υf为预先设置的机器人在所述平滑轨迹的终止点的速度,终止点为位置特征点P5
    将位置特征点P5、位置特征点P4、位置特征点P3、时间特征点T3、速度υf、加速度af及角度β代入表达式l2=cosβ|P3-P5|及
    Figure PCTCN2016112635-appb-100008
    中,求解时间特征点T5,其中,加速度af为预先设置的机器人在平滑轨迹的终止点的加速度,角度β为线段P5P4与线段P5P3之间的夹角,|P3-P5|为线段P5P3的长度;
    将位置特征点P5、位置特征点P4、速度υf及时间特征点T5代入表达式
    Figure PCTCN2016112635-appb-100009
    中,求解时间特征点T4
  8. 根据权利要求6所述的方法,其特征在于,确定所述关于时间的五阶Bezier曲线的时间特征点T3、T4及T5,包括:
    获得预先设置的Tf,并根据T5=Tf确定时间特征点T5
    将位置特征点P5、位置特征点P4、速度υf及时间特征点T5代入表达式
    Figure PCTCN2016112635-appb-100010
    中,求解时间特征点T4
    将位置特征点P5、位置特征点P4、位置特征点P3、时间特征点T3、速度υf、 加速度af及角度β代入表达式l2=cosβ|P3-P5|及
    Figure PCTCN2016112635-appb-100011
    中,求解时间特征点T3
  9. 根据权利要求1所述的方法,其特征在于,所述关于路径的n阶Bezier曲线作为机器人从前段轨迹运动到后段轨迹的平滑轨迹,构建所述关于路径的n阶Bezier曲线的方法包括:
    根据所述前段轨迹及所述后段轨迹确定n阶Bezier曲线的位置特征点,根据所述位置特征点,构建关于路径的n阶Bezier曲线;
    其中,所述位置特征点中包含起始点及终止点,所述前段轨迹具有拐出点,所述后段轨迹具有拐入点,且所述起始点与所述拐出点重合,所述终止点与所述拐入点重合,所述起始点的切矢量方向与所述拐出点的切矢量方向相同,所述终止点的切矢量方向与所述拐入点的切矢量方向相同。
  10. 一种机器人运动控制装置,其特征在于,用于控制机器人按照预先构建的关于路径的n(n为不小4的整数)阶Bezier曲线表示的平滑轨迹进行运动,该控制装置用于在多个控制周期中的每个控制周期内确定机器人需运动至的位置点,该装置包括:
    时长值确定单元,用于确定从首个控制周期到当前控制周期的时长值;
    参数值确定单元,用于使用预先构建的关于时间的n阶Bezier曲线的表达式,求解所述时长值对应的Bezier参数的值;其中,所述关于时间的n阶Bezier曲线表示的是Bezier参数与时长之间的曲线关系;
    坐标值确定单元,用于将所述Bezier参数的值代入所述关于路径的n阶Bezier曲线的表达式中,获得位置坐标值;其中,所述关于路径的n阶Bezier曲线表示的是Bezier参数与位置坐标之间的曲线关系;
    移动至坐标值单元,用于向驱动装置发送所述位置坐标值,以使所述驱动装置将所述机器人移动至所述位置坐标值表示的位置点。
  11. 一种机器人运动控制装置,其特征在于,包括通信接口、处理器以及存储器,所述通信接口与驱动装置相连,所述存储器内存储有安装于所述 机器人运动控制装置中的程序代码及数据,所述处理器用于调用所述存储器中的程序代码及数据以确定机器人在多个控制周期中的每个控制周期内需运动至的位置点,具体包括以下步骤:
    确定从首个控制周期到当前控制周期的时长值;
    使用预先构建的关于时间的n阶Bezier曲线的表达式,求解所述时长值对应的Bezier参数的值;其中,所述关于时间的n阶Bezier曲线表示的是Bezier参数与时长之间的曲线关系;
    将所述Bezier参数的值代入预先构建的关于路径的n阶Bezier曲线的表达式中,获得位置坐标值;其中,所述关于路径的n阶Bezier曲线表示的是Bezier参数与位置坐标之间的曲线关系;
    通过所述通信接口向驱动装置发送所述位置坐标值,以使所述驱动装置将所述机器人移动至所述位置坐标值表示的位置点。
  12. 一种机器人,其特征在于,包括:机器人运动控制装置及驱动装置,其中:
    所述机器人运动控制装置,用于确定从首个控制周期到当前控制周期的时长值;使用预先构建的关于时间的n(n为不小于4的整数)阶Bezier曲线的表达式,求解所述时长值对应的Bezier参数的值;其中,所述关于时间的n阶Bezier曲线表示的是Bezier参数与时长之间的曲线关系;将所述Bezier参数的值代入预先构建的关于路径的n阶Bezier曲线的表达式中,获得位置坐标值;其中,所述关于路径的n阶Bezier曲线表示的是Bezier参数与位置坐标之间的曲线关系;向驱动装置发送所述位置坐标值;
    所述驱动装置,用于驱动所述机器人移动至所述位置坐标值表示的位置点。
PCT/CN2016/112635 2016-12-28 2016-12-28 机器人运动控制方法及相关装置 WO2018119745A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2016/112635 WO2018119745A1 (zh) 2016-12-28 2016-12-28 机器人运动控制方法及相关装置
CN201680037942.4A CN109074067B (zh) 2016-12-28 2016-12-28 机器人运动控制方法及相关装置

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2016/112635 WO2018119745A1 (zh) 2016-12-28 2016-12-28 机器人运动控制方法及相关装置

Publications (1)

Publication Number Publication Date
WO2018119745A1 true WO2018119745A1 (zh) 2018-07-05

Family

ID=62706751

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/112635 WO2018119745A1 (zh) 2016-12-28 2016-12-28 机器人运动控制方法及相关装置

Country Status (2)

Country Link
CN (1) CN109074067B (zh)
WO (1) WO2018119745A1 (zh)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110135644A (zh) * 2019-05-17 2019-08-16 北京洛必德科技有限公司 一种用于目标搜索的机器人路径规划方法
CN111708327A (zh) * 2020-07-14 2020-09-25 中国石油大学(华东) 一种具有g2连续性的ph样条过渡线性路径加工方法
CN112947423A (zh) * 2021-01-29 2021-06-11 深圳市银星智能科技股份有限公司 清洁路径规划方法、移动机器人及存储介质
CN113686345A (zh) * 2021-10-25 2021-11-23 上海仙工智能科技有限公司 多段导航路径曲率连续拼接优化处理机、方法及存储介质
CN113814976A (zh) * 2021-09-16 2021-12-21 苏州灵猴机器人有限公司 一种飞拍运动的控制方法、装置、设备和介质
CN114310921A (zh) * 2022-03-16 2022-04-12 珞石(北京)科技有限公司 一种最小曲率的直线过渡路径生成方法
CN114593742A (zh) * 2020-12-04 2022-06-07 上海汽车集团股份有限公司 一种智能驾驶车辆的局部路径规划方法、装置及设备

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112129296B (zh) * 2020-09-25 2022-10-11 山东大学 一种机器人轨迹规划方法及系统
CN113689468A (zh) * 2021-08-17 2021-11-23 珠海格力智能装备有限公司 工件加工装置的控制方法及其装置、计算机可读存储介质
CN115314534A (zh) * 2022-07-12 2022-11-08 埃夫特智能装备股份有限公司 一种基于EtherCAT通信协议的实时性优化模拟机器人系统

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102129710A (zh) * 2010-12-30 2011-07-20 北京像素软件科技股份有限公司 一种飞行路径模拟方法及系统
DE102010012750A1 (de) * 2010-03-25 2011-09-29 Kuka Laboratories Gmbh Verfahren zum Betreiben eines holonomen/omnidirektionalen Flurförderfahrzeugs
CN102207736A (zh) * 2010-03-31 2011-10-05 中国科学院自动化研究所 基于贝塞尔曲线的机器人路径规划方法及装置
CN103180791A (zh) * 2010-10-13 2013-06-26 欧姆龙株式会社 控制装置、控制系统及控制方法

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5920679A (en) * 1997-08-25 1999-07-06 The Research Foundation Of State University Of New York Apparatus and method for computer-aided low-harmonic trajectory planning for computer-controlled machinery
EP2280241A3 (en) * 2009-07-30 2017-08-23 QinetiQ Limited Vehicle control

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102010012750A1 (de) * 2010-03-25 2011-09-29 Kuka Laboratories Gmbh Verfahren zum Betreiben eines holonomen/omnidirektionalen Flurförderfahrzeugs
CN102207736A (zh) * 2010-03-31 2011-10-05 中国科学院自动化研究所 基于贝塞尔曲线的机器人路径规划方法及装置
CN103180791A (zh) * 2010-10-13 2013-06-26 欧姆龙株式会社 控制装置、控制系统及控制方法
CN102129710A (zh) * 2010-12-30 2011-07-20 北京像素软件科技股份有限公司 一种飞行路径模拟方法及系统

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110135644A (zh) * 2019-05-17 2019-08-16 北京洛必德科技有限公司 一种用于目标搜索的机器人路径规划方法
CN111708327A (zh) * 2020-07-14 2020-09-25 中国石油大学(华东) 一种具有g2连续性的ph样条过渡线性路径加工方法
CN111708327B (zh) * 2020-07-14 2023-07-11 中国石油大学(华东) 一种具有g2连续性的ph样条过渡线性路径加工方法
CN114593742A (zh) * 2020-12-04 2022-06-07 上海汽车集团股份有限公司 一种智能驾驶车辆的局部路径规划方法、装置及设备
CN114593742B (zh) * 2020-12-04 2024-04-19 上海汽车集团股份有限公司 一种智能驾驶车辆的局部路径规划方法、装置及设备
CN112947423A (zh) * 2021-01-29 2021-06-11 深圳市银星智能科技股份有限公司 清洁路径规划方法、移动机器人及存储介质
CN113814976A (zh) * 2021-09-16 2021-12-21 苏州灵猴机器人有限公司 一种飞拍运动的控制方法、装置、设备和介质
CN113814976B (zh) * 2021-09-16 2023-08-15 苏州灵猴机器人有限公司 一种飞拍运动的控制方法、装置、设备和介质
CN113686345A (zh) * 2021-10-25 2021-11-23 上海仙工智能科技有限公司 多段导航路径曲率连续拼接优化处理机、方法及存储介质
CN114310921A (zh) * 2022-03-16 2022-04-12 珞石(北京)科技有限公司 一种最小曲率的直线过渡路径生成方法
CN114310921B (zh) * 2022-03-16 2022-06-10 珞石(北京)科技有限公司 一种最小曲率的直线过渡路径生成方法

Also Published As

Publication number Publication date
CN109074067A (zh) 2018-12-21
CN109074067B (zh) 2021-11-05

Similar Documents

Publication Publication Date Title
WO2018119745A1 (zh) 机器人运动控制方法及相关装置
CN107263484B (zh) 机器人关节空间点到点运动的轨迹规划方法
US8774965B2 (en) Method and device for controlling a manipulator
JP6610915B2 (ja) 車両を制御するコントローラー及び方法並びに非一時的コンピューター可読メモリ
WO2018209864A1 (zh) 移动控制方法、装置、机器人及存储介质
US20130307459A1 (en) Motion profile generator
EP3486612A1 (en) Method for generating a trajectory
Zhao et al. A novel direct trajectory planning approach based on generative adversarial networks and rapidly-exploring random tree
CN113085850B (zh) 车辆避障方法、装置、电子设备及存储介质
CN112965443B (zh) 一种裁床拐角轨迹跟踪高精度插值控制方法
KR100743143B1 (ko) 로봇의 연속 모션 처리를 위한 연결경로 계획 장치
WO2018119759A1 (zh) 机器人运动控制方法及相关装置
CN108279674B (zh) 智能移动的方法、装置、机器人及存储介质
JP2009053926A (ja) 経路計画装置及び経路計画方法
CN111443709B (zh) 车辆变道路线规划方法、装置、终端和存储介质
WO2023273067A1 (zh) 一种行驶规划方法、装置、计算机设备及存储介质
CN114466730B (zh) 用于使机器人优化速度同时保持对加速度和加加速度的限制的运动规划
CN109683615A (zh) 机器人连续运动的路径的速度前瞻方法及机器人控制器
CN109048091A (zh) 激光切割速度规划方法、装置、存储介质及计算机设备
CN113189938A (zh) 一种连续加工路径的速度曲线规划方法
CN114952868A (zh) 7自由度srs型机械臂控制方法及装置、弹琴机器人
CN110948488A (zh) 一种基于时间最优的机器人自适应轨迹规划算法
JP2014161917A (ja) ロボット制御システム、ロボット、ロボット制御方法及びプログラム
JP2014161918A (ja) ロボット制御システム、ロボット、ロボット制御方法及びプログラム
WO2018195689A1 (zh) S型速度规划方法、装置、系统、机器人以及数控机床

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16925838

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16925838

Country of ref document: EP

Kind code of ref document: A1