GitHub Repository

LiDAR on-board UGV

LiDAR technologies are now the sensor of choice in robotics to provide range data. While most LiDARs only provide a mere point cloud by associating a single distance to each measure, some can provide further information, such as the multiple echoes generated by the environment enlightened by the LiDAR beam and the associated returned energy. The physics underlying LiDARs is indeed more complex than single time of flight distance measurements the beam is not infinitely narrow, and the reflected energy is a function of the impacted materials nature and orientation.

Mobile Robots need to understand the environment which its are moving, the multi-echo ability of some LiDAR instruments is an important element to improve the scene classification tasks given the extra information for each beam during all the flight, in addition to the received signal features as pulse-width and intensity. In this project, we developed a 3D scanning system for an UGV based on a LiDAR LD-MRS and equipped with a pan-tilt unit. For the first stage, we started with a characterization of both devices and and with the software acquisition programming based on GenoM3 and ROS. In the second stage, a kinematic model and a calibration system are proposed based on experimental parameter-estimation methods to improve the quality of the acquired point cloud. Finally, a simple scene classification is developed; for our purpose in UGV outdoor environment, we started from a labeled manual segmentation to use supervised classification techniques. Once the data set is defined the point clouds are sub-sampled in voxels by using octrees from the OctoMap library. Each sub-sampled voxel content a local point cloud about which features are calculated for training and prediction processes.

Future work involves the evaluation of descriptors based on pulse width information and the academic divulgation of the results.

GitHub Repository

Publications

. 3D Scene Reconstruction Based on a 2D Moving LiDAR. ICAI2018, 2018.

PDF Code Project Video