Model conversions#
- adam.model.conversions.idyntree.to_idyntree_solid_shape(visual: Visual) 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: Link) tuple[Link, list[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: Joint, parent_index: int, child_index: int) 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