Hi, I am trying to use force/torque for my robot joints.
I found that in there are two methods in DC API:
set_articulation_dof_efforts()
apply_body_torque()
may I know what are the differences between them?
And, is there any other better way to do it?
Lastly, is there any method to check if the torque is really applied in the simulation? Like any feedback/sensor that can I use for debugging to make sure it is working in the way I want?
Thank you.