Pick-and-Place Controller
Pick-and-Place Controller for Articulated Robots
Installation
To use this node enable omni.isaac.examples_nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
End Effector Offset (inputs:endEffectorOffset) |
|
XYZ offset of end-effector from flange |
[0.0, 0.0, 0.0] |
Events DT (inputs:eventsDT) |
|
timing between pick and place events |
[0.01, 0.01, 1.0, 0.01, 0.01, 0.01, 0.01, 0.05, 0.01, 0.08] |
Exec In (inputs:execIn) |
|
The input execution |
None |
Picking Position (inputs:pickingPosition) |
|
XYZ location to pick from |
[0.25, 0.25, 0.0] |
Placing Position (inputs:placingPosition) |
|
XYZ location to place at |
[0.25, -0.25, 0.0] |
Robot Model (inputs:robotModel) |
|
type of robot. Options are: UR or Franka |
|
Robot Prim Path (inputs:robotPrimPath) |
|
path to the robot articulation root |
|
Target Prim (inputs:targetPrim) |
|
The target robot prim |
None |
Use Path (inputs:usePath) |
|
use robot and com path instead of selecting them from stage tree |
False |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.isaac.examples_nodes.IsaacPickPlaceController |
Version |
1 |
Extension |
omni.isaac.examples_nodes |
Has State? |
False |
Implementation Language |
Python |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Pick-and-Place Controller |
Categories |
isaacSim |
__categoryDescriptions |
isaacSim,Robot controller inside Isaac Sim |
Generated Class Name |
OgnIsaacPickPlaceControllerDatabase |
Python Module |
omni.isaac.examples_nodes |