'isaacsim.sensors' Module Not Found Error in Headless Mode #2256
Unanswered
RodsCoimbra
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Hi @RodsCoimbra You can enable it by adding the following line to the Isaac Sim Extensions IsaacLab/apps/isaaclab.python.kit Line 36 in f0c1ca6 |
Beta Was this translation helpful? Give feedback.
3 replies
-
Following up, some sensors are CPU only. Have you tried running this using only CPUs? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm running into an issue when trying to train in headless mode using a PhysX LiDAR sensor. I get an error saying that the module isaacsim.sensors was not found. I also tried using the
--enable_cameras
flag just in case, but it didn’t make a difference.Running the same script without
--headless
works fine, and the module is detected, however it has a big impact on the performance.Is this expected behavior? Do I really need to run without
--headless
for LiDAR to work, or is there a way to make it work properly in headless mode?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions