OmniGibson
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
Currently DatasetObject does not support an unencrypted mode. We should consider implementing it so that custom objects with metadata can still be loaded in by users.
Thanks for this amazing project! I have a question regarding the controller for Husky, which is currently implemented using `JointController` class. However, seems like [it should be](https://github.com/husky/husky/blob/100563b7e4fe0867b8b8daef761656b7f8b89950/husky_control/config/control.yaml#L6C3-L6C52) `DifferentialDrive`. I wonder...
By default the resolution of Fetchs Camera Sensor is 128x128. That is too small for what I'm trying to do. Is there any way to increase the resolution?
This is done in a number of places ad-hoc right now to find object/link using prim path - we should unify and we should also make it assert the pattern
Currently we can't create JointPrim objects for fixed joints because they show up in the .joints member of robots etc. which complicates a lot of math due to their 0...
Let's be OK with np.inf joint limits - this means we need to assert no normalization for dimensions that directly control these joint positions.
Currently there's some weird stuff going on that uses volume/density sometimes and mass other times. Let's unify.
Solution: load_state should also work for the dependency states, such as VerticalAdjacency, ContactBodies, etc. Currently those states are not dumped/loaded.