Replies: 3 comments
-
Thank you for posting this. Here is a summary to consider, still under review, though. 1. Understand the Errors:
2. Workflow to Combine UR10e and Robotiq 2F-140:Use the official assets and the latest Isaac Sim features: A. Assemble the Robot and Gripper Under a Single Articulation
B. Properly Set and Tune Physics/Drive ParametersTuning joint parameters is essential for stability—especially for industrial robots and grippers:
C. Set Sleep and Stabilization Thresholds (For Articulation Stability):
3. Recommended Import Process
Footnotes
|
Beta Was this translation helpful? Give feedback.
-
Thank u so much for timely reply. Before assembling UR10e and Robotiq USD assets, I try to follow the document u mentioned https://docs.isaacsim.omniverse.nvidia.com/latest/robot_setup_tutorials/tutorial_import_assemble_manipulator.html to generate a USD asset of gripper from the URDF file. By the way, I notice that in the tutorial it says some related USD assets such as Looking forward to ur rely. |
Beta Was this translation helpful? Give feedback.
-
Thank you for following up. You may want to try the latest versions of the tools. Follow #3021 to update. I'll move this post to our Discussions to follow up. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank us so much for developing this wonderful simulator! Now I find the error, which I search related issues both in the document, github issue pages and forum but do not find useful info; although in the document the manipulated environment is mentioned, but tutorials of robotiq gripper, which is widely used, is missing.
When I try to use UR10e and robotiq gripper with the official USD file
(Isaacsim_assets/Assets/Isaac/4.5/Isaac/Robots/UR10/ur10e_robotiq2f-140.usd)
, the error shows as follows:2025-07-31 13:22:47 [23,712ms] [Error] [omni.physx.plugin] PhysX error: PxArticulationJointReducedCoordinate::setDriveTarget(): it is illegal to call this method if PxSceneFlag::eENABLE_DIRECT_GPU_API is enabled!, FILE /builds/omniverse/physics/physx/source/physx/src/NpArticulationJointReducedCoordinate.cpp, LINE 304
Well, if we use CPU, it will show another error:
2025-07-31 13:02:25 [24,759ms] [Error] [omni.physx.plugin] PhysX error: Illegal BroadPhaseUpdateData , FILE /builds/omniverse/physics/physx/source/lowlevelaabb/src/BpBroadPhaseABP.cpp, LINE 4023
I notice that the damping and stiffness parameters of the gripper USD is close to 0, which seem not to be reasonable. But even the damping is set to 100 and stiffness with 2000, it still shows error. So how should I import
ur10e_robotiq2f-140.usd
correctly?Here is the related code.
Lastly, here is the used version and info.
IsaacLab version: 4.5.0
System: Ubuntu 22.04.5 LTS
Nvidia Driver Version: 575.64.03
GPU: Nvidia RTX 3090
Looking forward to ur reply.
Sincerely.
Beta Was this translation helpful? Give feedback.
All reactions