Configuration.merged
- Configuration.merged(other)[source]
Get a new
Configurationwith this configuration merged with another configuration. The other configuration takes precedence over this configuration in case a joint value is present in both.Note
Caution:
joint_namesmay be rearranged.- Parameters
other (
Configuration) – The configuration to be merged.- Returns
Configuration– A configuration with values for all included joints.- Raises
ValueError – If the configuration or the
otherconfiguration does not specify joint names for all joint values.