1: \begin{abstract}
2: The nonlinear optimization problem with linear constraints has many
3: applications in engineering fields such as the visual-inertial navigation
4: and localization of an unmanned aerial vehicle maintaining the horizontal
5: flight. In order to solve this practical problem efficiently, this paper
6: constructs a continuation method with the trusty time-stepping scheme
7: for the linearly equality-constrained optimization problem at every sampling
8: time. At every iteration, the new method only solves a system of linear equations
9: other than the traditional optimization method such as the sequential quadratic
10: programming (SQP) method, which needs to solve a quadratic programming
11: subproblem. Consequently, the new method can save much more computational
12: time than SQP. Numerical results show that the new method works well for this problem
13: and its consumed time is about one fifth of that of SQP (the built-in subroutine
14: fmincon.m of the MATLAB2018a environment) or that of the traditional dynamical
15: method (the built-in subroutine ode15s.m of the MATLAB2018a environment).
16: Furthermore, we also give the global convergence analysis of the new method.
17: \end{abstract}
18: