aligator
0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
|
Define the explicit Euler integrator. More...
Go to the source code of this file.
Classes | |
struct | aligator::dynamics::IntegratorEulerTpl< _Scalar > |
Explicit Euler integrator \( x_{k+1} = x_k \oplus h f(x_k, u_k)\). More... | |
Namespaces | |
namespace | aligator |
Main package namespace. | |
namespace | aligator::dynamics |
Namespace for modelling system dynamics. | |
Define the explicit Euler integrator.
Definition in file integrator-euler.hpp.