aligator  0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
Loading...
Searching...
No Matches
integrator-euler.hpp File Reference

Define the explicit Euler integrator. More...

Include dependency graph for integrator-euler.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Define the explicit Euler integrator.

Definition in file integrator-euler.hpp.