Modifier and Type | Method and Description |
---|---|
Payload |
DataModel.get(String key,
Payload defaultValue)
Get the
Payload value assigned to the specified key. |
Modifier and Type | Method and Description |
---|---|
Payload |
DataModel.get(String key,
Payload defaultValue)
Get the
Payload value assigned to the specified key. |
void |
DataModel.set(String key,
Payload value)
Assign a
Payload value to the specified key. |
Modifier and Type | Method and Description |
---|---|
Payload |
PayloadContributionModel.addPayload(String idKey,
String suggestedName,
Mass mass,
Position centerOfGravity)
Add a payload to the current installation in PolyScope.
|
Payload |
PayloadContributionModel.addPayload(String idKey,
String suggestedName,
Mass mass,
Position centerOfGravity,
InertiaMatrix inertiaMatrix)
Add a payload to the current installation in PolyScope.
|
Payload |
PayloadContributionModel.getPayload(String idKey)
Returns the payload previously added by this URCap using the same
idKey identifier. |
Modifier and Type | Method and Description |
---|---|
Collection<Payload> |
PayloadModel.getPayloads() |
Modifier and Type | Method and Description |
---|---|
Payload |
SelectionPayloadNodeConfig.getPayload() |
Modifier and Type | Method and Description |
---|---|
SelectionPayloadNodeConfig |
PayloadNodeConfigFactory.createSelectionConfig(Payload payload)
This method creates a configuration for a Set Payload node with a pre-selected payload (from the installation).
|
Modifier and Type | Method and Description |
---|---|
Payload |
PayloadSelection.getPayload()
This method returns the selected payload (from the installation) to be applied after the gripper action has
finished executing.
|
Modifier and Type | Method and Description |
---|---|
ReleaseActionConfigBuilder |
ReleaseActionConfigBuilder.setPayloadSelection(Payload payload)
Enable the payload setting for a Gripper node and configure it to apply the specified payload (from the
installation) after the release action has finished executing.
|
GripActionConfigBuilder |
GripActionConfigBuilder.setPayloadSelection(Payload payload)
Enable the payload setting for a Gripper node and configure it to apply the specified payload (from the
installation) after the grip action has finished executing.
|
Copyright © 2021. All rights reserved.