Isaac Sim Version
- 4.5.0
Operating System
- Ubuntu 22.04
GPU Information
- Model: RTX 3090 Ti
- Driver Version: 570.124.04
Topic Description
Detailed Description
An issue has been observed with the RTX lidar sensor created via the API in Isaac Sim 4.5.0. The point cloud shows extra points that seem to linger from previous frames. These unwanted points sometimes vanish after 5–10 seconds, but other times they remain, creating a smearing effect.
Steps to Reproduce
- Run the
debug_draw
standalone example in Isaac Sim 4.5.0. (standalone_examples/api/isaacsim.util.debug_draw/rtx_lidar.py ) - Quickly move or rotate the lidar sensor.
- Notice the point cloud displaying lingering points from earlier frames.
Error Messages
No error messages are shown.
Screenshots or Videos
For additional context, similar issues have been discussed in these threads:
- Lidar smearing and persistent points in IsaacSim 4.5
- RTX lidar drag points issue in debug view and full scan point cloud publishing
Additional Information
What Has Been Tried
- Compared behavior between Isaac Sim 4.2 and 4.5.0 using the
debug_draw
example (the issue appears only in 4.5.0). - Tested on a fresh installation of Ubuntu 22.04 with Isaac Sim 4.5.0 and the latest GPU driver (570.124.04).
- Evaluated different lidar configurations with varying horizontal and vertical resolutions, all with the same outcome.