Chapter 7 Path Planning and Decision-Making

Autonomous driving requires robust planning and decision-making to navigate complex environments while ensuring safety, efficiency, and comfort. This section provides a comprehensive overview of planning methods, encompassing global path planning\index{planning}, local trajectory generation, behavioral decision-making frameworks, and associated strategic methodologies. These capabilities collectively allow autonomous vehicles to interpret their surroundings, evaluate potential maneuvers, and determine optimal driving actions in dynamic contexts.

Planning techniques for autonomous systems are typically categorized into three principal classes: search-based, sampling-based, and optimization-based methods. Each class is grounded in distinct algorithmic paradigms. Search-based methods rely on graph traversal techniques to explore feasible paths within discretized representations of the driving environment. Sampling-based approaches construct solutions by incrementally sampling the state space, favoring probabilistic completeness in high-dimensional domains. Optimization-based methods formulate planning as a constrained optimization problem, often leveraging numerical solvers to compute trajectories that balance multiple objectives such as safety margins, smoothness, and energy efficiency.

Additional Readings

  1. Vu, T. M., Moezzi, R., Cyrus, J., & Hlava, J. (2021). Model predictive control for autonomous driving vehicles. Electronics, 10(21), 2593.

  2. Huang, Y., Du, J., Yang, Z., Zhou, Z., Zhang, L., & Chen, H. (2022). A survey on trajectory-prediction methods for autonomous driving. IEEE Transactions on Intelligent Vehicles, 7(3), 652-674.

  3. Teng, S., Hu, X., Deng, P., Li, B., Li, Y., Ai, Y., ... & Chen, L. (2023). Motion planning for autonomous driving: The state of the art and future perspectives. IEEE Transactions on Intelligent Vehicles, 8(6), 3692-3711.

  4. Guo, Y., Guo, Z., Wang, Y., Yao, D., Li, B., & Li, L. (2023). A survey of trajectory planning methods for autonomous driving—Part I: Unstructured scenarios. IEEE Transactions on Intelligent Vehicles.

  5. Reda, M., Onsy, A., Haikal, A. Y., & Ghanbari, A. (2024). Path planning algorithms in the autonomous

  6. driving system: A comprehensive review. Robotics and Autonomous Systems, 174, 104630