Isaac Gripper Controller Node#
Isaac Sim Gripper Controller Node
Installation#
To use this node enable isaacsim.robot.manipulators in the Extension Manager.
Inputs#
Name |
Type |
Descripton |
Default |
---|---|---|---|
Articulation Root Prim (inputs:articulationRootPrim) |
|
Articulation root prim of the robot |
None |
Close (inputs:close) |
|
close gripper call |
None |
Close Position (inputs:closePosition) |
|
closing position for the gripper joints, will use the joint limit if not provided |
None |
Exec In (inputs:execIn) |
|
tick |
None |
Gripper Prim (inputs:gripperPrim) |
|
The gripper’s root link prim |
None |
Gripper Speed (inputs:gripperSpeed) |
|
gripper speed (distance per frame) |
[] |
Joint Names (inputs:jointNames) |
|
gripper joint names |
[] |
Open (inputs:open) |
|
open gripper call |
None |
Open Position (inputs:openPosition) |
|
maximum opening position for the gripper joints, will use the joint limit if not provided |
None |
Stop (inputs:stop) |
|
stop gripper call |
None |
Outputs#
Name |
Type |
Descripton |
Default |
---|---|---|---|
Joint Names (outputs:jointNames) |
|
gripper joint names |
None |
Position Commands (outputs:positionCommands) |
|
joint commands to the articulation controller |
None |
Metadata#
Name |
Value |
---|---|
Unique ID |
isaacsim.robot.manipulators.IsaacGripperController |
Version |
1 |
Extension |
isaacsim.robot.manipulators |
Has State? |
False |
Implementation Language |
Python |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Isaac Gripper Controller Node |
Categories |
isaacSim |
__categoryDescriptions |
isaacSim,Controller for Grippers |
Generated Class Name |
OgnIsaacGripperControllerDatabase |
Python Module |
isaacsim.robot.manipulators |