Skip to content

Commit e3a5f1f

Browse files
authored
Add Light Sensor to Sensors List (cyberbotics#6558)
* add lightsensor to sensors doc * add missing period * update LightSensor.png
1 parent fdaa208 commit e3a5f1f

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

16.8 KB
Loading

docs/guide/sensors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ In addition to the generic [Lidar](../reference/lidar.md) node, a wide range of
4545
| ![Gyro.png](images/sensors/Gyro.png) | [Gyro](../reference/gyro.md) | *Simulates a gyroscope sensor which measures the relative angular velocities.* |
4646
| ![InertialUnit.png](images/sensors/InertialUnit.png) | [InertialUnit](../reference/inertialunit.md) | *Simulates a sensor which measures the relative roll, pitch and yaw angles.* |
4747
| ![Lidar.png](images/sensors/Lidar.png) | [Lidar](../reference/lidar.md) | *Simulates a laser-scanner sensor also known as lidar.* |
48+
| ![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.* |
4849
| ![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.* |
4950
| ![Radar.png](images/sensors/Radar.png) | [Radar](../reference/radar.md) | *Simulates a radar sensor.* |
5051
| ![RangeFinder.png](images/sensors/RangeFinder.png) | [RangeFinder](../reference/rangefinder.md) | *Simulates a depth camera also known as range-finder.* |

0 commit comments

Comments
 (0)