Replies: 1 comment 1 reply
-
|
Thank you for posting this. Could you elaborate on what your task is about and what you are trying to achieve? I'll move this issue to our Discussions section for follow up. If you think you have found a bug, please post a bug report and provide details and files to reproduce the issue. Thank you. |
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.
-
Question
Hello everyone, I'm currently developing a reinforcement learning task in Isaac Lab and encountered a confusing issue that I hope to get some help with.
I need to import a 3D Gaussian model into the RL simulation environment, but I can't find the corresponding official API for 3D Gaussian in Isaac Lab. For reference, we have dedicated APIs for different assets: Articulation for articulated multi-joint interactive objects, Camera for camera sensors, but there is no clear API for 3D Gaussian assets.
I have tried two different methods to import the 3D Gaussian model into the environment, both of which work individually:
With either of the above two methods, I can successfully see the 3D Gaussian model rendered properly in the simulation environment when running with
zero_agent.py.However, a strange problem occurs: once I add a Camera component to the same task configuration, the entire simulation fails to launch completely. What's more confusing is that there are NO error messages — the simulation just hangs and cannot start.
Additional verification results:
The problem only arises when the 3D Gaussian model and the Camera component exist in the environment at the same time.
My core questions are:
Build Info
Describe the versions that you are currently using:
Beta Was this translation helpful? Give feedback.
All reactions