class
#include <iDynTree/iKinConversions.h>
iKinLimbImported iKinLimb class to extract a iKinLimb from iDynTree structures.
Constructors, destructors, conversion operators
- iKinLimbImported()
- Default constructor.
- ~iKinLimbImported() virtual
- Default destructor.
Public functions
- auto fromModel(const Model& model, const std::string& baseFrame, const std::string& distalFrame) -> bool
- Initialize the limb properties from a chain in a iDynTree::
Model. - auto fromDHChain(const DHChain& dhChain) -> bool
- Initialize the limb properties from a iDynTree::
DHChain.