Odometry is the ability to measure the distance one has traveled., or as Wikipedia puts it:
Odometry is the use of data from motion sensors
to estimate change in position over time. It is used in robotics
by some legged or wheeled robots
to estimate their position relative to a starting location. This method is sensitive to errors due to the integration of velocity measurements over time to give position estimates. Rapid and accurate data collection,
instrument calibration
, and processing are required in most cases for odometry to be used effectively.




The word odometry is composed from the Greek words odos (meaning "route") and metron (meaning "measure").
Robots typically use a PIDController to perform odometry.
Links#
- David Anderson's IMU Odometry
page
- Odometry and backlash
on the DPRG mailing list
- LS7366 quadrature counter
from MicroMouse Online ("everything for line follower robots")
- Improving position tracking of a mobile robot
from leJOS News
- Jon Kent's Robotics page
and his notes on Odometry
(note: a lot of broken links)