Published: 12 August 2025

Research on optimization of intelligent driving

Yingjie Liu1
Dawei Cui2
Chenglian Xie3
1, 2School of Machinery and Automation, Weifang University, Weifang, 261061, Shandong, China
1, 2Shandong Key Laboratory of Intelligent Manufacturing Technology for Advanced Power Equipment, Weifang 261061, Shandong, China
3Shandong Industrial Technician College, Weifang, 261053, Shandong, China
Corresponding Author:
Yingjie Liu
Views 7
Reads 1
Downloads 28

Abstract

Trajectory tracking control is one of the most fundamental and important technologies in intelligent vehicles. In response to the problems of low accuracy and poor reliability in current intelligent vehicle path tracking control, the shortest time to complete path tracking of double lane changing was set as the control objective and the optimal control problem for vehicle path tracking is transformed into a nonlinear programming problem using the multi-interval Radau pseudospectral method, and then solved by the sequential quadratic programming method. Through Carsim and MATLAB/Simulink platforms, a joint control simulation of the control algorithm was conducted under double lane changing condition, and finally verified through virtual experiments. The joint simulation and virtual experiment results show that the intelligent vehicle path tracking control algorithm proposed in this paper has good tracking accuracy and driving stability while ensuring the target path tracking performance of the intelligent vehicle. The average values of lateral error and heading error are calculated to be 0.0912 m and 0.0263 rad, indicating that the lateral error and heading error of path tracking are controlled within a small error range during the path tracking process which indicating that the proposed method has high computational accuracy.

Highlights

  • The intelligent vehicle path tracking control algorithm proposed in this paper has good tracking accuracy and driving stability while ensuring the target path tracking performance of the intelligent vehicle.
  • The proposed multi-interval Radau pseudospectral method can solve the problem of vehicle path tracking with the performance of higher tracking accuracy.
  • The lateral error and heading error of path tracking are controlled within a small error range during the path tracking process which indicating that the proposed method has high computational accuracy.

1. Introduction

With the continuous development of control theory, information technology, and artificial intelligence technology, intelligent vehicles have become one of the hot topics in academic and industrial research. The auto drive system integrates environmental awareness, decision-making planning and motion control functions. Among them, trajectory tracking control is one of the most fundamental and important technologies in intelligent vehicles. In recent years, intelligent vehicles with autonomous driving capabilities have become a research hotspot in the industry. Path tracking control is one of the key core technologies for intelligent vehicles, aiming at designing control laws to enable the vehicle to track a given path. At the same time, intelligent vehicles have the important feature of real-time tracking of paths, with the main goal of reducing deviations from the planned path and driving along the predetermined path by controlling the front wheel angle. The main goal of path tracking control in non extreme working conditions is to achieve high-precision path tracking. During the operation of intelligent vehicles, path tracking control systems can reduce the impact of human factors on driving behavior, reduce the incidence of traffic accidents, and improve road traffic safety. In addition, the path tracking control system can improve transportation efficiency, reduce traffic congestion, and save travel time by optimizing path planning, intelligent traffic signal control, and other methods. With the rapid development of artificial intelligence, the design of intelligent vehicle path tracking control has received great attention from all sectors of society. Therefore, the design of intelligent vehicle path tracking control system is of great significance [1-3].

The problem of vehicle path tracking has been widely studied. A brief review is presented in what follows.

