I am using Isaac Sim 4.5 and working with an RTX LiDAR sensor. I would like to know how to calculate the number of points generated per scan by the RTX LiDAR. The configuration of LiDAR , I have posted here. I am rotated LiDAR from 0 to 180 deg by angular increment of 1.5 deg.
{
"class": "sensor",
"type": "lidar",
"name": "Example Rotary",
"driveWorksId": "GENERIC",
"profile":
{
"scanType": "rotary",
"intensityProcessing": "normalization",
"rotationDirection": "CW",
"rayType": "IDEALIZED",
"nearRangeM": 0.1,
"farRangeM": 200.0,
"startAzimuthOffsetDeg": 0.0,
"rangeResolutionM": 0.004,
"rangeAccuracyM": 0.02,
"avgPowerW": 0.002,
"minReflectance": 0.1,
"minReflectanceRange": 120.0,
"wavelengthNm": 903.0,
"pulseTimeNs": 6,
"azimuthErrorMean": 0.0,
"azimuthErrorStd": 0.015,
"elevationErrorMean": 0.0,
"elevationErrorStd": 0.0000,
"maxReturns": 2,
"scanRateBaseHz": 50.0,
"reportRateBaseHz": 36000,
"numberOfEmitters": 1,
"emitterStateCount": 1,
"emitterStates": [
{
"azimuthDeg": [0.0],
"elevationDeg": [0.0],
"fireTimeNs": [0]
}
],
"intensityMappingType": "LINEAR"
}
}