RobotJoints.from_configuration
- classmethod RobotJoints.from_configuration(configuration, robot=None, group=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
ExternalAxesinstance.- robot
compas_fab.robots.Robot The robot to be configured. Optional.
- group
str The name of the group of joints to be included in the
ExternalAxes. Optional. Defaults to therobot’s main group name.
- configuration
- Returns: