Skip to content

Commit

Permalink
starting on non camera sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgussert committed Oct 11, 2024
1 parent 984b8dc commit 3d54298
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/source/overview/sensors/contact_sensor.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
Contact Sensor
================
================

The contact sensor is designed to return the normal force acting on a given ridged body.
4 changes: 3 additions & 1 deletion docs/source/overview/sensors/ray_caster.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
Ray Caster
=============
=============

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 comments on commit 3d54298

Please sign in to comment.