Skip to content

Commit b3069a1

Browse files
committed
updating
1 parent 3d54298 commit b3069a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
Contact Sensor
22
================
33

4-
The contact sensor is designed to return the normal force acting on a given ridged body.
4+
The contact sensor is designed to return the net normal force acting on a given ridged body. The sensor is written to behave as a physical object, and so the "scope" of the contact sensor is limited to the body that defines it. A multi-leged robot that needs contact information for its feet would require one sensor per foot to be defined in the environment.
5+
6+
To define a contact sensor, you must specify both the rigid body of the sensor, but the bodies with wich it may collide. These data are used to index the parts of the GPU simulation state relavent to retrieving contact information, and allows for Isaac Lab

0 commit comments

Comments
 (0)