Falcone et al. established an model predictive control (MPC) path tracking controller based on a linear vehicle model, and constrained the tire roll angle to improve the tracking accuracy and stability of the vehicle on low adhesion roads [4]. Fan et al. used fuzzy control method to optimize the prediction time domain and control time domain of MPC controller online [5]. The prediction time domain parameters were adaptively selected based on the lateral and longitudinal vehicle speeds of the vehicle. The optimized MPC controller improved the stability and tracking accuracy of vehicle path tracking. However, online optimization of time-domain parameters would increase the computational complexity of MPC and affect the real-time performance of the controller. Guo et al. studied the integrated strategy of obstacle avoidance path planning and control based on MPC [6]. Guo et al. proposed a control method that combined path tracking control and direct yaw moment coordination [7]. The parameter selection of the controller determined its effectiveness under different speeds and road curvature conditions. Wang et al. studied a parameter adaptive MPC path tracking control method based on fuzzy rules [8]. In this type of research, in order to simplify system modeling, a linear tire model was used to establish a prediction model, and the tire side slip angle was restricted by hard constraints to prevent entering the nonlinear and saturated regions of the tire, failing to effectively utilize the nonlinear dynamic characteristics of the tire. In order to fully utilize the nonlinear dynamic characteristics of tires, some scholars had established time-varying parameter tire dynamics models and designed path tracking MPC controllers. For example, Brown et al. solved the problem of vehicle collision avoidance stability control by obtaining tire lateral stiffness through continuous linearization [9]. Compared to model-based optimization methods such as MPC, the advantage of reinforcement learning based methods is that they do not rely on precise system models or physical modeling of environmental dynamics, and achieve interaction between the agent and the environment through data-driven methods, generating interaction data. Through continuous interaction, iteration, and learning training, the agent can learn the optimal control strategy. This can not only reduce the complexity of trajectory tracking controller design, but also to some extent solve the problem of low trajectory tracking control accuracy and poor robustness in complex working conditions when using state space model-based optimization methods to design trajectory tracking controllers. Reinforcement learning has shown significant advantages in solving trajectory tracking and control problems for mobile vehicles such as robots and intelligent vehicles. For example, Li et al. built a deep reinforcement learning training environment based on an open racing simulator and proposed a deterministic policy gradient based trajectory tracking control strategy for autonomous driving racing vehicles [10]. The predicted trajectory output by the perception module was used as the system state input, and the reinforcement learning control module output the racing vehicle autonomous driving control decision instructions based on trajectory characteristics. This method had better tracking performance than linear quadratic regulator controllers and model predictive controllers when tracking different trajectory curves. Fuchs et al. proposed a racing autonomous driving control strategy based on flexible motion evaluation, which could achieve better track lap times than human drivers by training the racing autonomous driving control strategy with limited computing power [11]. Sun et al. established a time-varying parameter model for the rear wheel and studied the MPC control method based on the lateral force of the front wheel [12]. These methods all established linear tire models with time-varying parameters which could effectively utilize the dynamic characteristics of the nonlinear region of the tire. A robust control scheme was proposed in references [13-17], which expanded the dynamic model and designed a controller for intelligent vehicles even in harsh working conditions where the tire lateral stiffness deviated significantly from its calibration nominal value. This type of method effectively improved the robustness of intelligent vehicle path tracking control, ensuring the control performance of intelligent vehicles under low adhesion and other conditions. However, due to the fact that robust control methods were often studied under the worst-case conditions, the designed controller compromised on control accuracy to ensure robustness, often exhibiting strong conservatism. Sarada Prasad Parida et al. provided prediction and estimation for the multiple transverse cracks in a composite beam using hybrid RNN-mPSO technique [18-21].

The traditional global pseudospectral method has the advantages of simplicity and efficiency, but its performance is not ideal when solving large, complex, and nonsmooth problems. As the number of discrete points increases, it becomes increasingly complex when transformed into corresponding nonlinear programming problems. Because the corresponding control variables may not be continuous when there are different path constraints, the idea of segmented optimization can be introduced into the pseudospectral method to improve algorithm performance.

When using traditional methods to solve the vehicle path tracking problem, there are problems such as long computation time, low computational efficiency, and the need to guess the initial values of the co state equation. The collocation method in the direct method has been widely studied and applied in recent years due to its low sensitivity to initial values and easy convergence, as it does not require the derivation of necessary optimality conditions. The multi-interval Radau pseudospectral method is a type of collocation method that divides time into multiple intervals and approximates the state variables on the LGR (Legendre Gauss Radau) collocation using low order interpolation polynomials in each interval. Compared with the traditional pseudospectral method that applies high-order interpolation polynomials throughout the entire time interval, the multi-interval Radau pseudospectral method discretizes the nonlinear programming problem (NLP) partial derivative matrix, which is sparser and has higher computational efficiency. Based on the multi-interval Radau pseudospectral, this article uses Carsim and MATLAB/Simulink platforms to verify the effectiveness of the method through numerical simulation.

