RELAX: Reinforcement Learning Enabled 2D-LiDAR Autonomous System for Parsimonious UAVs
Guanlin Wu, Zhuokai Zhao, Yutao He
TL;DR
The paper addresses the cost barrier in autonomous UAV navigation by proposing RELAX, a framework that uses only a single 2D-LiDAR for mapping, offline planning, and online re-planning. It couples Hector-SLAM–based occupancy mapping with an offline RRT planner and a learning-based online re-planner (D3QN) to handle dynamic obstacles. Key contributions include the first end-to-end UAV navigation pipeline built on 2D-LiDAR, a modular architecture enabling real-time training in Gazebo-ROS-PX4, and a competitive performance relative to higher-cost sensor setups. The work demonstrates that cost-effective sensors can still deliver robust autonomous navigation with practical applicability and a path toward broader adoption of parsimonious UAVs.
Abstract
Unmanned Aerial Vehicles (UAVs) have become increasingly prominence in recent years, finding applications in surveillance, package delivery, among many others. Despite considerable efforts in developing algorithms that enable UAVs to navigate through complex unknown environments autonomously, they often require expensive hardware and sensors, such as RGB-D cameras and 3D-LiDAR, leading to a persistent trade-off between performance and cost. To this end, we propose RELAX, a novel end-to-end autonomous framework that is exceptionally cost-efficient, requiring only a single 2D-LiDAR to enable UAVs operating in unknown environments. Specifically, RELAX comprises three components: a pre-processing map constructor; an offline mission planner; and a reinforcement learning (RL)-based online re-planner. Experiments demonstrate that RELAX offers more robust dynamic navigation compared to existing algorithms, while only costing a fraction of the others. The code will be made public upon acceptance.
