Skip to content

Commit 1416d33

Browse files
add: external sensors documentation
1 parent ed02c96 commit 1416d33

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/modules/12_appendix/external_sensors_main.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ Therefore, we will provide an overview.
1010
Introduction
1111
------------
1212

13-
In recent years, the application of robotic technology has advanced,
14-
particularly in areas such as autonomous vehicles and disaster response robots.
15-
A crucial element in these technologies is external recognition—the robot's ability to understand its surrounding environment, identify safe zones, and detect moving objects using onboard sensors. Achieving effective external recognition involves various techniques, but equally important is the selection of appropriate sensors. Robots, like the sensors they employ, come in many forms, but external recognition sensors can be broadly categorized into three types. Developing an advanced external recognition system requires a thorough understanding of each sensor's principles and characteristics to determine their optimal application. This article summarizes the principles and features of these sensors for personal study purposes.
13+
In recent years, the application of robotic technology has advanced, particularly in areas such as autonomous vehicles and disaster response robots. A crucial element in these technologies is external recognition—the robot's ability to understand its surrounding environment, identify safe zones, and detect moving objects using onboard sensors. Achieving effective external recognition involves various techniques, but equally important is the selection of appropriate sensors. Robots, like the sensors they employ, come in many forms, but external recognition sensors can be broadly categorized into three types. Developing an advanced external recognition system requires a thorough understanding of each sensor's principles and characteristics to determine their optimal application. This article summarizes the principles and features of these sensors for personal study purposes.
1614

1715
Laser Sensors
1816
-------------
@@ -22,7 +20,7 @@ Laser sensors measure distances by utilizing light, commonly referred to as Ligh
2220
Radar Sensors
2321
-------------
2422

25-
TBD
23+
Radar measures distances using radio waves, commonly referred to as Radio Detection and Ranging (RADAR). It operates by transmitting radio signals towards an object and calculating the distance based on the time it takes for the reflected waves to return, using the speed of radio waves as a constant.
2624

2725

2826
Monocular Cameras
@@ -58,5 +56,9 @@ Ultrasonic sensors are commonly used in indoor robots and some automotive autono
5856

5957
References
6058
----------
59+
- Wikipedia articles:
6160

62-
TBD
61+
- `Lidar Sensors <https://en.wikipedia.org/wiki/Lidar>`_
62+
- `Radar Sensors <https://en.wikipedia.org/wiki/Radar>`_
63+
- `Stereo Cameras <https://en.wikipedia.org/wiki/Stereo_camera>`_
64+
- `Ultrasonic Sensors <https://en.wikipedia.org/wiki/Ultrasonic_transducer>`_

0 commit comments

Comments
 (0)