Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Solid-state LiDAR is a sensing technology that helps robots measure the shape and distance of the world around them using laser light. Instead of spinning a bulky sensor, it steers beams electronically or with tiny internal mirrors, so the device can be compact and rugged. This matters for mobile robots, drones, autonomous vehicles, and warehouse machines because they need fast 3D awareness in a small package.

A LiDAR point cloud can reveal obstacles, walls, people, and surfaces that a robot must avoid or navigate around.

Most LiDAR systems measure distance using time of flight, where a short light pulse leaves the sensor, reflects from an object, and returns to a detector. Because light travels extremely fast, the timing electronics must measure delays of only a few nanoseconds for meter scale distances. Solid-state designs often use MEMS mirrors or optical phased arrays to aim beams without external rotating parts.

Fewer moving parts can improve durability, reduce size, and make LiDAR easier to integrate into real robotic platforms.

Understanding Robotics: Solid-State LiDAR

A LiDAR measurement starts with a controlled burst of infrared light. The outgoing beam spreads slightly as it travels, then a small part of it returns after striking a surface. A detector converts the returned light into an electrical signal.

The electronics compare the send time with the return time. Distance equals the speed of light multiplied by the round trip time divided by two.

The division by two matters because the pulse travels to the object, then back to the sensor. A tiny timing error can become a meaningful distance error, so accurate clocks and careful signal processing are essential.

Solid-state units create their view in several ways. A MEMS design moves a microscopic mirror through a planned pattern. The mirror is tiny, but it must point very precisely.

An optical phased array uses many small light emitters. By changing the timing or phase of their light, the device makes the combined beam point in a chosen direction.

Flash LiDAR lights up a whole region at once and uses a detector array, much like a camera sensor, to measure many distances simultaneously. Each method has limits involving range, viewing angle, power use, cost, and the number of useful points produced each second.

Real surfaces do not reflect laser light equally. A bright road sign may send back a strong signal, while black fabric, dark rubber, or wet asphalt may return very little. Glass can be confusing because light may pass through it or reflect at an unexpected angle.

Rain, fog, snow, and dust scatter light before it reaches a target. Strong sunlight adds background infrared light that can hide a weak return.

The sensor must decide which signals are real reflections and which are noise. Engineers use filters, repeated measurements, and confidence values to make this decision more reliable.

A robot does not simply react to one measured point. It groups nearby points into possible objects and compares new scans with earlier ones. This helps it estimate whether a person is walking, whether a box is stationary, or whether a wall is part of a map.

In a warehouse, a robot may use LiDAR to keep a safe path around shelves and workers. In a vehicle, it can provide depth information that ordinary cameras may struggle to obtain in low light. Robots often combine LiDAR with cameras, wheel encoders, inertial sensors, and radar because every sensor has situations where it performs poorly.

When studying this topic, pay attention to the difference between accuracy and resolution. Accuracy describes how close a reported distance is to the true distance. Resolution describes the smallest change or directional gap the system can distinguish.

A sensor can measure range accurately but still miss a thin pole if its beams are spaced too far apart. Point density changes with distance because the same angular spacing covers a larger physical gap farther away.

Update rate matters for moving robots, since an old scan can describe a world that has already changed. Good sensor design is therefore a balance rather than a search for one largest specification.

Key Facts

  • Time of flight distance: d = ct/2, where c is the speed of light and t is the round trip time.
  • Speed of light in air is approximately c = 3.00 x 10^8 m/s.
  • A 10 ns round trip time corresponds to d = 1.5 m.
  • Solid-state LiDAR can steer beams using MEMS mirrors, optical phased arrays, or flash illumination.
  • Angular resolution describes how finely the sensor separates directions, often measured in degrees per point.
  • Range, field of view, update rate, and point density all affect how well a robot detects obstacles.

Vocabulary

LiDAR
LiDAR is a sensing method that uses laser light to measure distances and build a 2D or 3D map of nearby objects.
Time of flight
Time of flight is the measured travel time for a light pulse to go from the sensor to an object and back.
Point cloud
A point cloud is a set of many measured points in space that represents the surfaces around a robot.
MEMS mirror
A MEMS mirror is a tiny movable mirror made with microfabrication that can redirect a laser beam inside a sensor.
Optical phased array
An optical phased array is a beam steering device that changes the relative phase of light from many emitters to aim a laser beam without macroscopic motion.

Common Mistakes to Avoid

  • Forgetting the factor of 2 in d = ct/2 is wrong because the measured time is for the light to travel to the object and back.
  • Assuming solid-state means no internal motion at all is wrong because MEMS LiDAR may use tiny internal moving mirrors even though the outside sensor does not rotate.
  • Treating more laser power as always better is wrong because eye safety, detector saturation, heat, and regulations limit how much optical power a LiDAR can use.
  • Confusing camera pixels with LiDAR points is wrong because LiDAR points include measured distance, while ordinary camera pixels mainly record brightness and color.

Practice Questions

  1. 1 A solid-state LiDAR measures a round trip pulse time of 40 ns. Using c = 3.00 x 10^8 m/s, how far away is the object?
  2. 2 A LiDAR scans a horizontal field of view of 90 degrees with an angular spacing of 0.25 degrees between points. About how many horizontal point directions are measured in one scan line?
  3. 3 A robot designer can choose between a rotating LiDAR and a solid-state LiDAR for a small delivery robot. Explain two reasons the solid-state sensor might be preferred and one limitation the designer should still consider.