fix: update robotics documentation for clarity and correct terminology (#1165)

This commit is contained in:
Atsushi Sakai
2025-02-18 20:06:34 +09:00
committed by GitHub
parent cbe61f8ca6
commit 395fca59cc
5 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
.. _`External Sensors for Robots`:
External Sensors for Robots
============================

View File

@@ -1,3 +1,5 @@
.. _`Internal Sensors for Robots`:
Internal Sensors for Robots
============================

View File

@@ -17,6 +17,10 @@ In the play, robots were artificial workers created to serve humans, but they ev
Over time, “robot” came to refer to machines or automated systems that can perform tasks,
often with some level of intelligence or autonomy.
Currently, 2 millions robots are working in the world, and the number is increasing every year.
In South Korea, where the adoption of robots is particularly rapid,
50 robots are operating per 1,000 people.
.. _`R.U.R.`: https://thereader.mitpress.mit.edu/origin-word-robot-rur/
.. _`Karel Čapek`: https://en.wikipedia.org/wiki/Karel_%C4%8Capek
@@ -100,3 +104,4 @@ Robotics consists of several essential components:
#. Software & Algorithms Allow the robot to function and make intelligent decisions (e.g., ROS, Machine learning models, Localization, Mapping, Path planning, Control).
This project, PythonRobotics, focuses on the software and algorithms part of robotics.
If you are interested in `Sensors` hardware, you can check :ref:`Internal Sensors for Robotics`_ or :ref:`External Sensors for Robotics`_.

View File

@@ -1,8 +1,10 @@
Technology for Robotics
Technologies for Robotics
-------------------------
The field of robotics needs wide areas of technologies such as mechanical engineering,
electrical engineering, computer science, and artificial intelligence (AI).
This project, `PythonRobotics`, only focus on computer science and artificial intelligence.
Autonomous Navigation

View File

@@ -14,5 +14,5 @@ covered in PythonRobotics.
1_definition_of_robotics/definition_of_robotics
2_python_for_robotics/python_for_robotics
3_technology_for_robotics/technology_for_robotics
3_technologies_for_robotics/technologies_for_robotics