Skip to content

Commit

Permalink
Add Light Sensor to Sensors List (#6558)
Browse files Browse the repository at this point in the history
* add lightsensor to sensors doc

* add missing period

* update LightSensor.png
  • Loading branch information
CoolSpy3 authored Jun 1, 2024
1 parent fdaa208 commit e3a5f1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added docs/guide/images/sensors/LightSensor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/guide/sensors.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ In addition to the generic [Lidar](../reference/lidar.md) node, a wide range of
| ![Gyro.png](images/sensors/Gyro.png) | [Gyro](../reference/gyro.md) | *Simulates a gyroscope sensor which measures the relative angular velocities.* |
| ![InertialUnit.png](images/sensors/InertialUnit.png) | [InertialUnit](../reference/inertialunit.md) | *Simulates a sensor which measures the relative roll, pitch and yaw angles.* |
| ![Lidar.png](images/sensors/Lidar.png) | [Lidar](../reference/lidar.md) | *Simulates a laser-scanner sensor also known as lidar.* |
| ![LightSensor.png](images/sensors/LightSensor.png) | [LightSensor](../reference/lightsensor.md) | *Simulates a photo-sensitive device which can measure the irradiance of light in a given direction.* |
| ![PositionSensor.png](images/sensors/PositionSensor.png) | [PositionSensor](../reference/positionsensor.md) | *Simulates a sensor which can monitor a joint position, such as an encoder or a potentiometer.* |
| ![Radar.png](images/sensors/Radar.png) | [Radar](../reference/radar.md) | *Simulates a radar sensor.* |
| ![RangeFinder.png](images/sensors/RangeFinder.png) | [RangeFinder](../reference/rangefinder.md) | *Simulates a depth camera also known as range-finder.* |
Expand Down

0 comments on commit e3a5f1f

Please sign in to comment.