Isaac xPrim Radius Visualizer Node
displays the Radius of the xPrim for visualization.
Installation
To use this node enable omni.isaac.debug_draw in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Draw X Axis (inputs:drawXAxis) |
|
True to draw the x axis circle |
True |
Draw Y Axis (inputs:drawYAxis) |
|
True to draw the y axis circle |
True |
Draw Z Axis (inputs:drawZAxis) |
|
True to draw the z axis circle |
True |
Exec In (inputs:execIn) |
|
The input execution port |
None |
Radius (inputs:radius) |
|
Radius of the sphere |
1 |
Segments (inputs:segments) |
|
Number of segments in the circle |
30 |
Thickness (inputs:thickness) |
|
Thickness of the radius lines |
1 |
X Axis Color (inputs:xAxisColor) |
|
Color of the x axis sphere points |
[1, 0, 0, 1] |
xPrim (inputs:xPrim) |
|
Usd prim to visualize |
None |
Y Axis Color (inputs:yAxisColor) |
|
Color of the y axis sphere points |
[0, 1, 0, 1] |
Z Axis Color (inputs:zAxisColor) |
|
Color of the z axis sphere points |
[0, 0, 1, 1] |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.isaac.debug_draw.IsaacXPrimRadiusVisualizer |
Version |
1 |
Extension |
omni.isaac.debug_draw |
Icon |
ogn/icons/omni.isaac.debug_draw.IsaacXPrimRadiusVisualizer.svg |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Isaac xPrim Radius Visualizer Node |
Categories |
isaacDebugDraw |
Generated Class Name |
OgnIsaacXPrimRadiusVisualizerDatabase |
Python Module |
omni.isaac.debug_draw |