Package | Description |
---|---|
com.ur.urcap.api.contribution.driver.gripper.capability | |
com.ur.urcap.api.domain.value.simple |
Modifier and Type | Method and Description |
---|---|
GripVacuumCapability |
GripperCapabilities.registerGrippingVacuumCapability(double minVacuum,
double maxVacuum,
double defaultGripVacuum,
Pressure.Unit unit)
Register a vacuum capability for a gripper that supports gripping using a user configurable vacuum level.
|
void |
GripVacuumCapability.updateCapability(double minVacuum,
double maxVacuum,
double defaultGripVacuum,
Pressure.Unit unit)
Update the range and default value for the vacuum level supported by the gripper.
|
Modifier and Type | Method and Description |
---|---|
static Pressure.Unit |
Pressure.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pressure.Unit[] |
Pressure.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Pressure |
SimpleValueFactory.createPressure(double value,
Pressure.Unit unit)
Creates an object representing a pressure value.
|
double |
Pressure.getAs(Pressure.Unit unit)
Provides the value in specified units.
|
Copyright © 2021. All rights reserved.