Tag Archives: Robotics

The six degrees of freedom manipulator forward kinematics and the geometric solution of inverse kinematics

This article describes forward kinematics of the six degrees of freedom manipulator and its geometric inverse kinematics geometric.
The algorithm described in this article has not been strictly tested. Take your own risk while using it
You are NOT ALLOWED to copy this article

The robot structure is shown in the figure below:

6 Degree of Freedom Robot Structure
Figure 1. 6 Degree of Freedom Robot Structure

Continue reading The six degrees of freedom manipulator forward kinematics and the geometric solution of inverse kinematics

Robotics Forward Kinematics

This article describes the related information of robot kinematics, including the solution of rotation matrix, vector and mechanical arm pose, and using C# to describe the relevant algorithm.

Rotation Matrix

The rotation matrix in linear algebra is used to make the vector rotate in the Euler space.
In robotics, the rotation matrix is used to solve the posture (orientation) of the robot joint. In three-dimensional space, the eigenvalue of the rotation matrix is 1.

Continue reading Robotics Forward Kinematics