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
  • configuration (compas.robots.Configuration) – The configuration from which to create the ExternalAxes instance.

  • 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 the robot’s main group name.

Returns

compas_rrc.ExternalAxes