Page 57 - Toucpad robotics C11
P. 57
Characteristics:
u
They provide a constant reference for all other frames in the system.
l
They are essential for defining the robot’s workspace and the location of objects within that space.
l
All other frames’ poses are typically defined in relation to this fixed frame.
l
Example: In a robotic arm, the base frame is a fixed frame. It is usually attached to the ground or a sturdy workbench
u
and serves as the zero-point for all of the robot’s movements. When a robot is told to move its hand to a specific
coordinate, those coordinates are almost always in reference to this fixed base frame.
Practical Use: When a part is placed at a known location on an assembly line, its position is defined in the factory’s
u
fixed frame. The robot uses this fixed frame to calculate its movements.
Moving Frames (Dynamic Reference Frames)
Description: A moving frame is a coordinate system that is attached to a moving object or part of the robot. As the
u
object moves, its frame moves with it.
Common Moving Frames
u
Link Frames: Each link (or segment) of a robotic arm has its own frame attached to it. When the joint moves, the
l
frame attached to the link also moves.
End-Effector Frame: This is the most important moving frame for many tasks. It is attached to the robot’s tool or
l
gripper. Its position and orientation in space are constantly changing as the robot arm moves.
Sensor Frame: Each camera or LiDAR sensor has its own coordinate frame attached to it. The measurements
l
taken by the sensor (for example, the distance to an object) are expressed in this sensor’s local frame. To be
useful for navigation or mapping, these measurements must be transformed into the world frame (or the robot’s
global reference frame), where all data from different sensors and movements are aligned.
Crucial Role: Moving frames allow the robot to understand the complex geometry of its own body. A robot arm’s
u
‘brain’ doesn’t just know the angles of its joints; it knows the location of the end-effector frame relative to the fixed
base frame by calculating the chain of relationships between all the moving link frames.
Characteristics:
u
They are used to define the pose of individual components of the robot.
l
The pose of a moving frame is typically defined relative to the frame of the component immediately preceding it
l
(e.g., the frame of the forearm is defined relative to the frame of the upper arm).
Using moving frames simplifies the mathematical analysis of complex, multi-jointed movements.
l
Example: Each link (segment) of a robotic arm has its own moving frame. As the first joint rotates, the frame attached
u
to the second link moves along with it. Similarly, the End-effector (the gripper or tool) has its own moving frame,
which defines the precise location and angle of the tool’s tip.
55
Mechanical System

