Successive linearization? The notion is used in Deferential dynamic programming(DDP), which runs LQR on non-linear problems. LQR and DDP are also popular in path planning. The idea is firstly linearizing over a trajectory, then use the linearized model to refine the trajectory; iterates this till convergence.
Attached are some slides I found online that may be helpful, good luck!