Redundant Robots
lesson
For a redundant robot the inverse kinematics can be easily solved using a numerical approach.
lesson
For a redundant robot the inverse kinematics can be easily solved using a numerical approach.
lesson
Let’s look at numerical approaches to inverse kinematics for a couple of different robots and learn some of the important considerations. For RTB10.x please note that the mask value must be explicitly preceded by the ‘mask’ keyword. For example: >> q = p2.ikine(T, [-1 -1], ‘mask’, [1 1 0 0 0 0])
lesson
We consider a robot with three joints that moves its end-effector on a plane.
lesson
We learn how to create smoothly varying orientation in 3D by interpolating Euler angles and Quaternions. In the MATLAB example starting at 5:44 I use the Quaternion class. For Toolbox version 10 (2017) please use UnitQuaternion instead.
lesson
We summarise the important points from this lecture.