You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add list of supported sensors with API and SDF links to README (#511)
* Added list of supported sensors with API and SDF links
---------
Signed-off-by: Shyam Ganatra <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Co-authored-by: Ian Chen <[email protected]>
|**Air Speed Sensor**|[AirSpeedSensor](https://gazebosim.org/api/sensors/9/classgz_1_1sensors_1_1AirSpeedSensor.html)| N/A | Measures the speed of air relative to the sensor |
52
+
|**Altimeter**|[AltimeterSensor](https://gazebosim.org/api/sensors/9/classgz_1_1sensors_1_1AltimeterSensor.html)|[`<altimeter>`](http://sdformat.org/spec?ver=1.12&elem=sensor#sensor_altimeter)| Measures altitude above a reference point |
53
+
|**Bounding Box Camera**|[BoundingBoxCameraSensor](https://gazebosim.org/api/sensors/9/classgz_1_1sensors_1_1BoundingBoxCameraSensor.html)|[`<camera>`](http://sdformat.org/spec?ver=1.12&elem=sensor#sensor_camera)| Captures images with bounding box annotations |
54
+
|**Camera**|[CameraSensor](https://gazebosim.org/api/sensors/9/classgz_1_1sensors_1_1CameraSensor.html)|[`<camera>`](http://sdformat.org/spec?ver=1.12&elem=sensor#sensor_camera)| Captures standard RGB images |
55
+
|**Depth Camera**|[DepthCameraSensor](https://gazebosim.org/api/sensors/9/classgz_1_1sensors_1_1DepthCameraSensor.html)|[`<depth_camera>`](http://sdformat.org/spec?ver=1.12&elem=sensor#camera_depth_camera)| Captures depth information |
56
+
|**Doppler Velocity Log**|[DopplerVelocityLog](https://gazebosim.org/api/sensors/9/classgz_1_1sensors_1_1DopplerVelocityLog.html)| N/A | Measures relative velocity of an underwater vehicle |
57
+
|**Force-Torque**|[ForceTorqueSensor](https://gazebosim.org/api/sensors/9/classgz_1_1sensors_1_1ForceTorqueSensor.html)|[`<force_torque>`](http://sdformat.org/spec?ver=1.12&elem=sensor#sensor_force_torque)| Measures forces and torques on a joint |
58
+
|**GPU Lidar**|[GpuLidarSensor](https://gazebosim.org/api/sensors/9/classgz_1_1sensors_1_1GpuLidarSensor.html)|[`<lidar>`](http://sdformat.org/spec?ver=1.12&elem=sensor#sensor_lidar)| Simulates a 3D laser scanner using GPU acceleration|
59
+
|**IMU**|[ImuSensor](https://gazebosim.org/api/sensors/9/classgz_1_1sensors_1_1ImuSensor.html)|[`<imu>`](http://sdformat.org/spec?ver=1.12&elem=sensor#sensor_imu)| Measures linear acceleration and angular velocity |
60
+
|**Logical Camera**|[LogicalCameraSensor](https://gazebosim.org/api/sensors/9/classgz_1_1sensors_1_1LogicalCameraSensor.html)|[`<logical_camera>`](http://sdformat.org/spec?ver=1.12&elem=sensor#sensor_logical_camera)| Detects models within a specified volume |
61
+
|**Magnetometer**|[MagnetometerSensor](https://gazebosim.org/api/sensors/9/classgz_1_1sensors_1_1MagnetometerSensor.html)|[`<magnetometer>`](http://sdformat.org/spec?ver=1.12&elem=sensor#sensor_magnetometer)| Measures magnetic field strength and direction |
|**Wide Angle Camera**|[WideAngleCameraSensor](https://gazebosim.org/api/sensors/8/classgz_1_1sensors_1_1WideAngleCameraSensor.html)|[`<camera>`](http://sdformat.org/spec?ver=1.12&elem=sensor#sensor_camera)| Captures wide field of view |
67
+
46
68
# Install
47
69
48
70
See the [installation tutorial](https://gazebosim.org/api/sensors/9/installation.html).
0 commit comments