Autonomous Drifting like Professional Racing Drivers: A Survey
Abstract
:1. Introduction
1.1. Drift Process and Techniques
- (Step 1)
- Firstly, the lateral sideslip of the rear wheels must be induced, which is referred to as ‘start drifting’;
- (Step 2)
- Next, the vehicle’s motion must be controlled during the slip, including the ability to change the lateral slip direction if necessary;
- (Step 3)
- Finally, the drift must be terminated, and the vehicle must recover to normal driving mode.
1.2. Research Methodology and Scope
1.3. Survey Organization
2. Scenarios of Autonomous Drifting Research
2.1. Drift in Racing
2.2. Drift Show Scenarios
2.2.1. Circle Drift
2.2.2. Figure-8 Drift
2.2.3. Open-Loop Drifting
2.2.4. Drift Parking
2.3. Drift for Safety in Dangerous Situations
2.3.1. Emergency Collision Avoidance
2.3.2. Post-Collision Stabilization
2.3.3. Future Safety Applications
3. Methods in Autonomous Drifting Research
3.1. Dynamical Methods
3.1.1. Models in Dynamical Methods
- (a)
- Vehicle dynamics model: Commonly used vehicle dynamics models include the bicycle model and its variants [30,31,32], a 3-degree-of-freedom (DOF) vehicle model [34], and a 9-DOF double-track vehicle model [22]. Recent work by Goh et al. [35] has explored fusing kinematic and dynamic models to better handle highly transient drifting states.
- (b)
- Steering tire force model: Researchers typically rely on the Pacejka tire model [36] as the basis. Other models, such as the nonlinear Fiala tire model [31] and the UniTire model [37], have also been used. Djeumou et al. [38] recently introduced learned tire models that can be trained with minimal data for improved accuracy in extreme slip conditions.
- (c)
- Driving tire force model: Researchers usually choose the same type of tire model as the steering tire model as the foundation and formulate the driving tire force to analyze the vehicle dynamics.
- (a)
- Roll dynamics model: Considers rollover constraints and lateral load transfer during high-speed cornering [37]. This model captures weight shifts between inner and outer wheels during drift, affecting tire grip and enabling controllers to better predict stability limits during aggressive maneuvers.
- (b)
- Rear axle differential system model: Considers torque distribution between driving wheels through the vehicle differential system [9]. Stano et al. [26] expanded this to include direct yaw moment control, allowing for enhanced stability during drifting by dynamically adjusting torque between wheels.
- (c)
- Suspension dynamics model: Considers how the vehicle suspension system affects weight transfer and tire forces during aggressive maneuvers [30]. This model accounts for pitch and heave motions that impact tire-road contact during drift, leading to more realistic behavior prediction.
3.1.2. Controllers in Dynamical Methods
3.1.3. Summary and Limitations of Dynamical Methods
- (1)
- Model fidelity challenges: Developing sufficiently accurate vehicle and tire models, especially at the limits of handling, remains an ongoing challenge. The fidelity of the models used can significantly impact the controllers’ real-world capabilities. Overly simplistic models like the ubiquitous bicycle model may fail to capture important effects, while excessively complex high-order models can be computationally expensive and difficult to parameterize. Studies by Goh et al. [35] and Tavolo et al. [44] highlight how small inaccuracies in tire models can lead to significant performance degradation during extreme maneuvers.
- (2)
- Parameter identification complexity: Many dynamical approaches require precise identification of numerous vehicle and tire parameters. As demonstrated by Acosta et al. [15,56], these parameters can be difficult to identify accurately, especially for tire models under combined slip conditions. Moreover, parameters like road friction coefficients can vary dynamically during operation, further complicating model-based approaches.
- (3)
- Computational burden: Real-time implementation of optimization-based controllers like MPC presents significant computational challenges. Stano et al. [26] reported computational times ranging from 5–20 ms per iteration for their nonlinear MPC implementation, pushing the limits of current automotive-grade hardware. This burden increases with model complexity, creating a tension between model fidelity and computational feasibility.
- (4)
- Limited environmental adaptability: Dynamical methods may face challenges with generalization to previously unseen environments due to their dependence on specific vehicle models and parameter values. Factors like road material, temperature, and wetness can substantially impact friction characteristics, as noted by Bellegarda et al. [18]. Capturing all possible conditions and circumstances in simulations and models remains difficult.
- (5)
- Linearization approximations: Many controllers rely on linearization of nonlinear dynamics around operating points, as seen in studies by Zubov et al. [32] and Hou et al. [39]. While this simplifies controller design, it can lead to performance degradation when the system deviates significantly from the linearization points—a common occurrence during aggressive drifting maneuvers.
- (6)
- State estimation uncertainties: Effective implementation of model-based controllers requires accurate state estimation, including challenging measurements like lateral velocity and tire slip angles. Errors in state estimation can propagate through model-based controllers, potentially destabilizing the system. Hindiyeh and Gerdes [52] specifically addressed this challenge by developing robust estimators for sideslip angles during drift maneuvers.
3.2. Deep Learning Methods
3.2.1. Challenges in Training Data and Generalization
- (1)
- Sim-to-real transfer gap: Most deep learning approaches are initially trained in simulation environments [6,69,70,71] due to the safety risks and costs associated with collecting real-world drifting data. However, the fidelity gap between simulation and reality—particularly in modeling tire–road interactions during extreme maneuvers—can lead to policies that perform well in simulation but fail when deployed on physical vehicles. Djeumou et al. [72] addressed this challenge by using physics-informed diffusion models to better capture the underlying dynamics, demonstrating improved generalization to physical Toyota Supra and Lexus LC 500 vehicles.
- (2)
- Data distribution biases: Training data often reflect specific vehicle configurations, road surfaces, and environmental conditions, leading to potential biases. Controllers trained on dry asphalt may fail on wet or low-friction surfaces; similarly, policies optimized for specific vehicle weight distributions or drive configurations may not transfer to different vehicle types. Cai et al. [6,73] attempted to mitigate this through domain randomization techniques, varying vehicle parameters during training to improve robustness.
- (3)
- Catastrophic forgetting: Sequential learning of different drift maneuvers can lead to performance degradation on previously learned tasks, as observed by Toth et al. [74] when training agents across multiple drift scenarios. This suggests that comprehensive curriculum design is essential for developing versatile drift controllers.
- (4)
- State representation limitations: The choice of state representation significantly impacts generalization capability. Vision-based approaches [69,70] offer the potential for better environmental adaptation but suffer from sensitivity to lighting and weather conditions. In contrast, state-based methods [6,74,75] may generalize better across visual conditions but require accurate state estimation, which is challenging during high-slip maneuvers.
- (5)
- Safety verification challenges: A significant limitation of deep learning methods is the difficulty in providing formal safety guarantees. Arab et al. [76] partially addressed this by incorporating safety-guaranteed learning-predictive control for aggressive maneuvers, but comprehensive safety verification remains an open challenge in the field.
3.2.2. Summary of Deep Learning Methods
4. Experiment Platforms
4.1. Simulation Environments
- (1)
- CarSim [90]: Widely used in automotive research [6,10,47,89], CarSim offers high-fidelity vehicle dynamics models with customizable tire models, road surfaces, and environmental conditions. Its ability to simulate the nonlinear dynamics during drift maneuvers makes it particularly valuable for drifting research.
- (2)
- (3)
- (4)
- (5)
4.2. Scale Model Vehicles
- (1)
- 1:10 Scale RC cars: These commercially available platforms are frequently modified with additional sensors and computational capabilities [12,16,40,89]. A typical configuration includes the following:
- Onboard computing: Nvidia Jetson TX2 or similar embedded systems.
- Sensors: IMU (typically 9-DOF), wheel encoders, camera systems.
- Communication: Wi-Fi or dedicated radio links for telemetry.
- Modifications: Custom motor controllers, reinforced chassis components.
- (2)
- Custom research platforms: Several studies utilize purpose-built scale vehicles with enhanced sensing and actuation capabilities [65,76]. The Georgia Tech AutoRally platform [49,50] represents one of the most sophisticated systems, featuring the following:
- Full-state estimation through sensor fusion.
- High-torque electric motors with precise control.
- Multiple cameras for visual odometry.
- GPS and IMU integration for localization.
- Onboard computing for real-time control implementation.
4.3. Full-Scale Vehicle Platforms
- (1)
- Stanford’s MART: A modified DeLorean DMC-12 converted to electric drive with steer-by-wire capabilities [8,29,33,35,57]. Key specifications include:
- Dual independent rear electric motors (total 4500 Nm).
- Custom steer-by-wire system with haptic feedback.
- High-precision RTK GPS and IMU integration.
- Onboard computing system with real-time controller implementation.
- External motion capture system for ground truth validation.
- (2)
- P1 research platform: Used in several studies [31,51,52,53], this rear-wheel drive platform features comprehensive instrumentation:
- Wheel force transducers on all four wheels.
- High-precision IMU and GPS integration.
- CAN bus monitoring and intervention systems.
- Custom hydraulic handbrake system for drift initiation.
- (3)
- Production vehicle modifications: Several researchers have modified production vehicles like Audi TTS [10], Genesis [46], and Toyota Supra [72] with the following:
- Drive-by-wire throttle, brake, and steering interfaces.
- Real-time computing platforms.
- External state estimation systems.
- Safety override mechanisms.
4.4. Sensor Configurations and Data Processing
- (1)
- State estimation sensors:
- Inertial measurement units (IMUs): 6–9 DOF sensors providing acceleration and angular velocity measurements.
- GPS/GNSS systems: Often with RTK corrections for centimeter-level positioning.
- Wheel speed sensors: For slip estimation and longitudinal velocity measurements.
- Optical flow sensors or cameras: For lateral velocity estimation.
- (2)
- Vehicle dynamic state sensors:
- Steering angle sensors: Potentiometers or encoders measuring steering input.
- Suspension sensors: Linear potentiometers measuring suspension compression.
- Load cells: Measuring forces at tire contact patches (limited to research vehicles).
- (3)
- Environmental Perception:
- Cameras: For path detection and environmental awareness.
- LiDAR: For precise environmental mapping.
- Infrared sensors: Sometimes used for surface temperature and condition estimation.
4.5. Computational Requirements
- (1)
- Dynamical methods: typically require the following:
- Real-time operating systems with deterministic timing.
- Optimization solver implementations (especially for MPC approaches).
- Computation cycles of 10–100 Hz depending on model complexity.
- Hardware platforms ranging from automotive ECUs to dedicated computing systems.
- (2)
- Deep learning methods: generally demand the following:
- GPU acceleration for inference (especially for vision-based approaches).
- Higher memory requirements for network parameter storage.
- Potential for higher latency if complex network architectures are employed.
- Often implemented on systems like Nvidia Drive PX, Jetson AGX, or custom computing platforms.
5. Discussion
5.1. Real-Time Performance
- (1)
- Developing more efficient optimization solvers and dynamics models tailored for drifting scenarios.
- (2)
- Exploring anytime control approaches that can quickly provide suboptimal but safe control inputs under time constraints.
5.2. Generalization Across Environments
- (1)
- Accounting for variabilities in road surfaces (dry or wet), weather (rain, snow, etc.), vehicle loading, and other environmental factors.
- (2)
- Developing drift controllers robust to parametric uncertainties and unmodeled dynamics effects.
- (3)
- Exploring data-driven and transfer learning approaches to adapt drift policies to new environments from limited data.
5.3. Safety Considerations
- (1)
- Formal safety verification and validation of learned or optimized drift policies.
- (2)
- Ensuring smooth and stable transitions into and out of drifting states.
- (3)
- Fault-tolerance capabilities to handle actuator or sensor failures during drifts.
5.4. Integration with Autonomous Systems
- (1)
- Incorporating drifting into decision-making and motion-planning frameworks for self-driving vehicles in complex urban environments.
- (2)
- Combining with perception systems to identify scenarios where drifting may be advantageous for collision avoidance or improved maneuverability.
- (3)
- Specially designed drift controllers for providing more maneuverable motion in extreme situations could be a supplement to advanced driver assistance systems (ADASs). For example, in cases where a car slides laterally on an unexpectedly slippery road, a drift controller could maintain control of the drift and keep the car on a safe trajectory. Similarly, if an abrupt obstacle appears within the safe steering distance, as shown in Figure 11, drivers or current ADAS systems may not be able to avoid a collision due to their handling limitations. However, drift controllers may provide an opportunity to drift by the obstacle safely.
6. Conclusions
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
References
- Abdulrahim, M. On the dynamics of automobile drifting. SAE Tech. Pap. 2006, 1, 10–19. [Google Scholar]
- Miyerov, S.; WikiHow Contributors. How to Drift a Car. Last Updated: 19 April 2024. 2024. Available online: https://www.wikihow.com/Drift-a-Car (accessed on 10 May 2024).
- Lau, T.K. Learning autonomous drift parking from one demonstration. In Proceedings of the 2011 IEEE International Conference on Robotics and Biomimetics, Karon Beach, Thailand, 7–11 December 2011; pp. 1456–1461. [Google Scholar]
- Page, M.J.; McKenzie, J.E.; Bossuyt, P.M.; Boutron, I.; Hoffmann, T.C.; Mulrow, C.D.; Shamseer, L.; Tetzlaff, J.M.; Akl, E.A.; Brennan, S.E.; et al. The PRISMA 2020 statement: An updated guideline for reporting systematic reviews. BMJ 2021, 372, n71. [Google Scholar] [PubMed]
- World Rally Championship. FIA World Rally Championship. 2025. Available online: https://www.wrc.com/en (accessed on 10 May 2024).
- Cai, P.; Mei, X.; Tai, L.; Sun, Y.; Liu, M. High-speed autonomous drifting with deep reinforcement learning. IEEE Robot. Autom. Lett. 2020, 5, 1247–1254. [Google Scholar]
- Velenis, E.; Tsiotras, P.; Lu, J. Aggressive maneuvers on loose surfaces: Data analysis and input parametrization. In Proceedings of the 2007 Mediterranean Conference on Control & Automation, Athens, Greece, 27–29 June 2007; pp. 1–6. [Google Scholar]
- Goh, J.Y.; Gerdes, J.C. Simultaneous stabilization and tracking of basic automobile drifting trajectories. In Proceedings of the 2016 IEEE Intelligent Vehicles Symposium (IV), Gothenburg, Sweden, 19–22 June 2016; pp. 597–602. [Google Scholar]
- Velenis, E.; Katzourakis, D.; Frazzoli, E.; Tsiotras, P.; Happee, R. Steady-state drifting stabilization of RWD vehicles. Control Eng. Pract. 2011, 19, 1363–1376. [Google Scholar]
- Kritayakirana, K.; Gerdes, J.C. Autonomous vehicle control at the limits of handling. Int. J. Veh. Auton. Syst. 2012, 10, 271–296. [Google Scholar]
- Ding, N.; Thompson, M.; Dallas, J.; Goh, J.Y.; Subosits, J. Drifting with unknown tires: Learning vehicle models online with neural networks and model predictive control. In Proceedings of the 2024 IEEE Intelligent Vehicles Symposium (IV), Jeju Island, Republic of Korea, 2–5 June 2024; pp. 2545–2552. [Google Scholar]
- Lee, T.; Seo, D.; Lee, J.; Kang, Y. Real-Time Drift-Driving Control for an Autonomous Vehicle: Learning from Nonlinear Model Predictive Control via a Deep Neural Network. Electronics 2022, 11, 2651. [Google Scholar] [CrossRef]
- Jakobsen, J.L. Autonomous Drifting of a 1:5 Scale Model Car. Master’s Thesis, Norwegian University of Science and Technology, Trondheim, Norway, 2011. [Google Scholar]
- Zhou, B.; Hu, C.; Zeng, J.; Li, Z.; Betz, J.; Xie, L.; Su, H. Adaptive learning-based model predictive control strategy for drift vehicles. Robot. Auton. Syst. 2025, 188, 104941. [Google Scholar]
- Acosta, M.; Kanarachos, S. Teaching a vehicle to autonomously drift: A data-based approach using neural networks. Knowl.-Based Syst. 2018, 153, 12–28. [Google Scholar]
- Gonzales, J.; Zhang, F.; Li, K.; Borrelli, F. Autonomous drifting with onboard sensors. In Advanced Vehicle Control AVEC’16; CRC Press: Boca Raton, FL, USA, 2016; pp. 133–138. [Google Scholar]
- Kolter, J.Z.; Plagemann, C.; Jackson, D.T.; Ng, A.Y.; Thrun, S. A probabilistic approach to mixed open-loop and closed-loop control, with application to extreme autonomous driving. In Proceedings of the 2010 IEEE International Conference on Robotics and Automation, Anchorage, AK, USA, 3–7 May 2010; pp. 839–845. [Google Scholar]
- Bellegarda, G.; Nguyen, Q. Dynamic Vehicle Drifting with Nonlinear MPC and a Fused Kinematic-Dynamic Bicycle Model. IEEE Control Syst. Lett. 2021, 6, 1958–1963. [Google Scholar]
- Arikere, A.; Yang, D.; Klomp, M.; Lidberg, M. Integrated evasive manoeuvre assist for collision mitigation with oncoming vehicles. Veh. Syst. Dyn. 2018, 56, 1577–1603. [Google Scholar]
- Zhao, T.; Yurtsever, E.; Chladny, R.; Rizzoni, G. Collision Avoidance with Transitional Drift Control. In Proceedings of the 2021 IEEE International Intelligent Transportation Systems Conference (ITSC), Indianapolis, IN, USA, 19–22 September 2021; pp. 907–914. [Google Scholar]
- Wurts, J.; Stein, J.L.; Ersal, T. Collision imminent steering at high speed using nonlinear model predictive control. IEEE Trans. Veh. Technol. 2020, 69, 8278–8289. [Google Scholar] [CrossRef]
- Fors, V.; Olofsson, B.; Nielsen, L. Autonomous wary collision avoidance. IEEE Trans. Intell. Veh. 2020, 6, 353–365. [Google Scholar] [CrossRef]
- Zhao, S.; Zhang, J.; He, C.; Ji, Y.; Huang, H.; Hou, X. Autonomous vehicle extreme control for emergency collision avoidance via Reachability-Guided reinforcement learning. Adv. Eng. Inform. 2024, 62, 102801. [Google Scholar] [CrossRef]
- Zhao, T.; Yurtsever, E.; Rizzoni, G. Justifying emergency drift control for automated vehicles. IFAC-PapersOnLine 2022, 55, 141–148. [Google Scholar] [CrossRef]
- Yin, Y.; Li, S.E.; Li, K.; Yang, J.; Ma, F. Self-learning drift control of automated vehicles beyond handling limit after rear-end collision. Transp. Saf. Environ. 2020, 2, 97–105. [Google Scholar] [CrossRef]
- Stano, P.; Tavernini, D.; Montanaro, U.; Tufo, M.; Fiengo, G.; Novella, L.; Sorniotti, A. Enhanced active safety through integrated autonomous drifting and direct yaw moment control via nonlinear model predictive control. IEEE Trans. Intell. Veh. 2023, 9, 4172–4190. [Google Scholar] [CrossRef]
- Weng, W.; Hu, C.; Li, Z.; Su, H.; Xie, L. An aggressive cornering framework for autonomous vehicles combining trajectory planning and drift control. In Proceedings of the 2024 IEEE Intelligent Vehicles Symposium (IV), Jeju Island, Republic of Korea, 2–5 June 2024; pp. 2749–2755. [Google Scholar]
- Jia, F.; Jing, H.; Liu, Z. A novel nonlinear drift control for sharp turn of autonomous vehicles. Veh. Syst. Dyn. 2024, 62, 490–510. [Google Scholar] [CrossRef]
- Goh, J.Y.; Goel, T.; Gerdes, J.C. A controller for automated drifting along complex trajectories. In Proceedings of the 14th International Symposium on Advanced Vehicle Control (AVEC 2018), Beijing, China, 16–20 July 2018; pp. 16–20. [Google Scholar]
- Velenis, E.; Tsiotras, P. Minimum time vs maximum exit velocity path optimization during cornering. In Proceedings of the 2005 IEEE International Symposium on Industrial Electronics, Dubrovnik, Croatia, 20–23 June 2005; pp. 355–360. [Google Scholar]
- Voser, C.; Hindiyeh, R.Y.; Gerdes, J.C. Analysis and control of high sideslip manoeuvres. Veh. Syst. Dyn. 2010, 48, 317–336. [Google Scholar] [CrossRef]
- Zubov, I.; Afanasyev, I.; Gabdullin, A.; Mustafin, R.; Shimchik, I. Autonomous drifting control in 3D car racing simulator. In Proceedings of the 2018 International Conference on Intelligent Systems (IS), Funchal, Portugal, 25–27 September 2018; pp. 235–241. [Google Scholar]
- Goh, J.Y.; Goel, T.; Christian Gerdes, J. Toward automated vehicle control beyond the stability limits: Drifting along a general path. J. Dyn. Syst. Meas. Control 2020, 142, 021004. [Google Scholar] [CrossRef]
- Chen, X.; Zhou, B.; Wu, X. Autonomous vehicle path tracking control considering the stability under lane change. Proc. Inst. Mech. Eng. Part I J. Syst. Control Eng. 2021, 235, 1388–1402. [Google Scholar] [CrossRef]
- Goh, J.Y.; Thompson, M.; Dallas, J.; Balachandran, A. Beyond the stable handling limits: Nonlinear model predictive control for highly transient autonomous drifting. Veh. Syst. Dyn. 2024, 62, 2590–2613. [Google Scholar]
- Bakker, E.; Nyborg, L.; Pacejka, H.B. Tyre modelling for use in vehicle dynamics studies. SAE Trans. 1987, 96, 190–204. [Google Scholar]
- Xu, D.; Han, Y.; Ge, C.; Qu, L.; Zhang, R.; Wang, G. A Model Predictive Control Method for Vehicle Drifting Motions with Measurable Errors. World Electr. Veh. J. 2022, 13, 54. [Google Scholar] [CrossRef]
- Djeumou, F.; Goh, J.Y.; Topcu, U.; Balachandran, A. Autonomous drifting with 3 minutes of data via learned tire models. In Proceedings of the 2023 IEEE International Conference on Robotics and Automation (ICRA), London, UK, 29 May–2 June 2023; pp. 968–974. [Google Scholar]
- Hou, X.; Zhang, J.; Ji, Y.; Liu, W.; He, C. Autonomous drift controller for distributed drive electric vehicle with input coupling and uncertain disturbance. ISA Trans. 2022, 120, 1–17. [Google Scholar] [PubMed]
- Park, M.; Kang, Y. Experimental verification of a drift controller for autonomous vehicle tracking: A circular trajectory using LQR method. Int. J. Control Autom. Syst. 2021, 19, 404–416. [Google Scholar]
- Xu, D.; Wang, G.; Qu, L.; Ge, C. Robust control with uncertain disturbances for vehicle drift motions. Appl. Sci. 2021, 11, 4917. [Google Scholar] [CrossRef]
- Acosta, M.; Kanarachos, S.; Blundell, M. Vehicle agile maneuvering: From rally drivers to a finite state machine approach. In Proceedings of the 2016 IEEE Symposium Series on Computational Intelligence (SSCI), Athens, Greece, 6–9 December 2016; pp. 1–8. [Google Scholar]
- Chen, G.; Zhao, X.; Gao, Z.; Hua, M. Dynamic Drifting Control for General Path Tracking of Autonomous Vehicles. IEEE Trans. Intell. Veh. 2023, 8, 2527–2537. [Google Scholar]
- Tavolo, G.; Stano, P.; Tavernini, D.; Montanaro, U.; Tufo, M.; Fiengo, G.; Perlo, P.; Sorniotti, A. Nonlinear Model Predictive Control for Enhanced Path Tracking and Autonomous Drifting through Direct Yaw Moment Control and Rear-Wheel-Steering. In 16th International Symposium on Advanced Vehicle Control; Springer: Cham, Switzerland, 2024; pp. 854–861. [Google Scholar]
- Shi, Z.; Chen, H.; Yu, S.; Findeisen, R.; Guo, H. Nonlinear model predictive control for autonomous vehicle drifting. Int. J. Robust Nonlinear Control 2023. [Google Scholar] [CrossRef]
- Joa, E.; Cha, H.; Hyun, Y.; Koh, Y.; Yi, K.; Park, J. A new control approach for automated drifting in consideration of the driving characteristics of an expert human driver. Control Eng. Pract. 2020, 96, 104293. [Google Scholar]
- Dong, H.; Yu, H.; Xi, J. Real-Time Model Predictive Control for Simultaneous Drift and Trajectory Tracking of Autonomous Vehicles. In Proceedings of the 2022 6th CAA International Conference on Vehicular Control and Intelligence (CVCI), Nanjing, China, 28–30 October 2022; pp. 1–6. [Google Scholar]
- Kritayakirana, K.; Gerdes, J.C. Autonomous cornering at the limits: Maximizing a “gg” diagram by using feedforward trailbraking and throttle-on-exit. IFAC Proc. Vol. 2010, 43, 548–553. [Google Scholar]
- You, C.; Tsiotras, P. Real-time trail-braking maneuver generation for off-road vehicle racing. In Proceedings of the 2018 Annual American Control Conference (ACC), Milwaukee, WI, USA, 27–29 June 2018; pp. 4751–4756. [Google Scholar]
- You, C.; Tsiotras, P. High-speed cornering for autonomous off-road rally racing. IEEE Trans. Control Syst. Technol. 2019, 29, 485–501. [Google Scholar]
- Hindiyeh, R.Y.; Gerdes, J.C. Design of a dynamic surface controller for vehicle sideslip angle during autonomous drifting. IFAC Proc. Vol. 2010, 43, 560–565. [Google Scholar]
- Hindiyeh, R.Y.; Christian Gerdes, J. A controller framework for autonomous drifting: Design, stability, and experimental validation. J. Dyn. Syst. Meas. Control 2014, 136, 051015. [Google Scholar]
- Beal, C.E.; Gerdes, J.C. Model predictive control for vehicle stabilization at the limits of handling. IEEE Trans. Control Syst. Technol. 2012, 21, 1258–1269. [Google Scholar]
- Laurense, V.A.; Goh, J.Y.; Gerdes, J.C. Path-tracking for autonomous vehicles at the limit of friction. In Proceedings of the 2017 American Control Conference (ACC), Seattle, WA, USA, 24–26 May 2017; pp. 5586–5591. [Google Scholar]
- Laurense, V.A.; Gerdes, J.C. Speed control for robust path-tracking for automated vehicles at the tire-road friction limit. In Proceedings of the AVEC 14th International Symposium on Advanced Vehicle Control, Beijing, China, 16–20 July 2018; pp. 1–8. [Google Scholar]
- Acosta, M.; Kanarachos, S.; Fitzpatrick, M.E. On full magv lateral dynamics exploitation: Autonomous drift control. In Proceedings of the 2018 IEEE 15th International Workshop on Advanced Motion Control (AMC), Tokyo, Japan, 9–11 March 2018; pp. 529–534. [Google Scholar]
- Goel, T.; Goh, J.Y.; Gerdes, J.C. Opening new dimensions: Vehicle motion planning and control using brakes while drifting. In Proceedings of the 2020 IEEE Intelligent Vehicles Symposium (IV), Las Vegas, NV, USA, 19 October–13 November 2020; pp. 560–565. [Google Scholar]
- Zhang, F.; Gonzales, J.; Li, K.; Borrelli, F. Autonomous drift cornering with mixed open-loop and closed-loop control. IFAC-PapersOnLine 2017, 50, 1916–1922. [Google Scholar]
- Zhang, F.; Gonzales, J.; Li, S.E.; Borrelli, F.; Li, K. Drift control for cornering maneuver of autonomous vehicles. Mechatronics 2018, 54, 167–174. [Google Scholar]
- Funke, J. Collision Avoidance up to the Handling Limits for Autonomous Vehicles; Stanford University: Stanford, CA, USA, 2015. [Google Scholar]
- Kai, C. Drifting Planning and Collision Avoidance under Emergency Circumstances. In Proceedings of the 2022 6th CAA International Conference on Vehicular Control and Intelligence (CVCI), Nanjing, China, 28–30 October 2022; pp. 1–6. [Google Scholar]
- Zhao, T. Limit Handling Vehicle Control for Improving Automated Vehicle Safety. Ph.D. Thesis, The Ohio State University, Columbus, OH, USA, 2022. [Google Scholar]
- Kehrle, F.; Frasch, J.V.; Kirches, C.; Sager, S. Optimal control of formula 1 race cars in a VDrift based virtual environment. IFAC Proc. Vol. 2011, 44, 11907–11912. [Google Scholar]
- Kapania, N.R.; Gerdes, J.C. Design of a feedback-feedforward steering controller for accurate path tracking and stability at the limits of handling. Veh. Syst. Dyn. 2015, 53, 1687–1704. [Google Scholar]
- Liniger, A.; Domahidi, A.; Morari, M. Optimization-based autonomous racing of 1:43 scale RC cars. Optim. Control Appl. Methods 2015, 36, 628–647. [Google Scholar]
- Liniger, A.; Lygeros, J. A viability approach for fast recursive feasible finite horizon path planning of autonomous RC cars. In Proceedings of the 18th International Conference on Hybrid Systems: Computation and Control, Seattle, WA, USA, 14–16 April 2015; pp. 1–10. [Google Scholar]
- Liniger, A. Path Planning and Control for Autonomous Racing; ETH Zurich: Zurich, Switzerland, 2018. [Google Scholar]
- Reiter, R.; Kirchengast, M.; Watzenig, D.; Diehl, M. Mixed-integer optimization-based planning for autonomous racing with obstacles and rewards. IFAC-PapersOnLine 2021, 54, 99–106. [Google Scholar]
- Perot, E.; Jaritz, M.; Toromanoff, M.; De Charette, R. End-to-end driving in a realistic racing game with deep reinforcement learning. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops, Honolulu, HI, USA, 21–26 July 2017; pp. 3–4. [Google Scholar]
- Jaritz, M.; De Charette, R.; Toromanoff, M.; Perot, E.; Nashashibi, F. End-to-end race driving with deep reinforcement learning. In Proceedings of the 2018 IEEE International Conference on Robotics and Automation (ICRA), Brisbane, Australia, 21–25 May 2018; pp. 2070–2075. [Google Scholar]
- Orgován, L.; Bécsi, T.; Aradi, S. Autonomous drifting using reinforcement learning. Period. Polytech. Transp. Eng. 2021, 49, 292–300. [Google Scholar]
- Djeumou, F.; Lew, T.J.; Ding, N.; Thompson, M.; Suminaka, M.; Greiff, M.; Subosits, J. One model to drift them all: Physicsinformed conditional diffusion model for driving at the limits. In Proceedings of the 8th Annual Conference on Robot Learning, Munich, Germany, 6–9 November 2024. [Google Scholar]
- Cai, P.; Wang, H.; Huang, H.; Liu, Y.; Liu, M. Vision-based autonomous car racing using deep imitative reinforcement learning. IEEE Robot. Autom. Lett. 2021, 6, 7262–7269. [Google Scholar]
- Tóth, S.H.; Viharos, Z.J.; Bárdos, Á. Autonomous Vehicle Drift with a Soft Actor-critic Reinforcement Learning Agent. In Proceedings of the 2022 IEEE 20th Jubilee World Symposium on Applied Machine Intelligence and Informatics (SAMI), Poprad, Slovakia, 2–5 March 2022; pp. 000015–000020. [Google Scholar]
- Tóth, S.H.; Bárdos, Á.; Viharos, Z.J. Initiation and Stabilization of Drifting Motion of a Self-Driving Vehicle with a Reinforcement Learning Agent. In Proceedings of the First Conference on ZalaZONE Related R&I Activities of Budapest University of Technology and Economics 2022, Budapest, Hungary, 31 March 2022. [Google Scholar]
- Arab, A.; Yi, J. Safety-guaranteed learning-predictive control for aggressive autonomous vehicle maneuvers. In Proceedings of the 2020 IEEE/ASME International Conference on Advanced Intelligent Mechatronics (AIM), Boston, MA, USA, 6–9 July 2020; pp. 1036–1041. [Google Scholar]
- Spielberg, N.A.; Brown, M.; Kapania, N.R.; Kegelman, J.C.; Gerdes, J.C. Neural network vehicle models for high-performance automated driving. Sci. Robot. 2019, 4, eaaw1975. [Google Scholar] [PubMed]
- Güçkıran, K.; Bolat, B. Autonomous car racing in simulation environment using deep reinforcement learning. In Proceedings of the 2019 Innovations in Intelligent Systems and Applications Conference (ASYU), Izmir, Turkey, 31 October–2 November 2019; pp. 1–6. [Google Scholar]
- Kabzan, J.; Hewing, L.; Liniger, A.; Zeilinger, M.N. Learning-based model predictive control for autonomous racing. IEEE Robot. Autom. Lett. 2019, 4, 3363–3370. [Google Scholar]
- Zhao, S.; Zhang, J.; He, X.; He, C.; Hou, X.; Huang, H.; Han, J. A Harmonized approach: Beyond-the-limit control for autonomous vehicles balancing performance and safety in unpredictable environments. IEEE Trans. Intell. Transp. Syst. 2024, 25, 15827–15840. [Google Scholar]
- Remonda, A.; Krebs, S.; Veas, E.; Luzhnica, G.; Kern, R. Formula rl: Deep reinforcement learning for autonomous racing using telemetry data. arXiv 2021, arXiv:2104.11106. [Google Scholar]
- Cutler, M.J. Reinforcement Learning for Robots Through Efficient Simulator Sampling. Ph.D. Thesis, Massachusetts Institute of Technology, Cambridge, MA, USA, 2015. [Google Scholar]
- Cutler, M.; How, J.P. Autonomous drifting using simulation-aided reinforcement learning. In Proceedings of the 2016 IEEE International Conference on Robotics and Automation (ICRA), Stockholm, Sweden, 16–21 May 2016; pp. 5442–5448. [Google Scholar]
- Bhattacharjee, S.; Kabara, K.D.; Jain, R.; Kabara, K. Autonomous Drifting RC Car with Reinforcement Learning; Technical Report; Department of Computer Science, University of Hong Kong: Hong Kong, China, 2018. [Google Scholar]
- Jiang, Y.; Xu, X.; Zhang, X.; Huang, J.; Gao, S. Reinforcement Learning-based Drift Control for Autonomous Vehicles. In Proceedings of the 2021 China Automation Congress (CAC), Beijing, China, 22–24 October 2021; pp. 4508–4513. [Google Scholar]
- Ji, X.; He, X.; Lv, C.; Liu, Y.; Wu, J. Adaptive-neural-network-based robust lateral motion control for autonomous vehicle at driving limits. Control Eng. Pract. 2018, 76, 41–53. [Google Scholar]
- Tóth, S.H.; Viharos, Z.J.; Bárdos, Á.; Szalay, Z. Sim-to-real application of reinforcement learning agents for autonomous, real vehicle drifting. Vehicles 2024, 6, 781–798. [Google Scholar] [CrossRef]
- Domberg, F.; Wembers, C.C.; Patel, H.; Schildbach, G. Deep Drifting: Autonomous Drifting of Arbitrary Trajectories using Deep Reinforcement Learning. In Proceedings of the 2022 International Conference on Robotics and Automation (ICRA), Philadelphia, PA, USA, 23–27 May 2022; pp. 7753–7759. [Google Scholar]
- Zhou, X.; Hu, C.; Duo, R.; Xiong, H.; Qi, Y.; Zhang, Z.; Su, H.; Xie, L. Learning-Based MPC Controller for Drift Control of Autonomous Vehicles. In Proceedings of the 2022 IEEE 25th International Conference on Intelligent Transportation Systems (ITSC), Macau, China, 8–12 October 2022; pp. 322–328. [Google Scholar]
- Mechanical Simulation. CarSim. 2025. Available online: https://www.carsim.com/ (accessed on 28 February 2025).
- CARLA Team. CARLA: An Open Urban Driving Simulator. 2025. Available online: https://carla.org/ (accessed on 28 February 2025).
- ROS Wiki Contributors. gazebo—ROS Wiki. Last Edited on 29 October 2014. 2014. Available online: http://wiki.ros.org/gazebo (accessed on 28 February 2025).
- TORCS Team. TORCS—The Open Racing Car Simulator. Maintained by Berniw and Torcs. Last Updated: 10 November 2024. 2024. Available online: https://sourceforge.net/projects/torcs/ (accessed on 28 February 2025).
Research | Models and Methods | Experiments Platform | Experiments | Speed (m/s) | Drifting Yaw Rate (Rad/s) |
---|---|---|---|---|---|
Velenis et al. (2011) [9] | Rear axle differential system model. drive torque control | Simulator: CarSim | Circle drift | up to 8 | up to 1.4 |
Kritayakirana et al. (2012) [10] | LQR | Real car: Shelley, Stanford’s autonomous Audi TTS, an all-wheel drive car | Circle drift | 45 | 0.5 |
Goh et al. (2020) [33] | Nonlinear model inversion, LQR | Real car: MARTY, a rear-wheel car | Circle drift | up to 12 | up to 1.25 |
Joa et al. (2020) [46] | Vehicle dynamic model, No tire model or road friction coefficient | Real car: an RWD GENESIS car | Circle drift | 15.27 | 0.52 |
Park et al. (2021) [40] | 3-DOF vehicle model. LQR | Model car: A 1:10 scale car | Circle drift | 1.1 | 2.7 |
Xu et al. (2021) [41] | Nonlinear tire model, UniTire. Robust Control, LMI | Simulator: SimulinkTM | Circle drift | 9.5 | 0.7 |
Hou et al. (2022) [39] | 3-DOF double-track model, Pacejka coupled-slip model. FISMC | Simulator: CarMaker | Circle drift | 8.5 | 0.65 |
Shi et al. (2023) [45] | 3-DOF model. Nonlinear MPC | Simulator: MatlabTM R2015b | Circle drift | 20 | 0.3 |
Gonzales et al. (2016) [16] | LQR | Simulator: CarSim and model car: 1/10 scale RC vehicle | Open-loop drifting | 1.5 | 1.8 |
Bellegarda et al. (2021) [18] | Fused kinematic–dynamic bicycle model. MPC | Simulator: Gazebo | Circle drift, drift parking | Up to 4 during drift parking | Up to 3 during drift parking |
Kolter et al. (2010) [17] | Closed-loop control in the well-modeled regions, open-loop control in the difficult-to-model regions | Real car | Drift parking | 31.29 (70 mph) | N/A |
Jakobsen (2011) [13] | Nonlinear two-track vehicle model, linearized vehicle model. Feedback linearizing controller | Simulator: SimulinkTM | “Figure 8” Drifting | 3.5 | 1 |
Dong et al. (2022) [47] | Real-time drift trajectory tracking controller (DTTC), MPC | Simulator: CarSim | “Figure 8” Drifting | 7.5 | 33 |
Velenis et al. (2005) [30] (2007) [7] | A bicycle model with suspension dynamics. Numerical optimization | Simulator: CarSim | Drift cornering | 13 | 0.89 |
Voser et al. (2010) [31] | Two-state bicycle model, nonlinear Fiala tire model | Real car: P1, a rear-wheel drive research platform | Drift cornering | 8 | 0.6 |
Kritayakirana et al. (2010) [48] | Longitudinal feedforward and feedback control | Real car: P1 | Drift cornering | 7.3 | 0.6 |
Acosta et al. (2016) [42] | Two-track vehicle model, Pacejka tire model. FSM | Simulator: SimulinkTM | Drift cornering | N/A | up to 2.01 |
Zubov et al. (2018) [32] | Mechanical bicycle model, nonlinear tire model, two-state equilibrium model | Simulator: an all-wheel drive car in Speed Dreams | Drift cornering | 14 | 0.9 |
You et al. (2018) [49] (2019) [50] | LQR | Simulator: CarSim and model car: 1:15 scale AutoRally platform developed at Georgia Tech | Drift cornering | 8.18 | 0.68 |
Stano et al. (2023) [26] | Nonlinear MPC | Simulator: CarMaker | Drift cornering | 8.9 | 0.70 |
Tavolo et al. (2024) [44] | Nonlinear MPC | Real car: A four-wheel-drive electric vehicle | Drift cornering | 12.5 | 2.62 |
Hindiyeh et al. (2010) [51] (2014) [52] | Three-state bicycle model | Real car: P1 | Drifting along given trajectories | 6 | about 0.6 |
Beal et al. (2012) [53] | Linear bicycle model, lateral Fiala tire model, affine force input (AFI) model. MPC | Real car: P1 | Drifting along given trajectories | 10 | 0.5 |
Goh et al. (2016) [8] (2018) [29] (2024) [35] | Force-based single-track model | Real car: MARTY | Drifting along given trajectories | 6.9 to 12.5 | up to 1.2 |
Laurense et al. (2017) [54] (2018) [55] | Single-track vehicle model. Feedback–feedforward steering control | Real car: Shelley | Drifting along given trajectories | 30 | N/A |
Acosta et al. (2018) [56] | Hierarchical control architecture, MPC | Simulator: CarMaker | Drifting along given trajectories | 14 | 0.35 |
Goel et al. (2020) [57] | Transform from an underactuated to a fully-actuated system with the use of front-wheel braking | Real car: MARTY | Drifting along given trajectories | about 8.7 | up to 11.25 |
Chen et al. (2023) [43] | Hierarchical dynamic drifting controller (HDDC), MPC, LQR, Equilibrium analysis | ECU hardware-in-the-loop platform | Drifting along given trajectories | 8 | 0.8 |
Zhang et al. (2017) [58] (2018) [59] | Hybrid rapidly-exploring random trees, rule-based path planning, mixed open-loop and closed-loop control strategy, LQR | Simulator: CarSim and model car: 1/10 scale car | Oval loop race | N/A | N/A |
Xu et al. (2022) [37] | Roll dynamics model, UniTire model. MPC | Simulator: SimulinkTM | Oval loop race | 15 | 0.41 |
Funke et al. (2015) [60] | Four-wheel steering controller and two-wheel steering predictive controller | Real car: Shelley | Lane change obstacle avoidance | 20 to 30 | up to 0.78 |
Fors et al. (2020) [22] | Friction-limited particle model, 9DoF double-track vehicle model | Simulator: a Ford Focus in CarMaker | Collision avoidance within safe braking distance on a highway | 19.4 | up to 0.65 |
Wurts et al. (2020) [21] | Pacejka tire model, Kreisselmeier–Steinhauser (KS) Aggregation. MPC, IPOPT solver | Simulator | Collision avoidance within safe braking distance on a highway | 30 | N/A |
Chen et al. (2021) [34] | 3-DOF vehicle model and tire model. Linear time-varying MPC, nonlinear MPC, receding horizon control (RHC), unscented Kalman filter (UKF) estimator | Simulator: CarSim | Lane change | 25 | up to 0.8 |
Zhao et al. (2021) [20] | Tailored optimal control, handling of transition with the docking optimized geometry (HOTDOG) method | Simulator: SimulinkTM | Collision avoidance within safe braking distance on a highway | 1 | up to 2 |
Kai et al. (2022) [61] | LQR controller, IPOPT solver | Simulator: an A0 level RWD car | Lane change obstacle avoidance | 5.7 | up to 1 |
Zhao et al. (2022) [24,62] | Optimal preview longitudinal control, Stanley lateral control, HOTDOG controller | Simulator: SimulinkTM | Lane change obstacle avoidance | 15 | 0.26 |
Kehrle et al. (2011) [63] | Pacejka’s Magic Formula tire model. Linear time-varying MPC, nonlinear MPC, receding horizon control (RHC), unscented Kalman filter (UKF) estimator | Simulator: a Porsche 911 club sports car in VDrift | Racing | up to 60 | N/A |
Kapania et al. (2015) [64] | Feedback–feedforward steering control | Real car: Shelley | Racing | 13 | 1 |
Liniger et al. (2015) [65,66] (2018) [67] | Nonlinear MPC, hierarchical receding horizon controller (HRHC) | Model car: a 1:43 scale RC cars | Racing with multiple cars | 3 | N/A |
Reiter et al. (2021) [68] | Single-track vehicle model. Multiple-shooting nonlinear program, combinatorial optimization by mixed-integer programming (COMIP) | Simulator: ROS | Racing with obstacles | 5 | N/A |
Methods | Full Name | Category |
---|---|---|
PILCO | Probabilistic inference for learning control | Model-based RL method |
DHP | Dual heuristic programming | Model-based RL method |
DQN | Deep Q network | Model-free off-policy RL |
DDPG | Deep deterministic policy gradients | Model-free on-policy RL |
SAC | Soft actor–critic | Model-free on-policy RL |
A3C | Asynchronous advantage actor–critic | Model-free on-policy RL |
TD3 | Twin delayed DDPG | Model-free on-policy RL |
LSTM | Long short-term memory | Deep learning method |
DNN | Deep neural network | Deep learning method |
GPR | Gaussian process regression | Machine learning method |
Research | Input | Methods or Models | Experiments Platform | Experiments | Speed (m/s) |
---|---|---|---|---|---|
Perot et al. (2017) [69] | RGB image | A3C, End-to-end learning | Simulator: WRC 6 | Racing | 25.4 |
Jaritz et al. (2018) [70] | RGB front view image | A3C, End-to-end learning | Simulator: World Rally Championship 6 (WRC 6) racing game | Racing | 22.2 in average |
Spielberg et al. (2019) [77] | Environment and car state | Two-layer feedforward neural network dynamics model | Real car: Shelley | Racing | 42.46 |
Gucckiran et al. (2019) [78] | Environment and car state | SAC, Rainbow DQN | Simulator: The Open Racing Car Simulation (TORCS) | Racing | 52.7 |
Kabzan et al. (2019) [79] | Car state | Dynamic bicycle model, Pacejka tire model, GPR, MPC | Real car: AMZ driverless vehicle, Gotthard | Racing | 15 |
Cai et al. (2020) [6] (2021) [73] | Environment, car state, and reference trajectory | SAC, DQN, DDPG | Simulator: FWD and AWD vehicles in CARLA and model car: a 1:20 car | Racing | up to 22.0 in corners |
Zhao et al. (2024) [80] | Environment and car state | SAC | Simulator: MATLAB and CarSim | Racing | 16.67 |
Arab et al. (2020) [76] | Environment and car state | Nonlinear MPC, polynomial basis (GPPB) method, sum-of-square (SOS)-enhanced safety region estimation | Simulator and model car: a scaled vehicle platform | Racing: oval loop race | N/A |
Orgovan et al. (2021) [71] | Environment, car state, and reference trajectory | TD3 | Simulator: CARLA | Racing | 17.15 |
Remonda et al. (2021) [81] | Environment and car state | DDPG, LSTM, multi-step targets, prioritized experience replay | Simulator: TORCS | Racing | 69 |
Cutler (2015) [82] (2016) [83] | Simulators | Multi-fidelity RL (MFRL) for learning with multiple simulators, PILCO | Model car: a small robotic car | Circle drift | 1.5 |
Bhattachar et al. (2018) [84] | Environment and car state | double dueling DQN, PILCO | Model car: an RWD radio-controlled car | Circle drift | N/A |
Ding et al. (2024) [11] | Car state | Neural Networks MPC | Real car: Lexus LC 500 | Circle drift | 8 |
Jiang et al. (2021) [85] | Vehicle dynamics model as prior knowledge | RL, Pacejka tire model, Markov decision process (MDP) model, DHP | Simulator | Circle drift and Drift cornering | 10.7 |
Zhou et al. (2025) [14] | Car state | adaptive learning-based MPC | Simulator: CarSim | “Figure 8” drifting and open-loop drifting | 17 |
Lee et al. (2022) [12] | Environment and car state | Nonlinear MPC, DNN, Brush Tire Model | Model car: a 1:10 scale RC car | Steady-state drift | 2 |
Acosta et al. (2018) [15] | Target body slip angle, target road curvature | MPC, feedforward neural networks | Simulator: CarMaker | Open-loop drifting and Drifting along given trajectories | 8 |
Ji et al. (2018) [86] | Reference path model, dynamics model, and kinematics model of the vehicle | Adaptive neural network (ANN), backstepping variable structure control (BVSC), radial basis function neural network (RBFNN) | Simulator: CarSim and Real car: Brilliance | Drifting along given trajectories | 30 |
Toth et al. (2022) [75] (2024) [87] | Environment and car state | SAC | Simulator: SimulinkTM | Drifting along given trajectories | 10 |
Domberg et al. (2022) [88] | Scoring process of real-life drifting competitions | DNN | Simulator and model car | Open-loop drifting along given trajectories | 6.1 |
Zhou et al. (2022) [89] | Environment and car state | MPC, DNN | Simulator: CarSim and model car: a 1:10 scale RC car | Drifting along given trajectories | 24.5 |
Djeumou et al. (2023) [38] (2024) [72] | Environment and car state | Diffusion models | Real Cars: Toyota Supra and Lexus LC 500 | Drifting along given trajectories | 16 |
Lau et al. (2011) [3] | Samples from demonstration, human intuition | Supervised learning | Model car: an AWD radio-controlled car | Drift parking | N/A |
Yin et al. (2020) [25] | Random parameterized policy | Multi-layer perception neural network, DDPG | Simulator: a B-class car | stabilizing the vehicle after rear-end collision | 22.2 |
Zhao et al. (2024) [23] | Environment and car state | SAC | Simulator and a scaled vehicle platform | Collision avoidance | 8.3 |
Toth et al. (2022) [74] | Environment and car state | SAC | Simulator: SimulinkTM | Maintain a target drift equilibrium | 9 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Liu, Y.; Ma, F.; Mei, X.; Xue, B.; Wu, J.; Zhang, C. Autonomous Drifting like Professional Racing Drivers: A Survey. AppliedMath 2025, 5, 33. https://doi.org/10.3390/appliedmath5020033
Liu Y, Ma F, Mei X, Xue B, Wu J, Zhang C. Autonomous Drifting like Professional Racing Drivers: A Survey. AppliedMath. 2025; 5(2):33. https://doi.org/10.3390/appliedmath5020033
Chicago/Turabian StyleLiu, Yang, Fulong Ma, Xiaodong Mei, Bohuan Xue, Jin Wu, and Chengxi Zhang. 2025. "Autonomous Drifting like Professional Racing Drivers: A Survey" AppliedMath 5, no. 2: 33. https://doi.org/10.3390/appliedmath5020033
APA StyleLiu, Y., Ma, F., Mei, X., Xue, B., Wu, J., & Zhang, C. (2025). Autonomous Drifting like Professional Racing Drivers: A Survey. AppliedMath, 5(2), 33. https://doi.org/10.3390/appliedmath5020033