SPROMay 29, 2020

An FPGA Acceleration and Optimization Techniques for 2D LiDAR SLAM Algorithm

arXiv:2006.01050v216 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency for indoor mobile robots with limited resources, representing an incremental optimization of existing methods.

The paper tackled the computational bottleneck of scan matching in 2D LiDAR SLAM for mobile robots by proposing an FPGA implementation, achieving a 5.31-8.75x acceleration in scan matching and 3.72-5.10x overall throughput improvement with minimal quality degradation.

An efficient hardware implementation for Simultaneous Localization and Mapping (SLAM) methods is of necessity for mobile autonomous robots with limited computational resources. In this paper, we propose a resource-efficient FPGA implementation for accelerating scan matching computations, which typically cause a major bottleneck in 2D LiDAR SLAM methods. Scan matching is a process of correcting a robot pose by aligning the latest LiDAR measurements with an occupancy grid map, which encodes the information about the surrounding environment. We exploit an inherent parallelism in the Rao-Blackwellized Particle Filter (RBPF) based algorithms to perform scan matching computations for multiple particles in parallel. In the proposed design, several techniques are employed to reduce the resource utilization and to achieve the maximum throughput. Experimental results using the benchmark datasets show that the scan matching is accelerated by 5.31-8.75x and the overall throughput is improved by 3.72-5.10x without seriously degrading the quality of the final outputs. Furthermore, our proposed IP core requires only 44% of the total resources available in the TUL Pynq-Z2 FPGA board, thus facilitating the realization of SLAM applications on indoor mobile robots.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes