8# define RBDYN_DO_PRAGMA(x) _Pragma(#x)
9# define RBDYN_PRAGMA_WARNING(x) RBDYN_DO_PRAGMA(GCC warning #x)
12# define __RBDYN_STRINGIFY__(x) #x
13# define __RBDYN_TOSTRING__(x) __RBDYN_STRINGIFY__(x)
14# define RBDYN_PRAGMA_WARNING(x) __pragma(message(__FILE__ "(" __RBDYN_TOSTRING__(__LINE__) ") : warning: " #x))
18RBDYN_PRAGMA_WARNING(EulerIntegration.h is a deprecated header.Use NumericalIntegration.h instead.)
21#include <rbdyn/deprecated.hh>
30 const std::vector<double> & alpha,
31 const std::vector<double> & alphaD,
33 std::vector<double> & q);
Type
Joint type.
Definition Joint.h:40
Definition MultiBody.h:30
RBDYN_DEPRECATED RBDYN_DLLAPI void eulerIntegration(const MultiBody &mb, MultiBodyConfig &mbc, double step)
Old name for.
RBDYN_DEPRECATED RBDYN_DLLAPI void eulerJointIntegration(Joint::Type type, const std::vector< double > &alpha, const std::vector< double > &alphaD, double step, std::vector< double > &q)
Old name for.
RBDYN_DEPRECATED RBDYN_DLLAPI void sEulerIntegration(const MultiBody &mb, MultiBodyConfig &mbc, double step)
Old name for.
Definition MultiBodyConfig.h:24