Why we need coordinate frames
A robot arm has many moving parts โ base, links, end-effector, tool, and the object being grasped. Each part has its own natural reference frame. To say "the gripper is 0.3 m above the table" you need to express a point in one frame relative to another. In robotics we attach a right-handed Cartesian frame to every rigid body. The world frame (or base frame) is fixed; link frames move with their links. A pose is the full description of where a frame sits: both its orientation (how it is rotated) and its position (where its origin is). Getting this bookkeeping right is 80% of kinematics โ the rest is just multiplying matrices.
