I was trying to create a python code that creates assets and sets their physics properties.
I found there are Linear/Angular Damping, Max Linear/Angular Velocity in the Isaac sim GUI, but I was not able to find corresponding function that creates the attribute in UsdPhysics.RigidBodyAPI or UsdPhysics.LimitAPI
As you can see the attribute can be set by api are very few. I wonder there may be other way to set these values
I’d love to know how to also set these values through Python API.Thank you!
P.S: I have also noticed that setting max angluar velocity in rigid body property won’t limit the rigid angular velocity. I set max angluar velocity of all the rigidbody link segments of my rope prim to 100, but I see the reading of angular velocity still easily exceed 100.