2. Mathematical model of vehicle path tracking problem

2.1. Mathematical model of vehicle

A nonlinear 4-DOF vehicle model shown in Fig. 1 is used to describe the vehicle path tracking problem.

In state space form it is [1]:

1
v˙=-uω+Fyfcosδ+Fyr+Fxfsinδm,ω˙r=aFyfcosδ-bFyr+aFxfsinδIz,u˙=vω+Fxfcosδ-Fyfsinδ+Fxr-Ff-Fwm,δ˙=p,p˙=-k1ξ1Iwuv-k1ξ1aIwuω+k1ξ1-kwIwδ-cwIwp+TswiIw.

For the simulations, the calculation parameters are shown in Table 1.

The state variable is x(k)τX(k)τ=j=1Nk+1Xj(k)Lj(k)τ and the control variable is z(t)=[δ]. Then the Eq. (2) can be obtained by simplifying Eq. (1):

2
x˙=fxt,zt.

2.2. Optimal control object of path tracking problem

The minimum tracking error to complete the path tracking process is determined as the control object.

The cost function is [22]:

3
Jz=t0tfy-ydE^2+zT^sw2dt=t0tfLx,zdt,

where yd is the reference path, E^ is the standard threshold of the lateral distance error of y-yd, where E^= 0.3 m in this work, and T^sw is the standard threshold of the steering torque, taken as T^sw= 8 N·m here.

Fig. 14-DOF vehicle model

4-DOF vehicle model

Table 1Simulation parameters

Parameter
Definition
Value
m (kg)
Vehicle mass
1265
Iz (kg∙m2)
Moment of inertia around the z axis
1800
a (m)
Distances of front axle from the center of gravity
1.170
b (m)
Distances of rear axle from the center of gravity
1.195
k1 (N∙rad−1)
Synthesized stiffness of front tire
60042
k2 (N∙rad−1)
Synthesized stiffness of rear tire
109295
i
Transmission ratio of the steering system
20
μ
Coefficient of friction
0.8
Iw (kg∙m2)
Moment of inertia of the steering system
16.38
cw / (N∙m∙s∙rad-1)
Drag coefficient
140
kw / (N∙m∙rad-1)
Synthesized cornering stiffness
0
ξ1 / m
Front wheel aligning arm of force
0.021
hg (m)
Height of the center gravity
0.53

2.3. Constrains

The initial and terminal states are described as:

4
xt0=ut0,0,0,0,0T,
5
xtf=utf,0,0,xtf,ytfT.

The constraints on Fxf, Fxr can be rewritten in the following manner:

6
Fxf-μmgb+μhga+b,Fxr=a-μhgb+μhgFxf.

So the optimal path tracking problem can be described as:

7
minJ, s.t. x˙=fxt,ut,t, h0,

where h expresses the inequality constraint.

The optimal vehicle path tracking problem in this article can be described as an optimal control problem within a finite time. That is, within the time interval t[t0,tf] and based on the given state variable x(t)Rn, the control variable z(t)Rm is determined so that the vehicle tracks from the initial state x(t0) to the terminal state x(tf) under the constraint conditions, and the specified performance indicator is optimal. Therefore, the optimal vehicle path tracking problem is described as the continuous time optimal control problem with Bolza form performance indicators:

8
minJ=Φxt0,t0,xtf,tf+t0tfLxt,zt,tdt,
9
s.t. x˙t=fxt,zt,t;t0,tf,C(x(t),z(t),t;t0,tf)0,φ(x(t0),t0,x(tf),tf)=0.

3. Control method of vehicle path tracking problem

3.1. Multiple phase Radau pseudospectral method

This article uses the multiple phase pseudospectral method to solve the problem of vehicle trajectory tracking. For ease of description, this section takes the general form of Bolza type optimal control problem as an example to introduce the multiple phase pseudospectral method. The Bolza type problem can be described as: solving the control variable utRm to minimize the following objective function:

10
J=Mxt0,t0,xtf,tf+t0tfLxt,ut,tdt.

The state equation is:

11
x˙=fxt,ut,t, tt0,tf.

The endpoint condition is:

12
ext0,t0,xtf,tf=0.

