Surface Gripper#
Surface Gripper
Installation#
To use this node enable isaacsim.robot.surface_gripper in the Extension Manager.
Inputs#
Name |
Type |
Descripton |
Default |
---|---|---|---|
Bend Angle (inputs:BendAngle) |
|
maximum bend angle, degrees |
7.5 |
Close (inputs:Close) |
|
call to close gripper |
None |
Damping (inputs:Damping) |
|
Gripper damping |
1000.0 |
Delta (inputs:Delta) |
|
time since last step in seconds |
0.0 |
Disable Gravity (inputs:DisableGravity) |
|
flag to disable gravity of picked object to compensate for object’s mass on robotic controllers |
True |
Force Limit (inputs:ForceLimit) |
|
Gripper breaking force |
1000000.0 |
Grip Position (inputs:GripPosition) |
|
The point at which objects will be gripped |
None |
Grip Threshold (inputs:GripThreshold) |
|
How far from an object it allows the gripper to lock in. Object will be pulled in this distance when gripper is closed |
0.01 |
Open (inputs:Open) |
|
call to Open gripper |
None |
Parent Rigid Body (inputs:ParentRigidBody) |
|
The rigid body that is used as a surface Gripper |
None |
Retry Close (inputs:RetryClose) |
|
Flag to indicate if gripper should keep attempting to close until it grips some object |
False |
Stiffness (inputs:Stiffness) |
|
Gripper stiffness |
10000.0 |
Torque Limit (inputs:TorqueLimit) |
|
Torque breaking limit |
1000000.0 |
Enabled (inputs:enabled) |
|
node does not execute if disabled |
True |
On Step (inputs:onStep) |
|
step to animate textures |
None |
Outputs#
Name |
Type |
Descripton |
Default |
---|---|---|---|
Closed (outputs:Closed) |
|
Surface gripper is closed or not |
None |
Grip Broken (outputs:GripBroken) |
|
triggered when surface gripper unexpectedly breaks open |
None |
Metadata#
Name |
Value |
---|---|
Unique ID |
isaacsim.robot.surface_gripper.SurfaceGripper |
Version |
1 |
Extension |
isaacsim.robot.surface_gripper |
Has State? |
False |
Implementation Language |
Python |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Surface Gripper |
Categories |
isaacSim |
__categoryDescriptions |
isaacSim,Surface Gripper inside Isaac Sim |
Generated Class Name |
OgnSurfaceGripperDatabase |
Python Module |
isaacsim.robot.surface_gripper |