adam.model.conversions.idyntree#
Functions#
|
|
|
|
|
|
|
Module Contents#
- adam.model.conversions.idyntree.to_idyntree_solid_shape(visual: urdf_parser_py.urdf.Visual) idyntree.bindings.SolidShape [source]#
- Parameters:
visual (urdf_parser_py.urdf.Visual) – the visual to convert
- Returns:
the iDynTree solid shape
- Return type:
iDynTree.SolidShape
- adam.model.conversions.idyntree.to_idyntree_link(link: adam.model.abc_factories.Link) [idyntree.bindings.Link, List[idyntree.bindings.SolidShape]] [source]#
- Parameters:
link (Link) – the link to convert
- Returns:
A tuple containing the iDynTree link and the iDynTree solid shapes
- adam.model.conversions.idyntree.to_idyntree_joint(joint: adam.model.abc_factories.Joint, parent_index: int, child_index: int) idyntree.bindings.IJoint [source]#
- Parameters:
joint (Joint) – the joint to convert
parent_index (int) – the parent link index
child_index (int) – the child link index
- Returns:
the iDynTree joint
- Return type:
iDynTree.bindings.IJoint
- adam.model.conversions.idyntree.to_idyntree_model(model: adam.model.model.Model) idyntree.bindings.Model [source]#
- Parameters:
model (Model) – the model to convert
- Returns:
the iDynTree model
- Return type:
iDynTree.Model