getResourceName static method
- 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);
}