ExternalAxes.from_configuration_primitive
- classmethod ExternalAxes.from_configuration_primitive(configuration, joint_names=None)[source]
Create an instance of
ExternalAxesfrom 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 theExternalAxesinstance.joint_names (
list) – An optional list of joint names from theconfigurationwhose corresponding values will fill theExternalAxesvalues.
- Returns