REB Publish Range Scan
This node publishes range scan messages to Isaac SDK
Installation
To use this Node, you must enable omni.isaac.robot_engine_bridge
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
execIn |
|
The input execution port |
|
nodeName |
|
The name of the SDK node to publish/receive from |
interface |
timeOffset |
|
Time offset in nanoseconds to apply to published messages |
0 |
outputComponent |
|
The name of the component on which data is published |
|
outputChannel |
|
The name of the channel on which data is published |
|
Timestamp (timeStamp) |
|
REB Timestamp in seconds |
0.0 |
horizontalFov |
|
Horizontal Field of View in degrees |
0 |
verticalFov |
|
vertical Field of View in degrees |
0 |
horizontalResolution |
|
Degrees in between rays for horizontal axis |
0 |
verticalResolution |
|
Degrees in between rays for vertical axis |
0 |
depthRange |
|
The min and max range for sensor to detect a hit [min, max] |
[0, 0] |
rotationRate |
|
Rotation rate of sensor in Hz |
0 |
linearDepthData |
|
Buffer array containing linear depth data |
[] |
intensitiesData |
|
Buffer array containing intensities data |
[] |
numRows |
|
Number of rows in buffers |
0 |
numCols |
|
Number of columns in buffers |
0 |
azimuthRange |
|
The azimuth range [min, max] |
[0.0, 0.0] |
zenithRange |
|
The zenith range [min, max] |
[0.0, 0.0] |