Autonomous Navigation System for Indoor Mobile Robots Based on a Multi-sensor Fusion Technology
Hongcheng Wang,Niansheng Chen,Dingyu Yang,Guangyu Fan
DOI: https://doi.org/10.1007/978-981-19-4546-5_39
2022-01-01
Abstract:Map construction and path planning are two critical problems for an autonomous navigation system. One traditional map construction method is to construct a 2D grid map based on LiDAR, but this method has some limits. It easily ignores 3D information which affects the accuracy of navigation. Another one is visual SLAM techniques, such as ORB-SLAM2 and S-PTAM algorithms, which can recognize 3D objects. But the visual methods perform not well because of light changes. Some conventional path planning algorithms, such as TEB and DWA, are proposed for auto-navigation. However, those algorithms are likely to go to a stalemate due to local optimum, or have the problems of collision caused by sudden speed changes in constrained environments. In order to address these issues, this paper proposes a multi-sensor fusion method for map construction and autonomous navigation. Firstly, the fusion model combines RGB-D, lidar laser, and inertial measurement unit (IMU) to construct 2D grid maps and 3D color point cloud maps in real-time. Next, we present an improved local planning algorithm (Opt_TEB) to solve the velocity mutation problem, enabling the robot to get a collision-free path. We implemented the whole system based on the ROS framework, which is a wide used an open-source robot operating system. The map construction and path planning algorithms are running on the robot, while the visualization and control modules are deployed on a back-end server. The experimental results illustrate that the multi-sensor fusion algorithm is able to conform to the originalmapmore than the2Dgrid map. Furthermore, our improved algorithm Opt_TEB performs smoothly and has no collision with obstacles in 30 trials. The navigation speed is improved by 4.2% and 11.5% compared to TEB and DWA, respectively.