Enhanced Visual SLAM for Collision-free Driving with Lightweight Autonomous Cars
Zhihao Lin, Zhen Tian, Qi Zhang, Hanyang Zhuang, Jianglin Lan
TL;DR
This work tackles obstacle avoidance for lightweight autonomous cars using a CPU-only, vision-based pipeline. It integrates ORB-SLAM3 enhanced with optical flow for perception and a CLF-CBF-QP-SRP framework for globally safe and stably generated trajectories, supplemented by SRP-obstacle reconstruction and local TEB planning. In simulation, the proposed approach delivers collision-free, smooth, and efficient paths and outperforms benchmark methods in safety and trajectory quality, while maintaining low computational load. The camera-based strategy reduces reliance on heavier sensors, enabling cost-effective indoor autonomous driving with broad practical implications.
Abstract
The paper presents a vision-based obstacle avoidance strategy for lightweight self-driving cars that can be run on a CPU-only device using a single RGB-D camera. The method consists of two steps: visual perception and path planning. The visual perception part uses ORBSLAM3 enhanced with optical flow to estimate the car's poses and extract rich texture information from the scene. In the path planning phase, we employ a method combining a control Lyapunov function and control barrier function in the form of quadratic program (CLF-CBF-QP) together with an obstacle shape reconstruction process (SRP) to plan safe and stable trajectories. To validate the performance and robustness of the proposed method, simulation experiments were conducted with a car in various complex indoor environments using the Gazebo simulation environment. Our method can effectively avoid obstacles in the scenes. The proposed algorithm outperforms benchmark algorithms in achieving more stable and shorter trajectories across multiple simulated scenes.
