Lidar topic dropping in isaac sim #1730
Unanswered
TheButterCow
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Isaac Sim Version
[ ] 2024.2.0
Operating System
[ ] Ubuntu 22.04
GPU Information
Topic Description
Detailed Description
I am trying to set up a LIDAR sensor in Isaac Sim to simulate and publish ROS 2 topics for use in RViz2. My goal is to integrate the LIDAR sensor into a robotic platform similar to the
Nova_Carter
example, ensuring it is properly nested within the robot’s TF tree and able to publish data.However, when I try to attach the LIDAR sensor to the robot’s
chassis_link
or any other articulation link, I encounter repeated errors in the Isaac Sim logs stating:The sensor then either disappears from the viewport or behaves unpredictably. In RViz2, even when the LIDAR appears to publish data, I receive the following error messages:
Additionally, when I visualize the TF tree, the LIDAR frame (
front_3d_lidar
) is not present as a child of the expectedchassis_link
.Steps to Reproduce
chassis_link
or another appropriate link in the stage hierarchy./front_3d_lidar/scan
).Error Messages
From Isaac Sim Logs:
frames_2025-01-26_14.05.37.pdf|attachment (14.1 KB)
[grid]
[/grid]
[Warning] [omni.usd] Coding Error: in _Get at line 3003 of /builds/omniverse/usd-ci/USD/pxr/usdImaging/usdImaging/delegate.cpp -- Failed verification: ' prim '
[Warning] [omni.usd]
[Warning] [carb] Client omni.usdphysicsui.plugin has acquired [carb::imguizmo::ImGuizmo v1.0] 100 times. Consider accessing this interface with carb::getCachedInterface() (Performance warning)
From RViz2 Console:
[rviz]: Message Filter dropping message: frame 'front_3d_lidar' at time XX.XXX for reason 'discarding message because the queue is full'
Additional Information
What I've Tried
chassis_link
,articulation_root
).Translate
,Rotate
, andScale
values in the Property panel to ensure no invalid transforms.chassis
->front_3d_lidar
).Additional Context
I am trying to mimic the
Nova_Carter
example setup to ensure proper TF hierarchy and ROS 2 topic publication.My setup involves publishing LIDAR data for RViz2 visualization and TF tree validation.
The issue persists regardless of the parent link or other adjustments to the LIDAR setup.
Ive spent way to long trying to debug this and cant get anything to work. this is a time sensitive issue. I would really be grateful for any help or a meeting to be setup
frames_2025-01-26_14.05.37.pdf
Beta Was this translation helpful? Give feedback.
All reactions