LIDAR

Introduction

LIDAR is an acronym for Light Detection and ranging. LIDAR systems are used in many industries and come in a variety of forms. The fundamental part of any LIDAR system is a one dimensional distance or range measurement device. This fundamental task of distance measurement is accomplished in a variety ways including interferometry, time of flight, and geometrical measurement. These different systems use different types of waves including optical light, laser light, infrared light, or others.

Systems are commonly implemented in one, two, or three dimensional setups. Two and three dimensional systems generally use one dimensional ranging technology and a moving mirror to sweep the distance measurement in one or two directions.

LADAR/LIDAR systems are used frequently in many robotics systems. One and two dimensional rangers are extremely common on mobile robotics platforms. Three dimensional systems are used on high end robotics systems, but they are less common because they are extremely expensive relative to one and two dimensional systems.

Table of Contents

Distance Measurement

Interferometry

"Interferometry is the technique of diagnosing the properties of two or more waves by studying the pattern of interference created by their superposition." (www.wikipedia.com)

I am searching for information on how this method is used for distance measurement.

Time of Flight

Time of Flight (TOF) measurement is the one of the simplest distance measurement technique that is commonly used. The device sends a signal towards the area of interest. If there is an object in range, the signal is bounced back towards the device where it is received. The combined time for the signal to leave and return is measured and compared to the known velocity of the signal to determine the distance between the device and the object. This method is commonly implemented with sound waves ,but it can also use other wave types. This type of measurement requires a dedicated computer.

Geometrical

Geometrical Distance measurement is arguably as simple as time of flight. A signal is broadcast and the location of the returning signal is measured. The distance from the object that caused the signal to return can be found through triangulation of the source, the return point, and the object. This system often comes in an infrared form (i.e. Sharp GPD2 12 13). The returning signal lands on some type of a transistor that converts the returning location to an electrical signal. This method requires almost no processing power for the measurement to be taken allowing for the individual units to be very cost effective.

System Configuration

One-Dimensional

Two-Dimensional

Three-Dimensional

more ???

Products

SICK

HOKUYO

Example Implementation

SICK to MatLab via. serial

SICK to Python via. serial

Hokuyo to Python via USB

References

External Links

Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License