Skip to content

Enhance external sensors documentation. #1236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions docs/modules/12_appendix/external_sensors_main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ Therefore, we will provide an overview.
Introduction
------------

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.
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.

Laser Sensors
-------------
Expand All @@ -22,7 +20,7 @@ Laser sensors measure distances by utilizing light, commonly referred to as Ligh
Radar Sensors
-------------

TBD
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.


Monocular Cameras
Expand Down Expand Up @@ -59,4 +57,9 @@ Ultrasonic sensors are commonly used in indoor robots and some automotive autono
References
----------

TBD
- Wikipedia articles:

- `Lidar Sensors <https://en.wikipedia.org/wiki/Lidar>`_
- `Radar Sensors <https://en.wikipedia.org/wiki/Radar>`_
- `Stereo Cameras <https://en.wikipedia.org/wiki/Stereo_camera>`_
- `Ultrasonic Sensors <https://en.wikipedia.org/wiki/Ultrasonic_transducer>`_