The path constraint is:

13
cxt,ut,t0, ttf,tf.

The continuous optimal control problem described by Eqs. (10)-(13) is called the Bolza type optimal control problem.

In order to facilitate the discretization of the optimal control problem using the pseudospectral method, it is necessary to transform the time interval t[t0,tf] of the original optimal control problem to τ[-1,1]. The transformation method is as follows:

14
t=tf-t02τ+tf+t02.

The range of variation of the integral variable τ[-1,1] is divided into K grid intervals Ik=[Tk-1,TK](k=1,,K); where 1=T0<T1<<TK=Tf=1. x(k)τ is set as a state variable on the interval Ik (k=1,,K), the state variable can be approximated as:

15
x(k)τykτ=j=1Nk+1xjkljkτ,

where y(k)τ is an approximate function of x(k)τ; xj(k) is the value of the state variable at the discrete node TK. And the expression lj(k)τ is the Lagrange basic polynomial as follows [23]:

16
lj(k)τ=l=1,ljNk+1τ-τl(k)τj(k)-τl(k),

where the nodes τ1k,,τNkk are Nk Legendre Gauss Radau (LGR) collocation points on the interval Ik=[Tk-1,TK]. But the right endpoint τNk+1(k)=Tk of the interval Ik is not an LGR collocation point.

Differentiating y(k)τ with respect to τ in Eq. (15), Eq. (17) can be obtained:

17
dy(k)τdτ=j=1Nk+1xj(k)dlj(k)τdτ.

By combining Eq. (11) and Eq. (17), the discrete form of the state equation on the interval Ik (k=1,,K) can be obtained as follows:

18
j=1Nk+1Dij(k)xj(k)-tf-t02fxik,uik,τik=0, i=1,,Nk,

where the elements of the LGR differential matrix on interval Ik are Dij(k)=dlj(k)τi(k)/dτ(i=1,,Nk;j=1,,Nk+1); ui(k) i=1,,Nk is the discrete value of the control variable u(k)(τ).

The discrete form of objective function (Eq. (10)) is:

19
JM(x1(1),t0,xNK+1(K),tf)+k=1k=1j=1j=1tf-t02ωjkLxjk,ujk,τjk,

where ωj(k) is the LGR weight coefficient corresponding to τj(k).

The discrete form of the endpoint condition (Eq. (12)) is:

20
ex1(1),τ0,xNK+1(K),τf=0.

The discrete form of path constraint (Eq. (13)) is:

21
cxi(k),ui(k),τi(k)0, i=1,,Nk.

Due to the fact that the right endpoint τNk+1(k)=Tk of interval Ik is not an LGR collocation, in order to make the state variables be continuous in adjacent intervals, it is necessary to satisfy:

22
xNk+1(k)=x1(k+1), k=1,,K-1.

The constraint can be eliminated using the same variable to represent xNk+1(k) and x1(k+1).

The discrete optimal solution of the path tracking optimization problem can be obtained by using numerical methods to solve the NLP problems described in Eqs. (18)-(22).

Fig. 2Flow chart of the algorithm

Flow chart of the algorithm

3.2. Calculation process

This article uses the SNOPT solver solve the NLP problem and obtain the discrete optimal solution for path tracking optimization problems. When solving the NLP problem using SNOPT, first-order partial derivative of NLP is provided to SNOPT to significantly improve computational efficiency. But directly calculating the partial derivative matrix is computationally intensive. The sparse difference method identifies the zero elements by analyzing the sparse characteristics of the partial derivative matrix, and decomposes the values of non-zero elements into partial derivatives of the original path tracking optimization problem through matrix chain differentiation. Then, the sparse difference method is used to calculate the partial derivatives, effectively reducing the computational complexity of the partial derivatives.

The flow chart of the algorithm is shown in Fig. 2.

4. Numerical simulations and experimental verification

4.1. Numerical simulations

This section uses CarSim to verify the feasibility and effectiveness of the optimal control problem of trajectory tracking.

Fig. 3 is the reference path of double lane changing road.

Fig. 4 is the simulation result compared with the GPM and linear quadratic regulator (LQR) methods under the condition of double lane changing road.

Fig. 3Reference path of double lane changing road

