Robot.get_joint_types_by_names

Robot.get_joint_types_by_names(names)[source]

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

Parameters:
nameslist of str

The names of the joints.

Returns:
list of compas_robots.Joint.SUPPORTED_TYPES

List of joint types.