Skip to content

Commit 3d54298

Browse files
committed
starting on non camera sensors
1 parent 984b8dc commit 3d54298

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: docs/source/overview/sensors/contact_sensor.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
Contact Sensor
2-
================
2+
================
3+
4+
The contact sensor is designed to return the normal force acting on a given ridged body.

Diff for: docs/source/overview/sensors/ray_caster.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
Ray Caster
2-
=============
2+
=============
3+
4+
The Ray Caster sensor (and the ray caster camera) are similar to RTX based rendering in that they both involve casting rays. The difference here is that the rays cast by the Ray Caster sensor return strictly collision information along the cast, and the direction of each individual ray can be specified. They do not bounce, nor are they affected by things like materials or opacity. For each ray specified by the sensor, a line is traced along the path of the ray and the location of first collision with the specified mesh is returned. This is the method used by some of our quadruped examples to measure the local height field

0 commit comments

Comments
 (0)