3D Sensor Data Fusion
Combining LiDAR and stereo camera pointclouds to build an occupancy grid for navigating an autonomous vehicle.
For this project the pointcloud data of a LiDAR was fused with the pointclouds obtained from a stereo camera. The data required a lot of preprocessing for it to be usable. First the egomotion of the moving vehicle had to be compensated. Some other challenges were the non-synchronous arrival of the different sensor modalities, or the removal of the ground plane for which the RANSAC algorithm was employed.