Robotics, Vision and Control

Fundamental algorithms in MATLAB: Second Edition

BUY ONLINE NOW

2: Representing Position & Orientation

A fundamental requirement in robotics and computer vision is to represent the position and orientation of objects in an environment. Such objects include robots, cameras, workpieces, obstacles and paths. Position and orientation together is referred to as pose.

This chapter covers position, orientation and pose in 2D:

  • Points in 2D space
  • 2D coordinate frames
  • Representing orientation in 2D using angles, orthonormal rotation matrices and matrix exponentials
  • Representing pose in 2D using homogeneous transformation matrices and twists

and position, orientation and pose in 3D:

  • Points in 3D space
  • 3D coordinate frames
  • Representing orientation in 3D using orthonormal rotation matrices, Euler angles, roll-pitch-yaw angles, unit-quaternions, matrix exponentials
  • Representing pose in 3D using homogeneous transformation matrices and twists

as well as an introduction to configuration space.