OmniGibson icon indicating copy to clipboard operation
OmniGibson copied to clipboard

OmniGibson: a platform for accelerating Embodied AI research built upon NVIDIA's Omniverse engine. Join our Discord for support: https://discord.gg/bccR5vGFEx

Results 213 OmniGibson issues
Sort by recently updated
recently updated
newest added

This would prevent issues like the current loading failure in #787 or the control failure in #791

enhancement

Hello, I was trying to robot control example using Isaacsim 4.0.0 but I am getting the following error: 2024-07-08 22:42:23 [9,354ms] [Warning] [omni.graph.core.plugin] Could not find category 'Replicator:Core' for removal...

bug

@bohanwu was trying to import a robot today using the [tutorial](https://behavior.stanford.edu/omnigibson-develop/tutorials/custom_robot_import.html) and ran into the below assertion error: ``` assert np.allclose(new_position, current_position, atol=1e-4) and np.allclose(r1, r2, atol=1e-4), \ f"{self.prim_path}: old_pos:...

bug

This is required to be able to save/load state after transitions happen. Also the scene should be asserting that the dump has all the objects the scenes contain after all...

enhancement

Consider a unified get_pose/set_pose API with frame(world, scene, parent) input. Check the following comments: https://github.com/StanfordVL/OmniGibson/pull/699/files#r1648228952

enhancement
good first issue

Check this: https://github.com/StanfordVL/OmniGibson/pull/699/files#r1649268434

enhancement

Check this: https://github.com/StanfordVL/OmniGibson/pull/699/files#r1645104918

bug