You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The renderer configuration contained the following setting:
enable_sensor_features: true# Sensor-specific extended features (e.g., LiDAR intensity, reflectance)
However, the Sensorsim log contained the following message:
The model loaded has no intensity prediction
The LiDAR extra-signal tensors also appeared to have zero feature dimensions:
lidar_extra_signal with shape (..., 0)
Based on these results, it appears that the gRPC API supports intensity fields, but the tutorial model, scene asset, or sceneset used in my test does not include LiDAR intensity prediction.
Could you please clarify the following points?
Is per-point LiDAR intensity currently supported by ALPASIM and Sensorsim?
Is there a model, scene asset, or sceneset that includes LiDAR intensity prediction?
If such an asset exists, which Sensorsim / NRE version and configuration are required?
Is render_lidar() the correct API for obtaining intensity through LidarRenderReturn.point_intensities or point_intensities_buffer?
Is LiDAR intensity support planned for a future public release?
I was considering using the June or July release for my experiment, but I could not find a June release. When is the next ALPASIM release expected to be available?
I have documented the diagnostic results and can provide additional details if needed.
Thank you for your help and for developing ALPASIM.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hello ALPASIM team,
I am currently evaluating ALPASIM for an experiment that requires per-point LiDAR reflectivity or intensity values.
I tested a version downloaded from the GitHub repository around May 4, 2026. The latest commit in my local repository was:
jarcherNVFix GitHub to GitLab sync to preserve GitLab CI files (#82)My test environment was:
PANDAR128andAT128I was able to obtain the LiDAR XYZ point cloud successfully. However, I could not obtain reflectivity or intensity values.
The results were:
I checked both of the intensity-related fields in
LidarRenderReturn:Both fields were empty for
PANDAR128andAT128.I also checked the available
LidarSpecfields and the Sensorsimserve-grpcoptions, but I could not find an option such as:The renderer configuration contained the following setting:
However, the Sensorsim log contained the following message:
The LiDAR extra-signal tensors also appeared to have zero feature dimensions:
Based on these results, it appears that the gRPC API supports intensity fields, but the tutorial model, scene asset, or sceneset used in my test does not include LiDAR intensity prediction.
Could you please clarify the following points?
render_lidar()the correct API for obtaining intensity throughLidarRenderReturn.point_intensitiesorpoint_intensities_buffer?I have documented the diagnostic results and can provide additional details if needed.
Thank you for your help and for developing ALPASIM.
All reactions