#include <sot/core/integrator-abstract.hh>
Classes | |
class | dynamicgraph::sot::IntegratorEuler< sigT, coefT > |
integrates an ODE using a naive Euler integration. TODO: change the integration method. For the moment, the highest derivative of the output signal is computed using the previous values of the other derivatives and the input signal, then integrated n times, which will most certainly induce a huge drift for ODEs with a high order at the denominator. More... | |
Namespaces | |
namespace | dynamicgraph |
namespace | dynamicgraph::sot |