Robot.get_configuration_from_group_state

Robot.get_configuration_from_group_state(group, group_state)[source]

Get a compas_robots.Configuration from a group’s group state.

Parameters:
groupstr

The name of the planning group.

group_statestr

The name of the group_state.

Returns:
compas_robots.Configuration

The configuration specified by the group_state.