Conflict Between SDF Collision Geometry and Effort Control with GPU Dynamics in Isaac Sim

This issue is also related to the articles mentioned above. When the Collision Geometry is set to SDF, it is necessary to enable GPU dynamics. However, effort control is required to grasp objects, but the joint_efforts in the ArticulationAction class passed to apply_action is only supported on the CPU and cannot be used. How can this be resolved?