o3de-extras icon indicating copy to clipboard operation
o3de-extras copied to clipboard

Intertia origin in URDF import

Open michalpelka opened this issue 2 years ago • 0 comments

URDF allows changing the origin of the rigid body using affine transformation (translation and rotation). Currently, this is not applied during URDF import.

Describe the solution you'd like I would like to have inertia applied correctly. It will need some research on PhysX gem, PhysX, and rigid body theory. Test impact of the link transformation.

Describe alternatives you've considered It seems that a simple matrix equation can be applied to rotate the inertia matrix, but it needs deeper research.

Additional context https://physics.stackexchange.com/questions/637421/inertia-tensor-of-rotated-object

michalpelka avatar Dec 07 '22 14:12 michalpelka