NumericalIntegration.h File Reference
#include <vector>
#include <rbdyn/config.hh>
#include "Joint.h"
Include dependency graph for NumericalIntegration.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 rbd
 

Functions

RBDYN_DLLAPI std::pair< Eigen::Quaterniond, bool > rbd::SO3Integration (const Eigen::Quaterniond &qi, const Eigen::Vector3d &wi, const Eigen::Vector3d &wD, double step, double relEps=1e-12, double absEps=std::numeric_limits< double >::epsilon(), bool breakOnWarning=false)
 
RBDYN_DLLAPI void rbd::jointIntegration (Joint::Type type, const std::vector< double > &alpha, const std::vector< double > &alphaD, double step, std::vector< double > &q, double prec=1e-10)
 
RBDYN_DLLAPI void rbd::integration (const MultiBody &mb, MultiBodyConfig &mbc, double step, double prec=1e-10)
 
RBDYN_DLLAPI void rbd::sIntegration (const MultiBody &mb, MultiBodyConfig &mbc, double step, double prec=1e-10)
 safe version of More...