Reference path of double lane changing road

Fig. 4Simulation result under the condition of double lane changing road

Simulation result under the condition of double lane changing road

a) Lateral distance

Simulation result under the condition of double lane changing road

b) Longitudinal velocity

Simulation result under the condition of double lane changing road

c) Heading angle

It can be seen from Fig. 4(a) that the path tracking controlled by the method proposed in this article satisfies the path constraint requirements. The vehicles can perform path tracking well, but it is prone to slight deviations at intersections of straight and curved roads. This is due to the short transition distance and high speed between the double lane lines. However, the vehicle path can track the expected path trend well, thus verifying the good path tracking control ability of the method in the paper. It can be seen from Fig. 4(b) that the vehicle can ensure smooth changes in speed during turning, reducing speed fluctuations and improving driving stability. And the three control method are able to stabilize the longitudinal velocity and reach the reference speed. Fig. 4(c) indicates that the controller algorithm can control the vehicle to travel on double lane roads with large changes in road curvature, and can track the target path well. While ensuring accurate tracking of the target path, it further improves the safety and stability of vehicle travel. The reason is that the use of full optimization results to provide initial values has accelerated the convergence speed. Meanwhile, online updates of the algorithm can significantly improve the accuracy of trajectory tracking with minimal computational cost.

4.2. Control performance

The changes in lateral and heading error of vehicle path tracking are shown in Fig. 5. It can be observed that compared with the lateral error increases from 0 to 0.38 m and gradually decreases, while the magnitude of heading error fluctuates between 0 and 0.15 rad. The average values of lateral error and heading error are calculated to be 0.0912 m and 0.0263 rad. It is possible to ignore the suspension design and the rolling resistance when building mathematical models. However, the lateral error and heading error of path tracking are controlled within a small error range during the path tracking process. And also, compared with the traditional GPM and LQR method, the tracking error of the proposed is smallest. This proves that the proposed control method can effectively ensure the control accuracy of vehicle path tracking. The deviation in lateral position is minimized, and the effect of quickly tracking the target path can be achieved.

Fig. 5Comparison results of the control performance between MPRPM, GPM and LQR

Comparison results of the control performance between MPRPM, GPM and LQR

a) Error of lateral distance

Comparison results of the control performance between MPRPM, GPM and LQR

b) Error of heading angle

4.3. Experimental verification

To verify the tracking accuracy of the MIRPM algorithm, a virtual test adopting the Carsim software is conducted. By building a vehicle dynamic model on the Carsim platform, the state parameters of the vehicle are outputted in double lane changing road to verify the superiority of the algorithm proposed in this paper.

The virtual test results in Fig. 6 show that the intelligent vehicle path tracking control method proposed in this paper can control the vehicle to quickly and stably track the target path, and has good tracking accuracy. This is because that the proposed method can quickly update the trajectory, eliminate the influence of accumulated errors, and significantly improve the accuracy of car trajectory tracking. Meanwhile, there is a certain degree of error between the simulated values and the virtual test values, which is caused by two reasons; On the one hand, one characteristic of the multi-interval pseudospectral method is to improve optimization speed by sacrificing discretization accuracy; On the other hand, the vehicle model does not take into account the nonlinearity of the suspension system. However, the trend of changes in simulation values and virtual test values is consistent, indicating the effectiveness of the proposed method.

Fig. 6Experimental results of lateral velocity and yaw rate

Experimental results of lateral velocity and yaw rate

a) Lateral velocity

Experimental results of lateral velocity and yaw rate

b) Yaw rate

5. Conclusions

In order to solve the problem of multiple constraints and low accuracy in the process of intelligent vehicle path tracking, this paper applies the multi-interval Radau pseudospectral method based on the 4-DOF vehicle motion model to transform the optimal control problem of vehicle path tracking into a nonlinear programming problem and solves it using the sequential quadratic programming method. A simulation experiment is conducted using a joint simulation model of CarSim and Simulink, and the results showed that the proposed control method can control the lateral error and heading error in the vehicle path tracking process within a small range and converge, indicating that the accuracy and reliability of path tracking can be guaranteed.

