Isaac Sim Version
4.2.0
4.1.0
4.0.0
2023.1.1
2023.1.0-hotfix.1
Other (please specify):
Operating System
Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):
GPU Information
- Model: RTX 4080 Super
- Driver Version: 535.183.01
Topic Description
Hello everyone,
I’ve encountered a strange issue with a simulated RTX LiDAR sensor attached to a mobile manipulator in NVIDIA Isaac Sim. When I visualize the point cloud topic in rviz
, displaying it in the odom
frame, there seems to be a slight lag in the point cloud. It becomes apparent because the points that should hit the robot’s base appear with a noticeable offset. The cloud is “lagging” behind and “jumping” to catch up with the robots rotation.
Interestingly, this behavior disappears when I visualize the point cloud in one of the robot’s local frames (e.g., base_link
or the sensor’s own frame).
For reference, I’m publishing the odometry information as suggested in NVIDIA’s documentation for Isaac Sim, available here.
Has anyone experienced similar issues or have insights into why this might be happening? Could it be due to a delay in frame transformations, or something else in the setup?
Thanks in advance for your help!