Question
I am trying to understand if I can retrieve joint forces into two components: actuation forces calculated by ImplicitDrive (given position or velocity targets) and external forces acting on a joint.
There seems to be a way to get actuation forces through get_dof_actuation_forces().
However, regardless of what stiffness and damping values I set in ImplicitActuatorCfg, the output of get_dof_actuation_forces is always 0.0.
Also, I am not sure how to retrieve the external forces acting on the joint.