47 #ifndef _MIRA_INERTIAL_H_ 48 #define _MIRA_INERTIAL_H_ 52 namespace mira {
namespace model {
66 template<
typename Reflector>
69 r.member(
"Origin",
origin,
"Origin of the link",
Pose3());
70 r.member(
"Mass",
mass,
"Mass of the link");
73 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
void reflect(Reflector &r)
Definition: Inertial.h:67
float mass
Mass of the link.
Definition: Inertial.h:76
boost::shared_ptr< Inertial > InertialPtr
Pointer to an interial.
Definition: Inertial.h:80
Class for representing the inertial properties of a rigid model part (link).
Definition: Inertial.h:62
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Pose3 origin
Origin of the link.
Definition: Inertial.h:75