Pipeline of InfoFusionController: (a) Controller (Step k-1): The vehicle's position at the previous time step ( xk-1) is determined and passed to the environment. (b) Environment (Observation): The environment provides observation data ( Z k ) such as obstacles and road conditions. (c) Global Planning (Informed TRRT):* The Informed TRRT* algorithm generates a global reference path ( Tref) based on the observations and current state. (d) Local Planning (Pure Pursuit): The Pure Pursuit algorithm steers the vehicle toward a point on the reference path ( Tref). (e) Local Planning (MPC): The MPC algorithm predicts optimal control inputs to follow the reference path over a dynamic horizon. (g) Synchronization (Mutual Information): Mutual Information (MI) combines state predictions from Pure Pursuit ( SkP ) and MPC ( SkM ) to select the best path. (h) Controller (Step k+1): The system executes the selected path, moving the vehicle to the next position ( xk+1 ).