ExternalAxes.from_configuration

classmethod ExternalAxes.from_configuration(configuration, robot=None, group=None)[source]

Create an instance of ExternalAxes from a compas_robots.Configuration, including the unit conversion from meters and radians to mm and degrees.

Parameters:
configurationcompas_robots.Configuration

The configuration from which to create the ExternalAxes instance.

robotcompas_fab.robots.Robot

The robot to be configured. Optional.

groupstr

The name of the group of joints to be included in the ExternalAxes. Optional. Defaults to the robot’s main group name.

Returns:
compas_rrc.ExternalAxes