RKD Unit 3
RKD Unit 3
Definition: Inverse kinematics (IK) calculates the joint variables required to place a
robot's end-effector (tool) at a desired position and orientation in space.
Challenges:
o Non-Uniqueness: Multiple joint configurations can achieve the same end-
effector pose.
o Existence: Not all desired poses may be reachable.
o Singularities: Configurations where solutions are unstable or infinite.
Q. Tool Configuration
Definition:
The tool configuration defines the orientation and position of the tool attached to the
robot’s end-effector. It typically includes:
1. Tool Offset: The fixed distance between the last robot joint and the tool centre
point (TCP).
2. Tool Orientation: The angular alignment of the tool in space, often defined
using Euler angles, quaternions, or rotation matrices.
3. TCP Pose: Combines the tool’s position and orientation into a single
transformation matrix.
Impact of Tool Configuration on IK:
o Position Impact: Affects the desired position the robot must achieve by
incorporating the offset between the end-effector and the TCP.
o Orientation Impact: Constrains the joints to ensure the tool is correctly
oriented for the task (e.g., keeping a welding torch perpendicular to a surface).