Skip to content

Commit e82a123

Browse files
authored
add internal sensors documentation to appendix and create new internal sensors overview (#1161)
1 parent 35c0882 commit e82a123

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

docs/modules/12_appendix/appendix_main.rst

+1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ Appendix
1010
steering_motion_model
1111
Kalmanfilter_basics
1212
Kalmanfilter_basics_2
13+
internal_sensors
1314
external_sensors
1415

docs/modules/12_appendix/external_sensors_main.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
External Sensors for Robots
22
============================
33

4+
This project, `PythonRobotics`, focuses on algorithms, so hardware is not included.
5+
However, having basic knowledge of hardware in robotics is also important for understanding algorithms.
6+
Therefore, we will provide an overview.
7+
48
Introduction
59
------------
610

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Internal Sensors for Robots
2+
============================
3+
4+
This project, `PythonRobotics`, focuses on algorithms, so hardware is not included.
5+
However, having basic knowledge of hardware in robotics is also important for understanding algorithms.
6+
Therefore, we will provide an overview.
7+
8+
Introduction
9+
------------
10+
11+
Global Navigation Satellite System (GNSS)
12+
-------------------------------------------
13+
14+
Gyroscope
15+
----------
16+
17+
Accelerometer
18+
--------------
19+
20+
Magnetometer
21+
--------------
22+
23+
Inertial Measurement Unit (IMU)
24+
--------------------------------
25+
26+
Pressure Sensor
27+
-----------------
28+
29+
Temperature Sensor
30+
--------------------
31+
32+

0 commit comments

Comments
 (0)