ToolModel.get_joint_types_by_names

ToolModel.get_joint_types_by_names(names)[source]

Get a list of joint types given a list of joint names.

Parameters

names (list[str]) – The names of the joints.

Returns

list[compas.robots.Joint.SUPPORTED_TYPES] – List of joint types.