public interface GripperNodeFactory
GripperNode
instances) which can be used
for programming grip and release actions with a selected gripper device.Modifier and Type | Method and Description |
---|---|
GripperNode |
createGripperNode(GripperDevice gripperDevice)
This method creates a new Gripper program node.
|
GripperNode createGripperNode(GripperDevice gripperDevice)
This method creates a new Gripper program node. This node type can be used for programming grip and release actions with a selected gripper device.
The program node will be created with the same default configuration as if the end user added the node manually in PolyScope, i.e. an undefined configuration where the gripper action is unselected.gripperDevice
- the gripper device to create a Gripper node for, not null
. The created Gripper node
will program gripper actions for this device.TreeNode
interface).UnresolvedDeviceException
- when the specified gripperDevice
device is unresolved. See
GripperDevice.isResolvable()
.Copyright © 2021. All rights reserved.