Hello,
I’m trying to read contact forces using RigidPrimView API as referenced from AnymalTerrain.py file but they are always zero and are not detected. It works for the AnymalTerrain. Anything specific I’m missing for my robot (Do I need to do refresh dof_state_tensors like in AnymalTerrain to get contact force readings?)? I’ve checked settings in the yaml file and they’re the same.
Hi there, please make sure you have the argument track_contact_forces=True
when creating the RigidPrimView instance.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.