Inverse kinematics solution system for use with robots
11331794 · 2022-05-17
Assignee
Inventors
Cpc classification
B25J9/1607
PERFORMING OPERATIONS; TRANSPORTING
International classification
Abstract
An inverse kinematics solution system for use with a robot, which is used for obtaining a joint angle value corresponding to a target pose value on the basis of an inputted target pose value and degree of freedom of a robot and which comprises: a parameters initialization module, an inverse kinematics scheduler, a Jacobian calculating unit, a pose updating unit and a parameters selector. The system is implemented by means of hardware and may quickly obtain motion parameters, which are used for controlling a robot, while reducing power consumption.
Claims
1. An inverse kinematics solution system for control of a robot, the system comprising an interface, a parameter initialization module, an inverse kinematics scheduler, a Jacobian calculation unit, and a plurality of pose update units executed in parallel and a parameter selector, wherein: the interface is configured to receive a target pose value of the robot, and to send a joint angle value corresponding to the target pose value to the robot to control the motion of the robot; the parameter initialization module is configured to randomly generate an initial joint angle value, and to calculate an initial pose value based on the generated initial joint angle value and an initial error value of the initial pose value relative to the target pose value, and to send the initial joint angle value, the initial pose value and the initial error value to the inverse kinematics scheduler; the inverse kinematics scheduler is configured to compare the received error value to a predetermined threshold to determine whether to select the current joint angle value as the joint angle value corresponding to the target pose value or transmit the current joint angle value to the Jacobian calculation unit, wherein the current joint angle value is the initial joint angle value from the parameter initialization module or a joint angle value from the parameter selector; the Jacobian calculation unit is configured to obtain a Jacobian matrix and a Jacobian transposed matrix based on the received joint angle value, and to send the Jacobian matrix and the Jacobian transposed matrix to each of the plurality of pose update units; the plurality of pose update units is configured to generate different forward parameters in parallel and calculate new pose values in parallel based on the Jacobian matrix and the Jacobian transposed matrix, and to output each new joint angle value corresponding to each new pose value and each error value of each new pose value relative to the target pose value to the parameter selector; and the parameter selector is configured to select the smallest error value of the error values from the plurality of parallel pose update units and its corresponding joint angle value, and transmit the selected error value and joint angle value to the inverse kinematics scheduler; and wherein each of the pose update units comprises: a parameter calculator configured to calculate a forward parameter based on the Jacobian matrix, the Jacobian transposed matrix and the current error value; a variable update module configured to calculate an increment of a joint angle variable based on the forward parameter, the Jacobian transposed matrix and the current error value; a register configured to store the increment of the joint angle variable; a pose calculation module configured to calculate a new pose value according to the increment of the joint angle variable and the current joint angle value; an error calculator configured to calculate an error value between the new pose value and the target pose value; and a controller configured to control the execution of the variable update module, the register, the pose calculation module and the error calculator, and output a new joint angle value corresponding to the new pose value and the error value to the parameter selector.
2. The system according to claim 1, characterized in that the parameter initialization module comprises: a random signal generator, configured to randomly generate the initial joint angle value; a triangular square calculator and a matrix multiplier, configured to calculate the initial pose value; and an adder and a triangular square calculator, configured to obtain the initial error value between the initial pose value and the target pose value.
3. The system according to claim 1, characterized in that the inverse kinematics scheduler determines whether to select the current joint angle value as a joint angle value corresponding to the target pose value or transmit the current joint angle value to the Jacobian calculation unit by comparing an error corresponding to the current joint angle value with a predetermined threshold, wherein the error corresponding to the current joint angle value refers to an error between a pose value corresponding to the current joint angle value and the target pose value.
4. The system according to claim 1, characterized in that the Jacobian calculation unit comprises a triangular square calculator and a matrix multiplier, configured to obtain the Jacobian matrix and the Jacobian transposed matrix based on the current joint angle value.
5. The system according to claim 1, characterized in that the parameter calculator calculates the forward parameter by use of a matrix multiplier.
6. The system according to claim 5, characterized in that the matrix multiplier is a 4*4 matrix multiplier.
7. The system according to claim 1, characterized in that the pose calculation module calculates a new pose by use of an adder and a triangular square calculator.
8. The system according to claim 1, characterized in that the parameter selector comprises: a comparator configured to select the smallest error value of the error values from the plurality of parallel pose update units; and a data selector configured to select the joint angle value corresponding to the smallest error value, and transmit the selected error value and joint angle value to the inverse kinematics scheduler.
Description
BRIEF DESCRIPTION OF THE DRAWINGS
(1) The following drawings are merely schematically illustrative and explanatory of the present invention and are not intended to limit the scope of the present invention, in which:
(2)
(3)
(4)
(5)
(6)
(7)
DETAILED DESCRIPTION OF THE PRESENT INVENTION
(8) To make the objectives, technical solutions, design methods and advantages of the present invention clearer, the present invention will be further described below in detail by specific embodiments with reference to the drawings. It should be understood that the specific embodiments described herein are merely for explaining the present invention rather than limiting the present invention.
(9) The system of the present invention can be applied to the control of the mechanical arms of a multi-degree-of-freedom robot. The mechanical arm of the robot shown in
(10) The present invention is aimed at obtaining a joint angle corresponding to each joint, θ(θ.sub.1, θ.sub.2, . . . θ.sub.8) (by taking 8 degrees of freedom as an example), by the system of the present invention when the target pose P.sub.L (x.sub.o, y.sub.o, z.sub.o) of the robot is given. By inputting the obtained joint angles into the robot, the motion of the robot can be flexibly controlled. The control system in
(11) To facilitate the understanding of the hardware implementation of the present invention,
(12) Step 1: A target pose P.sub.L(x.sub.o, y.sub.o, z.sub.o) is an input, where x.sub.0, y.sub.0, z.sub.0 represent coordinate values in three directions.
(13) Step 2: A set of initial values of a joint angle variable, θ.sub.init, is randomly generated, and the joint angle variable θ is assumed as θ=θ.sub.init; an initial pose P.sub.init is calculated, and a pose variable is assumed as P=P.sub.init; and, an initial error Δe.sub.init (i.e., an error between the initial pose and the target pose) is calculated, and an error variable is assumed as error=Δe.sub.init.
(14) Step 3: The error variable error is compared with a predetermined threshold to determine whether the precision requirement is satisfied, that is, error<Threshold; if the precision requirement is satisfied, the joint angle variable θ is an output; or otherwise, the following steps will be executed continuously.
(15) Step 4: A Jacobian matrix J and a Jacobian transposed matrix J.sup.T are calculated according to the joint angle variable θ.
(16) Step 5: Forward parameters α.sub.1, α.sub.2, . . . , α.sub.k are calculated in parallel according to the J, J.sup.T and error, and a corresponding joint increment Δθ is solved.
(17) Step 6: New poses P.sub.1, P.sub.2, . . . , P.sub.k and errors e.sub.1, e.sub.2, . . . , e.sub.k between the new poses and the target pose P.sub.L are calculated according to the Δθ and θ.
(18) Step 7: The smallest error and its corresponding joint angle variable θ are selected from e.sub.1, e.sub.2, . . . , e.sub.k, and the error variable error is made equal to the smallest error.
(19) Step 8: It is determined whether the error satisfies the precision requirement, that is, error<Threshold; if the error satisfies the precision requirement, the joint angle variable θ is output; or otherwise, the process returns to the step 4 and will be continuously executed.
(20)
(21) The parameter initialization module is configured to randomly generate initial parameters, for example, initializing the joint angle variable θ.sub.init, calculating the initial poses P.sub.init and Δe.sub.init, and the like. The parameter initialization module may be implemented by a random signal generator.
(22) The inverse kinematics scheduler is configured to coordinate the scheduling and control of operational tasks in the whole system, for example, determining the size of the current error and the predetermined error threshold, controlling the number of iterations, and the like. The inverse kinematics scheduler may be implemented by a finite state machine, including a comparator, a data selector or the like.
(23) The Jacobian calculation unit (JCU) is configured to calculate a Jacobian matrix corresponding to the joint angle variable and a transposed matrix thereof. The Jacobian calculation unit may be implemented by a triangular square calculator and a 4*4 matrix multiplier.
(24) The pose update unit (PUU) is configured to calculate a new pose of the mechanical arm of the robot, the joint angle variables, and the corresponding error. A plurality of pose update units (e.g., 32) may be employed for parallel calculation. Each of the pose update units contains a parameter calculator and a forward kinematics calculator.
(25) The parameter selector is configured to select the smallest error from a plurality of errors and return the smallest error to the inverse kinematics scheduler. The parameter selector may be implemented by a comparator or a sequencer.
(26) Additionally, the system is further provided with an input/output interface. Each module contains a memory or a register for storing the intermediate calculation results or the parameters received from other modules. The parameters are transmitted among modules through a bus.
(27) Specifically, the operation process executed by the system according to the present invention is as follows. The target pose P.sub.L(x.sub.o, y.sub.o, z.sub.o) and the degree-of-freedom N (in this embodiment, N=8) are received from the outside of the system. The parameter initialization module randomly initializes the joint angle variable and calculates the initial pose. The Jacobian calculation unit calculates a Jacobian matrix corresponding to the joint angle variable and a transposed matrix thereof. The inverse kinematics scheduler controls, according to the degree-of-freedom N, the number of iterations of the triangular square or Jacobian matrix calculation. The pose update units calculate new poses, joint angle variables and corresponding errors in parallel. Meanwhile, according to whether the error error is less than the threshold Threshold, the inverse kinematics scheduler controls the number of iterations of the pose update units. The parameter selector selects the smallest error from a plurality of errors, and returns the smallest error to the inverse kinematics scheduler. During this process, when the inverse kinematics scheduler determines that the error error is less than the threshold Threshold, the iteration is stopped and the system is controlled to output joint angles, θ(θ.sub.1, θ.sub.2, . . . θ.sub.8).
(28) To further understand the present invention,
(29) The pose update units receive the Jacobian matrix J and the transposed matrix J.sup.T from the Jacobian calculation unit in
(30)
(31)
(32) In conclusion, the specific process of the multi-degree-of-freedom inverse kinematics solution system according to the present invention is as follows.
(33) Step 1: The initialization module randomly generates a set of initial values of a joint angle variable, θ.sub.init, by the random signal generator, calculates an initial pose P.sub.init by use of the triangular square calculator and the 4*4 matrix multiplier, calculates an initial error error by use of an adder and the triangular square calculator, and transmits the parameters to the inverse kinematics scheduler.
(34) Step 2: The inverse kinematics scheduler receives the parameter error and then determines, by use of a comparator, whether the error satisfies the precision requirement, that is, error<Threshold; if the error satisfies the precision requirement, a data selector selects an output circuit to output the joint angle variable θ; or otherwise, the data selector selects a calculation circuit to transmit the joint angle variable θ to the Jacobian calculation unit for continuous execution.
(35) Step 3: The Jacobian calculation unit receives the joint angle variable θ, and calculates a Jacobian matrix J and a Jacobian transposed matrix J.sup.T by use of the triangular square calculator and the 4*4 matrix multiplier. The inverse kinematics scheduler controls the number of iterations of the Jacobian matrix calculation according to the input degree-of-freedom, and transmits the obtained Jacobian matrix J and Jacobian transposed matrix J.sup.T to each of the parallel pose update units (PUUs) at the end of the calculation.
(36) Step 4: The pose update units calculate parameters α.sub.1, α.sub.2, . . . , α.sub.k according to the J, J.sup.T and error by use of the 4*4 matrix multiplier and transfers the parameters to the internal forward kinematics calculator (FKU).
(37) Step 5: The variable update module in the forward kinematics calculator receives the error and J.sup.T, calculates a joint increment Δθ by use of the 4*4 matrix multiplier and stores the joint increment Δθ into the register.
(38) Step 6: The pose calculation module receives the Δθ in the register, and calculates a new pose P by use of an adder and the triangular square calculator.
(39) Step 7: The error calculator calculates errors e.sub.1, e.sub.2, . . . , e.sub.k between the new poses and the target pose by use of an adder and the triangular square calculator; and, the whole pose calculation units outputs k sets of new joint angle variables θ.sub.1, θ.sub.2, . . . , θ.sub.k and errors e.sub.1, e.sub.2, . . . , e.sub.k.
(40) Step 8: The parameter selector selects the smallest error error from e.sub.1, e.sub.2, . . . , e.sub.k by a comparator, selects a corresponding join angle variable θ by a data selector, and transmits the smallest error and the corresponding joint angle variable to the inverse kinematics scheduler.
(41) Step 9: The inverse kinematics scheduler determines, by a comparator, whether the error satisfies the precision requirement, that is, error<Threshold; if the error satisfies the precision requirement, a data selector selects an output circuit to output the joint angle variable θ; or otherwise, the data selector selects a calculation circuit to transmit the joint angle variable θ to the Jacobian calculation unit, and step 3 is repeated for continuous execution.
(42) It should be understood by those skilled in the art that the comparator, the determiner, the triangular square calculator and the like involved herein may be commercially-available standard devices, and the 4*4 matrix multiplier may also be a matrix multiplier of other dimensionalities.
(43) Although various embodiments of the present invention have been described above, the foregoing descriptions are merely exemplary but not exhaustive, and are not limited to the disclosed embodiments. Numerous modifications and alterations will be apparent to a person of ordinary skill in the art without departing from the scope and spirit of the described embodiments. The terms used herein are selected to best explain the principles of the embodiments, practical applications or technical improvements in the market, or to enable those skilled in the art to understand the embodiments disclosed herein.