add internal sensors documentation to appendix and create new internal sensors overview (#1161)

This commit is contained in:
Atsushi Sakai
2025-02-16 21:41:22 +09:00
committed by GitHub
parent 35c08824d0
commit e82a12319b
3 changed files with 37 additions and 0 deletions

View File

@@ -10,5 +10,6 @@ Appendix
steering_motion_model
Kalmanfilter_basics
Kalmanfilter_basics_2
internal_sensors
external_sensors

View File

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

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