RobotModel.get_link_visual_meshes
- RobotModel.get_link_visual_meshes(link)[source]
Get a list of visual meshes from a Link.
The origin of the visual meshes are transformed according to the element.origin of the Visual nodes. This means that the returned mesh will match with the link’s origin frame.
- Parameters:
- link
Link
The link to extract the visual meshes from.
- link
- Returns:
- list of
Mesh
A list of visual meshes belonging to the link The list is empty if no visual meshes are found.
- list of
Notes
Only MeshDescriptor in element.geometry.shape is supported. Other shapes are ignored.