getResourceName static method

ResourceName getResourceName(
  1. String name
)

Get the ResourceName for the Gripper with the given name

For more information, see Gripper component.

Implementation

static ResourceName getResourceName(String name) {
  return Gripper.subtype.getResourceName(name);
}