I am newbie in sim2real. I wanted to understand how are the forces calculated in net_forces_w which we get from contact sensor different from forces calculated in 6AF sensor which we get from get_measured_joint_forces API?
If I use 6AF sensor on a planar surface, how do I retrieve the contact points?
Thanks for the prompt reply. Currently, the contact sensor API only gives me random contact points when the rigid body is in contact. However, if I want to place the contact sensor at specific points on the mesh, how do I do that?
Also, I don’t understand what’s the difference between the contact sensor forces and 6AF forces?
In principle, contact force is a force between two objects, whereas a six axis force sensor is the total force/torque across the sensor. So, the sensor reading will be the sum of all forces across the sensor including gravitational loading, inertial forces, drag, all contact forces (measured and unmeasured) and any other forces acting on the link.