Sudden termination of OmniGibson #1107
Replies: 4 comments
-
Hi @cho-jang-hyun , thanks for reaching out! We would usually not recommend mixing OmniGibson and raw IsaacSim functionalities as this is not at all tested in our code. Is there a specific reason why you want to use the ros2 camera from isaac? We don't yet have plans to support ros but if there's a good reason in your specific use case, we can potentially work together to see how this can work. |
Beta Was this translation helpful? Give feedback.
-
Hello, thank you for your response. My goal is to collect camera images, odometry data, and other sensor information from a robot operating in the OmniGibson environment using ROS 2 bag and integrate it into my project. As part of this process, I attempted to use ROS 2 within OmniGibson and encountered the mentioned issues when loading USD files or adding ROS parameters using Isaac Sim’s features. Additionally, after entering the quickstart command, OmniGibson launched successfully. However, even without performing any further actions, simply pressing the Stop button caused OmniGibson to crash unexpectedly.
If this issue remains unresolved, I will also investigate possible solutions on my end. Thank you. |
Beta Was this translation helpful? Give feedback.
-
I have uploaded a video of the issue on YouTube. I would appreciate it if you could take a look. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the video. The short answer is: you should not press the stop button. The reason is that the robot control example constantly queries robot joint states for the controllers. When the sim is stopped, querying joint states will causes the invalid physics backend handle error that you saw. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Dear OmniGibson team,
First of all, thank you for your amazing project! I truly appreciate your hard work.
I am encountering an issue while using OmniGibson. Specifically, after launching OmniGibson, I see the following error messages with unexpected termination in the following situations:
I would greatly appreciate any insights or assistance from the maintainers or the community.
Thank you in advance for your support!
Beta Was this translation helpful? Give feedback.
All reactions