The problem of path tracking control is studied in this paper, but the stability control of intelligent vehicles during driving has not been considered. At the same time, the influence of model uncertainty, nonlinear interference and system delay on control has not been considered in this paper. In the future, in-depth research will be conducted on the above problems.

References

  • Y. Liu, D. Cui, and W. Peng, “Optimum control for path tracking problem of vehicle handling inverse dynamics,” Sensors, Vol. 23, No. 15, p. 6673, Jul. 2023, https://doi.org/10.3390/s23156673
  • Y. Liu and D. Cui, “Estimation algorithm for vehicle state estimation using ant lion optimization algorithm,” Advances in Mechanical Engineering, Vol. 14, No. 3, pp. 1–11, Mar. 2022, https://doi.org/10.1177/16878132221085839
  • Y. Liu, D. Cui, and W. Peng, “Optimal lane changing problem of vehicle handling inverse dynamics based on mesh refinement method,” IEEE Access, Vol. 11, pp. 115617–115626, Jan. 2023, https://doi.org/10.1109/access.2023.3324422
  • P. Falcone, F. Borrelli, H. E. Tseng, J. Asgari, and D. Hrovat, “Linear time‐varying model predictive control and its application to active steering systems: Stability analysis and experimental validation,” International Journal of Robust and Nonlinear Control, Vol. 18, No. 8, pp. 862–875, May 2008, https://doi.org/10.1002/rnc.1245
  • X. B. Fan, Y. H. Peng, and C. Zhong, “Trajectory tracking control of autonomous vehicles based on adaptive MPC,” (in Chinese), Journal of Fuzhou University (Natural Science Edition), Vol. 49, No. 4, pp. 500–507, 2021.
  • H. Guo, C. Shen, H. Zhang, H. Chen, and R. Jia, “Simultaneous trajectory planning and tracking using an MPC method for cyber-physical systems: a case study of obstacle avoidance for an intelligent vehicle,” IEEE Transactions on Industrial Informatics, Vol. 14, No. 9, pp. 4273–4283, Sep. 2018, https://doi.org/10.1109/tii.2018.2815531
  • J. Guo, Y. Luo, and K. Li, “An adaptive hierarchical trajectory following control approach of autonomous four-wheel independent drive electric vehicles,” IEEE Transactions on Intelligent Transportation Systems, Vol. 19, No. 8, pp. 2482–2492, Aug. 2018, https://doi.org/10.1109/tits.2017.2749416
  • H. Wang, B. Liu, X. Ping, and Q. An, “Path tracking control for autonomous vehicles based on an improved MPC,” IEEE Access, Vol. 7, pp. 161064–161073, Jan. 2019, https://doi.org/10.1109/access.2019.2944894
  • M. Brown, J. Funke, S. Erlien, and J. C. Gerdes, “Safe driving envelopes for path tracking in autonomous vehicles,” Control Engineering Practice, Vol. 61, pp. 307–316, Apr. 2017, https://doi.org/10.1016/j.conengprac.2016.04.013
  • D. Li, D. Zhao, Q. Zhang, and Y. Chen, “Reinforcement learning and deep learning based lateral control for autonomous driving [application notes],” IEEE Computational Intelligence Magazine, Vol. 14, No. 2, pp. 83–98, May 2019, https://doi.org/10.1109/mci.2019.2901089
  • F. Fuchs, Y. Song, E. Kaufmann, D. Scaramuzza, and P. Durr, “Super-human performance in gran turismo sport using deep reinforcement learning,” IEEE Robotics and Automation Letters, Vol. 6, No. 3, pp. 4257–4264, Jul. 2021, https://doi.org/10.1109/lra.2021.3064284
  • C. Sun, X. Zhang, Q. Zhou, and Y. Tian, “A model predictive controller with switched tracking error for autonomous vehicle path tracking,” IEEE Access, Vol. 7, pp. 53103–53114, Jan. 2019, https://doi.org/10.1109/access.2019.2912094
  • J. Wang, M. Dai, G. Yin, and N. Chen, “Output-feedback robust control for vehicle path tracking considering different human drivers’ characteristics,” Mechatronics, Vol. 50, pp. 402–412, Apr. 2018, https://doi.org/10.1016/j.mechatronics.2017.05.001
  • J. Guo, Y. Luo, and K. Li, “Robust gain-scheduling automatic steering control of unmanned ground vehicles under velocity-varying motion,” Vehicle System Dynamics, Vol. 57, No. 4, pp. 595–616, Apr. 2019, https://doi.org/10.1080/00423114.2018.1475677
  • H. Zhang, R. Wang, and J. Wang, “Robust H∞ path following control for autonomous ground vehicles with delay and data dropout,” Key Technologies on New Energy Vehicles, Vol. 17, No. 7, pp. 153–171, Jun. 2023, https://doi.org/10.1007/978-981-19-8509-6_6
  • J. Guo, J. Wang, P. Hu, and L. Li, “Robust guaranteed-cost path-following control for autonomous vehicles on unstructured roads,” Proceedings of the Institution of Mechanical Engineers, Part D: Journal of Automobile Engineering, Vol. 232, No. 7, pp. 896–908, Aug. 2017, https://doi.org/10.1177/0954407017713089
  • R. Liu, X. C. Zhu, and L. Li, “Robust trajectory following strategy during emergency lane-change condition,” (in Chinese), Journal of Tongji University (Natural Science), Vol. 45, No. 11, pp. 1659–1663, 2017.
  • A. Mohanty, S. P. Parida, and R. R. Dash, “Modal response of sandwich plate having carbon-epoxy faceplate with different honeycomb core material and geometry considerations,” International Journal on Interactive Design and Manufacturing (IJIDeM), Vol. 18, No. 6, pp. 4223–4232, Jul. 2024, https://doi.org/10.1007/s12008-024-01975-z
  • S. P. Parida, P. C. Jena, S. R. Das, A. Basem, A. K. Khatua, and A. H. Elsheikh, “Transverse vibration of laminated-composite-plates with fillers under moving mass rested on elastic foundation using higher order shear deformation theory,” Proceedings of the Institution of Mechanical Engineers, Part C: Journal of Mechanical Engineering Science, Vol. 238, No. 20, pp. 9878–9888, Jul. 2024, https://doi.org/10.1177/09544062241256589
  • S. P. Parida, S. Sahoo, and P. C. Jena, “Prediction of multiple transverse cracks in a composite beam using hybrid RNN-mPSO technique,” Proceedings of the Institution of Mechanical Engineers, Part C: Journal of Mechanical Engineering Science, Vol. 238, No. 16, pp. 7977–7986, Mar. 2024, https://doi.org/10.1177/09544062241239415
  • S. Sahoo, S. P. Parida, and P. C. Jena, “Dynamic response of a laminated hybrid composite cantilever beam with multiple cracks and moving mass,” Structural Engineering and Mechanics, Vol. 87, No. 6, pp. 529–540, Sep. 2023, https://doi.org/10.12989/sem.2023.87.6.529
  • Y. Liu and J. Jiang, “Optimum path-tracking control for inverse problem of vehicle handling dynamics,” Journal of Mechanical Science and Technology, Vol. 30, No. 8, pp. 3433–3440, Aug. 2016, https://doi.org/10.1007/s12206-016-0701-9
  • X. M. Jiang et al., “Online trajectory optimization for descent and landing of vertical takeoff and landing launch rocket,” (in Chinese), Flight Dynamics, Vol. 41, No. 1, pp. 63–70, 2023, https://doi.org/10.13645/j.cnki.f.d.20220929.006

About this article

Received
20 March 2025
Accepted
08 July 2025
Published
12 August 2025
SUBJECTS
Vibration in transportation engineering
Keywords
vehicle dynamics
trajectory tracking
optimal control
multi-interval radau pseudospectral method
Acknowledgements

This research was supported by the Open Research Program of Huzhou Key Laboratory of Urban Multidimensional Perception and Intelligent Computing under Grant No. UMPIC202404.

Data Availability

The datasets generated during and/or analyzed during the current study are available from the corresponding author on reasonable request.

Author Contributions

Yingjie Liu: mathematical model and the simulation techniques. Dawei Cui: spelling and grammar checking as well as software. Chenglian Xie: virtual validation.

Conflict of interest

The authors declare that they have no conflict of interest.