mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-12 23:58:04 -05:00
add internal sensors documentation to appendix and create new internal sensors overview (#1161)
This commit is contained in:
@@ -10,5 +10,6 @@ Appendix
|
||||
steering_motion_model
|
||||
Kalmanfilter_basics
|
||||
Kalmanfilter_basics_2
|
||||
internal_sensors
|
||||
external_sensors
|
||||
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
External Sensors for Robots
|
||||
============================
|
||||
|
||||
This project, `PythonRobotics`, focuses on algorithms, so hardware is not included.
|
||||
However, having basic knowledge of hardware in robotics is also important for understanding algorithms.
|
||||
Therefore, we will provide an overview.
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
||||
|
||||
32
docs/modules/12_appendix/internal_sensors_main.rst
Normal file
32
docs/modules/12_appendix/internal_sensors_main.rst
Normal file
@@ -0,0 +1,32 @@
|
||||
Internal Sensors for Robots
|
||||
============================
|
||||
|
||||
This project, `PythonRobotics`, focuses on algorithms, so hardware is not included.
|
||||
However, having basic knowledge of hardware in robotics is also important for understanding algorithms.
|
||||
Therefore, we will provide an overview.
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
||||
Global Navigation Satellite System (GNSS)
|
||||
-------------------------------------------
|
||||
|
||||
Gyroscope
|
||||
----------
|
||||
|
||||
Accelerometer
|
||||
--------------
|
||||
|
||||
Magnetometer
|
||||
--------------
|
||||
|
||||
Inertial Measurement Unit (IMU)
|
||||
--------------------------------
|
||||
|
||||
Pressure Sensor
|
||||
-----------------
|
||||
|
||||
Temperature Sensor
|
||||
--------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user