RobotJoints.from_configuration_primitive
- classmethod RobotJoints.from_configuration_primitive(configuration, joint_names=None)[source]
Create an instance of
RobotJointsfrom acompas_robots.Configuration, including the unit conversion from meters and radians to mm and degrees.- Parameters:
- configuration
compas_robots.Configuration The configuration from which to create the
RobotJointsinstance.- joint_names
list An optional list of joint names from the
configurationwhose corresponding values will fill theRobotJointsvalues.
- configuration
- Returns: