DecoderRTSensorBatch#

Decodes RTSensorBatch to lidar points

Installation#

To use this Node, you must enable omni.sensors.nv.lidar_tools in the Extension Manager.

Inputs#

Name

Type

Description

Default

src

uint64

Source buffer (RTSensorbatch data)

0

cudaStream

uint64

Cuda stream for async processing

0

sensorProfileName

string

Filename of the sensor profile - has to be the same as in lidar model

Velodyne_HDL64E_S3

rightHanded

bool

Indicates if the pc coordinates are in right handed coordinates.

False

syncNode

bool

Mark this node as the synchronizing node

False

Outputs#

Name

Type

Description

Default

numPoints

int

Number of points in buffer

0

numColumns

int

Number of point members interpreted as column

0

points

float[]

List of points members interpreted as floats