Isaac Sim Version
4.2.0
Operating System
Windows 11
GPU Information
-
Model: geforce 3060
-
Driver Version: 560
Topic Description
Understanding physics:diagonalInertia, physics:centerOfMass, and physics:principalAxes for UR10 Joints in Isaac Sim
Detailed Description
Hello everyone,
I am working with UR10 robotic arm in Isaac Sim and trying to properly extract and apply joint-related physical properties, including physics:diagonalInertia, physics:centerOfMass, and physics:principalAxes. I have a few questions regarding their roles and how they influence the simulation.
1. physics:diagonalInertia (Diagonal Inertia)
1-1: What is the exact role of diagonalInertia in defining UR10’s joints?
1-2: How does it relate to the inertia tensor in PhysX/Isaac Sim?
1-3: Is this value automatically computed based on mass and shape, or do I need to manually define it?
1-4: If manually defined, what units and reference frames should I consider?
2. physics:centerOfMass (Center of Mass)
2-1: In UR10, each joint has its own center of mass. Does Isaac Sim compute it based on geometry, or should I explicitly set this value?
2-2: Is the centerOfMass defined in the local joint frame or the global frame?
2-3: What impact does an incorrect centerOfMass have on the joint dynamics and simulation stability?
3. physics:principalAxes (Principal Axes)
3-1: How are principalAxes related to diagonalInertia?
3-2: Do I need to extract this data from a URDF file or another source, or can it be computed inside Isaac Sim?
3-3: If these axes are misaligned or incorrect, how does it affect joint movements and torque calculations?
I am particularly interested in extracting accurate data for each UR10 joint to ensure proper physics-based behavior in the simulation. If anyone has experience working with similar robotic arms in Isaac Sim or PhysX, I would appreciate any insights or references.
Thank you in advance!
Steps to Reproduce
-
Importing UR10 in NVIDIA localhost and adding an Action Graph.
-
These are attributes included in the attribute Name of the Action Graph associated with the link.