-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
Hi everyone,
I'm currently working on simulating the FANUC CRX-10iA/L robot arm in Isaac Sim / Isaac Lab, and I'm running into a significant issue: I can't find the necessary physical parameters required to accurately simulate the robot’s dynamics. Specifically, I'm missing:
- Mass (kg) for each individual link
- Center of Mass (XYZ, relative to each link’s local frame)
- Inertia Tensor (Ixx, Iyy, Izz, Ixy, Ixz, Iyz)
Without these values, the simulation behaves unrealistically, especially when attempting to train policies or run dynamic tasks like motion planning or collision response.
I tried using automatically generated or estimated values, but unfortunately the resulting behavior in simulation is incorrect and unstable—clearly the Robot in the Simulation is not even Moving ...
Since these parameters are not publicly available from FANUC documentation, I’m stuck. Has anyone:
- Successfully simulated the CRX-10iA/L with realistic dynamics in Isaac Sim?
- Found a reliable source for these physical parameters?
- Used alternative methods (e.g. CAD model extraction, reverse engineering, estimation tools) to approximate them with usable results?
- Any advice, resources, or shared URDF/USD files would be immensely appreciated.
Thanks in advance!