- 3.0.2 rigid body dynamics module.
miscellaneous.h
Go to the documentation of this file.
1 #ifndef IIT_ROBCOGEN__TESTHYQ_MISCELLANEOUS_H_
2 #define IIT_ROBCOGEN__TESTHYQ_MISCELLANEOUS_H_
3 
4 #include "inertia_properties.h"
5 #include "transforms.h"
6 
7 namespace iit {
8 namespace TestHyQ {
9 
19 
27  const dyn::InertiaProperties& inertia,
28  const HomogeneousTransforms& transforms);
37  const dyn::InertiaProperties& inertia,
38  const JointState& q,
39  HomogeneousTransforms& transforms);
41 
42 }
43 }
44 
45 #endif
Cored::Vector3 Vector3d
Definition: rbd.h:137
tpl::InertiaProperties< rbd::DoubleTrait > InertiaProperties
Definition: inertia_properties.h:273
Column2d< SCALAR > JointState
iit::rbd::Vector3d getWholeBodyCOM(const dyn::InertiaProperties &inertia, const HomogeneousTransforms &transforms)
Definition: miscellaneous.cpp:7