RcsPySim
A robot control and simulation library
integrator.h File Reference
#include <Rcs_MatNd.h>
Include dependency graph for integrator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Rcs
 

Enumerations

enum  Rcs::IntMode { Rcs::IntMode::ForwardEuler, Rcs::IntMode::BackwardEuler, Rcs::IntMode::SymplecticEuler }
 

Functions

void Rcs::intStep2ndOrder (MatNd *x, MatNd *xd, const MatNd *xdd, double dt, IntMode mode)
 
void Rcs::intStep1stOrder (MatNd *x, const MatNd *xd_0, const MatNd *xd_T, double dt, IntMode mode)