Lidar
502 words ยท 3 min read ยท 2 sources
Lidar is a sensor that measures distance by firing invisible laser pulses and timing how long they take to bounce back. It gives a robot 3D vision in the dark.
The concept concept: Lidar is a sensor that measures distance by
Difficulty 3/5 ยท ClassroomLidar is a sensor that measures distance by firing invisible laser pulses and timing how long they take to bounce back. It gives a robot 3D vision โ even in the dark.
๐ก Think of it likeโฆ
Think of it like a household object that does the same job โ the underlying idea is the same, just adapted for robots.
๐ฎ๐ณ In India
Ola Electric is testing LiDAR-equipped autonomous vehicles on Indian roads in Bengaluru. Survey of India uses LiDAR drones for terrain mapping.
Why it matters
Without lidar, many concept systems in robotics simply couldn't work.
๐คฏ A car-grade LiDAR fires 2.8 million laser pulses every second. Each pulse travels at the speed of light and returns in nanoseconds.
๐ฏ Quick challenge
What does LiDAR stand for?
Lidar is a sensor that measures distance by firing invisible laser pulses and timing how long they take to bounce back. It gives a robot 3D vision โ even in the dark.
The name is a portmanteau: Light Detection And Ranging. If you've heard of radar (radio detection and ranging) or sonar (sound), lidar is the same idea but using light.
How a single laser pulse becomes a measurement
A lidar fires a tiny pulse of laser light. The pulse travels outward at roughly the speed of light (300,000 km/s), hits something, and reflects back. A sensor inside the lidar catches the returning photon and records the exact time of flight.
Distance = speed ร time รท 2 (divided by 2 because the light made a round trip).
The math is simple. The engineering is hard, because you're timing events that last billionths of a second.
How that becomes a 3D map
One pulse only tells you the distance to one tiny dot. To get a full picture of the world, a lidar fires thousands or millions of pulses per second, sweeping the laser in all directions โ usually by spinning a mirror or the whole sensor head. The result is a point cloud: hundreds of thousands of dots in 3D space, each one a surface the laser hit.
If you've seen a self-driving car with a spinning cylinder on top โ that's a 360-degree lidar building a live point cloud of everything around the car, dozens of times per second.
Why robots love lidar
It works in the dark. Cameras need light. Lidar makes its own.
It gives geometry directly. A camera sees pixels and has to figure out depth. A lidar sees depth straight away.
It's accurate. Good lidars measure to within a centimetre at 100 metres.
It's fast. Modern solid-state lidars can update 10-30 times per second โ fast enough for a car moving at 100 km/h.
Why some teams skip lidar
It's expensive. A good automotive lidar still costs โน2-10 lakh. A camera costs โน500.
It struggles with shiny or transparent surfaces. Glass walls confuse it. So does heavy rain or fog.
It can't read colour or text. A robot using only lidar can't tell the difference between a stop sign and a yield sign.
Tesla famously decided cameras + AI alone are enough for self-driving โ no lidar. Waymo, Cruise, and most Chinese self-driving companies bet the opposite way. The argument is still alive.
Lidar in everyday life
You've probably already used a lidar without knowing it. The iPhone Pro (since the 12 Pro) has a tiny lidar near the camera. It's why your portrait-mode photos have such accurate edge detection, and why AR apps can place virtual furniture exactly on your floor. Vacuum robots like the Roborock series use lidar to map your home. The iRobot Roomba j7+ does too.
Curious how multiple lidar readings come together into a usable map? Read SLAM.
Ask R2 Co-pilot anything you didn't understand about Lidar. It'll explain it plainly.
Learn this in the Academy
๐W-02: Sensor Integration
Hands-on lesson ยท Wire track
Keep going
Boston Dynamics
Boston Dynamics is the American robotics company famous for making the most agile and acrobatic robots on Eartโฆ
RobotOptimus (Tesla)
Optimus is the humanoid robot Tesla is building to do general-purpose work โ in their factories first, and eveโฆ
ConceptSLAM
SLAM is the technique a robot uses to build a map of an unfamiliar place โ while figuring out where it is on tโฆ
Last updated ยท 2026-05-19
Community discussion
0 questions & insightsLoading discussionโฆ
Spotted something off? Report an error โ