|
aligator
0.16.0
A versatile and efficient C++ library for real-time constrained 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.