UF_MOTION_link_mass_properties_s (view source)
 
Defined in: uf_motion_types.h
 
Also known as:
 


Data Members

mass_center
tag_t
Smart point at the center of mass.
If the mass properties are automatically
calculated, this will be the same
as the origin of the marker below.
These origins can be different
for user defined mass properties.

inertia_marker
tag_t
Internal marker that defines the
origin and orientation of the inertia
values. If the mass properties are
automatically generated, the origin
will be the same as the mass_center
above and the orientation will be the
principle axes.

mass
double
The mass of the link

products_of_inertia [ 6 ]
double
The products of inertia of the link
in the following order: Ixx, Ixy,
Ixz, Iyy, Iyz, Iyz

user_defined
logical
TRUE if overriding default mass
properties with user defined values.