isaacsim6.0对于lula的废弃 #694
Replies: 3 comments 1 reply
-
|
Hi, Lula is still supported in Isaac Sim 6.0, the Lula solvers themselves are supported. What is deprecated is the older Methods for gripper target tracking in 6.0
# author-time: PD drive on each finger joint (prismatic or revolute)
drive = UsdPhysics.DriveAPI.Apply(finger_joint_prim, "linear") # or "angular"
drive.CreateTypeAttr().Set("force")
drive.CreateStiffnessAttr().Set(1.0e5) # Kp — tune for tracking stiffness
drive.CreateDampingAttr().Set(1.0e3) # Kd
drive.CreateTargetPositionAttr().Set(open_pos)At runtime, drive the target through the current articulation API (isaacsim.core.experimental.prims.Articulation) by setting DOF position targets / applying an ArticulationAction each step. The drive tracks the commanded position — exactly the "follow a target position" behavior.
|
Beta Was this translation helpful? Give feedback.
-
|
Thank you very much for your response to my question.Thanks
UE+建模
***@***.***
|
Beta Was this translation helpful? Give feedback.
-
|
在newton中lula还可以使用吗,或者说有另外一种方法去替代lula的这个功能
UE+建模
***@***.***
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
我想问下,在isaacsim5.0中可以用lula实现机械爪跟随目标的位置而进行移动,那么在6.0中用什么方法可以对机械爪进行同样的目标模拟
Beta Was this translation helpful? Give feedback.
All reactions