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

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

Returns

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