iDynTree::FreeFloatingMassMatrixDerivative class

Class representing the mass matrix derivative of a Free Floating robot.

Base classes

class MatrixDynSize
Class providing a simple form of matrix with dynamic size.

Constructors, destructors, conversion operators

FreeFloatingMassMatrixDerivative(size_t nrOfDofs = 0)
FreeFloatingMassMatrixDerivative(const iDynTree::Model& model)
Constructor from a model, to get the appropriate size of the mass matrix.
~FreeFloatingMassMatrixDerivative() virtual
Destructor.

Public functions

void resize(const iDynTree::Model& model)
Resize the class to match the dimension of the dofs contained in a Model.

Function documentation

void iDynTree::FreeFloatingMassMatrixDerivative::resize(const iDynTree::Model& model)

Resize the class to match the dimension of the dofs contained in a Model.

Parameters
model the model from which to get the number and dimension of the joints.