Isaac Compute RTX Lidar Flat Scan Node#
Accumulates full scan from the lowest elevation emitter on an RTX Lidar
Installation#
To use this node enable isaacsim.sensors.rtx in the Extension Manager.
Inputs#
Name |
Type |
Descripton |
Default |
---|---|---|---|
Buffer Size (inputs:bufferSize) |
|
Size (in bytes) of the buffer (0 if the input is a texture) |
0 |
Data Pointer (inputs:dataPtr) |
|
Pointer to LiDAR render result. |
0 |
Exec (inputs:exec) |
|
The input execution port |
None |
Render Product Path (inputs:renderProductPath) |
|
Used to retrieve lidar configuration. |
|
Input time (inputs:timeStamp) |
|
Input timestamp (s) |
0.0 |
Outputs#
Name |
Type |
Descripton |
Default |
---|---|---|---|
Azimuth Range (outputs:azimuthRange) |
|
The azimuth range [min, max] (deg). |
[0.0, 0.0] |
Depth Range (outputs:depthRange) |
|
Range for sensor to detect a hit [min, max] (m) |
[0, 0] |
Exec (outputs:exec) |
|
Output execution triggers when lidar sensor has accumulated a full scan. |
None |
Horizontal Fov (outputs:horizontalFov) |
|
Horizontal Field of View (deg) |
0 |
Horizontal Resolution (outputs:horizontalResolution) |
|
Increment between horizontal rays (deg) |
0 |
Intensities Data (outputs:intensitiesData) |
|
Intensity measurements from full scan, ordered by increasing azimuth |
[] |
Linear Depth Data (outputs:linearDepthData) |
|
Linear depth measurements from full scan, ordered by increasing azimuth (m) |
[] |
Num Cols (outputs:numCols) |
|
Number of columns in buffers |
0 |
Num Rows (outputs:numRows) |
|
Number of rows in buffers |
0 |
Rotation Rate (outputs:rotationRate) |
|
Rotation rate of sensor in Hz |
0 |
Timestamp (outputs:timeStamp) |
|
Timestamp of first beam in scan |
0.0 |
Metadata#
Name |
Value |
---|---|
Unique ID |
isaacsim.sensors.rtx.IsaacComputeRTXLidarFlatScan |
Version |
2 |
Extension |
isaacsim.sensors.rtx |
Icon |
ogn/icons/isaacsim.sensors.rtx.IsaacComputeRTXLidarFlatScan.svg |
Has State? |
True |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Isaac Compute RTX Lidar Flat Scan Node |
Categories |
isaacSensor |
Generated Class Name |
OgnIsaacComputeRTXLidarFlatScanDatabase |
Python Module |
isaacsim.sensors.rtx |