Search papers, labs, and topics across Lattice.
This paper introduces FLISP, a fast LiDAR-IMU synchronized path planner designed for cooperative inspections by uncrewed ground vehicles (UGVs) and uncrewed aerial vehicles (UAVs) in hydropower tunnels. By leveraging a unified architecture and employing an enhanced firefly algorithm for obstacle avoidance, FLISP achieves a remarkable 100% success rate with approximately 7 ms latency, significantly outperforming traditional map-based methods. The results demonstrate a sevenfold speedup over grid-based approaches and a three-order-of-magnitude improvement over sampling-based baselines, highlighting FLISP's potential for efficient and safe robotic inspections in challenging environments.
FLISP achieves a staggering sevenfold speedup in tunnel inspections, revolutionizing how UGVs and UAVs collaborate in hazardous environments.
Hydropower tunnel inspection is critical for infrastructure integrity yet remains inefficient and hazardous using manual methods. We propose a fast light detection and ranging-inertial measurement unit (LiDAR-IMU) synchronized path planner (FLISP), a mapless planning framework for cooperative uncrewed ground vehicle (UGV)-uncrewed aerial vehicle (UAV) inspection. Unlike traditional map-based paradigms, FLISP features three core contributions: a unified architecture where a single UGV-mounted LiDAR-IMU suite drives synchronized path generation for both platforms, platform-specific solvers utilizing an enhanced firefly algorithm (FA) for UGV obstacle avoidance and a dynamic iterative optimizer for UAV flight, and a hierarchical refinement strategy ensuring kinematic feasibility without state estimation drift. Benchmarks in a 1.2-km operational tunnel demonstrate that FLISP circumvents structural bottlenecks of map-based methods, eliminating map rasterization overhead (Fast-LIO2 + A*) and sampling instability (LIO-SAM + RRT*). FLISP achieves a 100% success rate with ~7-ms latency, representing a sevenfold speedup over grid-based and three-order-of-magnitude improvement over sampling-based baselines. Validated in operational hydropower tunnels, this approach offers a scalable solution for robotic inspection in feature-degraded linear infrastructure. A demonstration video is available at https://youtu.be/Y_ezs1PfLJ4, and the code is available at https://github.com/ArchibaldGuo/FLISP.git