LiDAR

LiDAR = light detection and ranging

Lidar is a method for determining ranges by targeting an object or a surface with a laser and measuring the time for the reflected light to return to the receiver.

One of the really cool things with LiDAR is that you can actually still do 3D Object Detection with it!

LiDARs on the market

2D LiDAR

ROS has a specific message type for 2D laser scan data, calledĀ sensor_msgs/LaserScan.

3D LiDAR

ROS handles point clouds using theĀ sensor_msgs/PointCloud2Ā message type.