-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
bugSomething isn't workingSomething isn't workingverifyRequires re-verification with recent Isaac SimRequires re-verification with recent Isaac Sim
Description
In this PR, the body PhysX view was removed because its functionalities are fully enabled by the root PhysX view.
I am using the set_coms method to randomize the center of mass of the robot bodies. However, when I call this method using the articulation's root_physx_view property, I encounter the following error:
[Error] [omni.physx.tensors.plugin] Center of Mass cannot be set with GPU pipeline.
Previously, when I used this method via the articulation's body_physx_view, it worked successfully.
Could someone explain why the articulation body_physx_view property was removed? Additionally, is there a way to set the center of mass properly using the root_physx_view property in a GPU pipeline?
Thanks!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingverifyRequires re-verification with recent Isaac SimRequires re-verification with recent Isaac Sim