#include <exotica_core/factory.h>#include <exotica_core/object.h>#include <exotica_core/property.h>#include <exotica_core/tools.h>#include <exotica_core/dynamics_solver_initializer.h>

Go to the source code of this file.
Classes | |
| class | exotica::AbstractDynamicsSolver< T, NX, NU > |
Namespaces | |
| exotica | |
Macros | |
| #define | REGISTER_DYNAMICS_SOLVER_TYPE(TYPE, DERIV) EXOTICA_CORE_REGISTER(exotica::DynamicsSolver, TYPE, DERIV) |
Typedefs | |
| typedef AbstractDynamicsSolver< double, Eigen::Dynamic, Eigen::Dynamic > | exotica::DynamicsSolver |
| typedef std::shared_ptr< exotica::DynamicsSolver > | exotica::DynamicsSolverPtr |
Enumerations | |
| enum | exotica::Integrator { exotica::RK1 = 0, exotica::SymplecticEuler, exotica::RK2, exotica::RK4 } |
| #define REGISTER_DYNAMICS_SOLVER_TYPE | ( | TYPE, | |
| DERIV | |||
| ) | EXOTICA_CORE_REGISTER(exotica::DynamicsSolver, TYPE, DERIV) |
Definition at line 40 of file dynamics_solver.h.