Difference between revisions of "Template:Important topics"

From Robotics
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 67: Line 67:
 
'''[[Quaternions]]'''<br>
 
'''[[Quaternions]]'''<br>
 
In this chapter [[Quaternions|quaternions]] are introduced, with which rotations can be represented. First, the [[basic properties of quaternions|basic properties]] of a quaternion are presented. Then [[Pure and unit quaternions|pure and unit quaternions]] followed by the rules for [[Addition of quaternions|addition]] and [[Multiplication of quaternions|multiplication]] are explained. Quaternions are usually used to represent [[Rotations using quaternions|rotations]] but can also be used for the [[Realization of transformations|realization of transformations]] in general.
 
In this chapter [[Quaternions|quaternions]] are introduced, with which rotations can be represented. First, the [[basic properties of quaternions|basic properties]] of a quaternion are presented. Then [[Pure and unit quaternions|pure and unit quaternions]] followed by the rules for [[Addition of quaternions|addition]] and [[Multiplication of quaternions|multiplication]] are explained. Quaternions are usually used to represent [[Rotations using quaternions|rotations]] but can also be used for the [[Realization of transformations|realization of transformations]] in general.
 +
</td>
 +
</tr>
 +
</table>
 +
----
 +
<table style="border-spacing:5px;">
 +
<tr>
 +
<td>
 +
[[File:dh-convention-logo.png|100px]]
 +
</td>
 +
<td valign="top">
 +
'''[[Denavit-Hartenberg Convention]]'''<br>
 +
The Denavit-Hartenberg convention covers methods to [[Assigning coordinate frames|assign coordinate frames]] to the links of serial link manipulators and to describe the spatial relationship between them by the four [[Denavit-Hartenberg parameters]]. Based on the [[A-matrices]], the transformation of the end-effector with respect to the manipulators base frame can easily be determined and used for further computations. [[Typical link examples|Typical examples]] for links are presented to illustrate the usage of the convention.
 
</td>
 
</td>
 
</tr>
 
</tr>
Line 78: Line 90:
 
<td valign="top">
 
<td valign="top">
 
'''[[Kinematics]]'''<br>
 
'''[[Kinematics]]'''<br>
In this chapter [[Quaternions|quaternions]] are introduced, with which rotations can be represented. First, the [[basic properties of quaternions|basic properties]] of a quaternion are presented. Then [[Pure and unit quaternions|pure and unit quaternions]] followed by the rules for [[Addition of quaternions|addition]] and [[Multiplication of quaternions|multiplication]] are explained. Quaternions are usually used to represent [[Rotations using quaternions|rotations]] but can also be used for the [[Realization of transformations|realization of transformations]] in general.
+
 
 
</td>
 
</td>
 
</tr>
 
</tr>
 
</table>
 
</table>

Latest revision as of 15:54, 29 October 2015

Verctorpartition.png

Vector algebra
This article gives a brief explanation of vectors and vector algebra. After a short introduction to vector algebra unit vectors and simple arithmetic operations are presented. Afterwards the dot product and the cross product are briefly explained.


Matrices.png

Matrices
This article gives a brief explanation of matrices and basic arithmetic algebra. After a brief introduction multiplication with a scalar and computing the transpose is described. Then the approaches for addition and multiplication of matrices to each other are presented. Conclusively the minors and cofactors and the determinant of a matrix are described.


Matrixinversion.png

Matrix inversion
After describing the preconditions for the existence of an inverse and its definition, two procedures to determine the inverse of a matrix, the Gauß-Jordan-Algorithm and the Adjugate Formula, are introduced and clarified by examples.


Transformationen.png

Transformations
In this article general transformations used in the context of robotics and the underlying mathematics are described. The two basic types of transformation are translation and rotation. To be able to apply all types of transformations by matrix multiplication, homogeneous coordinates are introduced. Based on the two basic transformations, combinations of transformations are possible. Additionaly a special matrix inversion method is presented for inverse transformation.


ThreeAngle.png

Three-Angle Representations
Three angles are enough to describe the orientation of an object in three-dimensional space. But there are two different ways to define these angles, the notation of Roll-Pitch-Yaw and of Euler angles.


Quaternion.png

Quaternions
In this chapter quaternions are introduced, with which rotations can be represented. First, the basic properties of a quaternion are presented. Then pure and unit quaternions followed by the rules for addition and multiplication are explained. Quaternions are usually used to represent rotations but can also be used for the realization of transformations in general.


Dh-convention-logo.png

Denavit-Hartenberg Convention
The Denavit-Hartenberg convention covers methods to assign coordinate frames to the links of serial link manipulators and to describe the spatial relationship between them by the four Denavit-Hartenberg parameters. Based on the A-matrices, the transformation of the end-effector with respect to the manipulators base frame can easily be determined and used for further computations. Typical examples for links are presented to illustrate the usage of the convention.


Kinematics-logo.png

Kinematics