Overview: This project implements and evaluates Fuzzy Adaptive RRT*N (FA-RRT*N), an advanced path planning algorithm designed for autonomous vehicles in the CARLA simulator. FA-RRT*N extends RRT by incorporating fuzzy logic-based dynamic adjustments, optimizing path efficiency and computational performance in complex environments. The algorithm dynamically modifies sampling parameters based on obstacle density and goal proximity, leading to faster, collision-free, and optimized paths.
CARLA siumulation of vehicle using this algorithm
Key Features:
Results & Impact
FA-RRT*N reduced planning time by 84%, significantly improving computational efficiency. Generated paths were 74% shorter on average compared to RRT*, leading to smoother and more efficient navigation. CARLA simulations verified real-world feasibility, showing improved adaptability in complex road environments. Successfully addressed path planning challenges like dynamic obstacle avoidance, computational cost, and real-time feasibility.
Technologies Used:
This project demonstrates FA-RRT*N’s effectiveness in improving autonomous vehicle navigation and provides a foundation for advanced, real-time motion planning in self-driving systems.
Below is the full project report. You can view it directly here or download it.