- 3.0.2 models module.
miscellaneous.h
Go to the documentation of this file.
1 #ifndef IIT_ROBCOGEN__CT_QUADROTOR_MISCELLANEOUS_H_
2 #define IIT_ROBCOGEN__CT_QUADROTOR_MISCELLANEOUS_H_
3 
4 #include "inertia_properties.h"
5 #include "transforms.h"
6 
7 namespace iit {
8 namespace ct_quadrotor {
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
iit::rbd::Vector3d getWholeBodyCOM(const dyn::InertiaProperties &inertia, const HomogeneousTransforms &transforms)
tpl::InertiaProperties< rbd::DoubleTrait > InertiaProperties
Definition: inertia_properties.h:104
Column12d< SCALAR > JointState