#include <dynamic-graph/factory.h>
#include <sot/dynamic-pinocchio/integrator-force-rk4.h>
#include <sot/core/debug.hh>
Go to the source code of this file.
Functions | |
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (IntegratorForceRK4, "IntegratorForceRK4") | |
Variables | |
static const double | rk_fact [4] = {1., 2., 2., 1.} |
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN | ( | IntegratorForceRK4 | , |
"IntegratorForceRK4" | |||
) |
|
static |
Definition at line 44 of file integrator-force-rk4.cpp.