InfoFusion Controller: Informed TRRT Star with Mutual Information based on Fusion of Pure Pursuit and MPC for Enhanced Path Planning
Seongjun Choi, Youngbum Kim, Nam Woo Kim, Mansun Shin, Byunggi Chae, Sungjin Lee
TL;DR
The paper addresses the challenge of achieving globally optimal routing while maintaining robust real-time obstacle avoidance in urban autonomous driving. It integrates a global Informed-TRRT* path planner with local MPC and Pure Pursuit controllers, using Mutual Information to adaptively fuse their predictions. Key contributions include an MI-based fusion framework, a concrete combination of MPC and Pure Pursuit for reactive control, and demonstrated improvements in safety, stability, and obstacle avoidance on complex SLAM-generated maps. The approach offers practical potential for real-world deployment, with open-source code provided for reproduction.
Abstract
In this paper, we propose the InfoFusion Controller, an advanced path planning algorithm that integrates both global and local planning strategies to enhance autonomous driving in complex urban environments. The global planner utilizes the informed Theta-Rapidly-exploring Random Tree Star (Informed-TRRT*) algorithm to generate an optimal reference path, while the local planner combines Model Predictive Control (MPC) and Pure Pursuit algorithms. Mutual Information (MI) is employed to fuse the outputs of the MPC and Pure Pursuit controllers, effectively balancing their strengths and compensating for their weaknesses. The proposed method addresses the challenges of navigating in dynamic environments with unpredictable obstacles by reducing uncertainty in local path planning and improving dynamic obstacle avoidance capabilities. Experimental results demonstrate that the InfoFusion Controller outperforms traditional methods in terms of safety, stability, and efficiency across various scenarios, including complex maps generated using SLAM techniques. The code for the InfoFusion Controller is available at https: //github.com/DrawingProcess/InfoFusionController.
