File tree 4 files changed +53
-0
lines changed
4 files changed +53
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "cells" : [
3
+ {
4
+ "cell_type" : " markdown" ,
5
+ "metadata" : {},
6
+ "source" : [
7
+ " # Introduction"
8
+ ]
9
+ },
10
+ {
11
+ "cell_type" : " markdown" ,
12
+ "metadata" : {},
13
+ "source" : []
14
+ },
15
+ {
16
+ "cell_type" : " markdown" ,
17
+ "metadata" : {},
18
+ "source" : [
19
+ " ## Ref"
20
+ ]
21
+ }
22
+ ],
23
+ "metadata" : {
24
+ "kernelspec" : {
25
+ "display_name" : " Python 3" ,
26
+ "language" : " python" ,
27
+ "name" : " python3"
28
+ },
29
+ "language_info" : {
30
+ "codemirror_mode" : {
31
+ "name" : " ipython" ,
32
+ "version" : 3
33
+ },
34
+ "file_extension" : " .py" ,
35
+ "mimetype" : " text/x-python" ,
36
+ "name" : " python" ,
37
+ "nbconvert_exporter" : " python" ,
38
+ "pygments_lexer" : " ipython3" ,
39
+ "version" : " 3.6.7"
40
+ }
41
+ },
42
+ "nbformat" : 4 ,
43
+ "nbformat_minor" : 2
44
+ }
Original file line number Diff line number Diff line change @@ -27,3 +27,4 @@ How to use
27
27
3. Execute python script in each directory.
28
28
29
29
4. Add star to this repo if you like it 😃.
30
+
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ See this paper for more details:
23
23
- `[1808.10703] PythonRobotics: a Python code collection of robotics
24
24
algorithms `_ (`BibTeX `_)
25
25
26
+
26
27
.. _`[1808.10703] PythonRobotics: a Python code collection of robotics algorithms` : https://arxiv.org/abs/1808.10703
27
28
.. _BibTeX : https://github.com/AtsushiSakai/PythonRoboticsPaper/blob/master/python_robotics.bib
28
29
.. _GitHub : https://github.com/AtsushiSakai/PythonRobotics
@@ -33,6 +34,7 @@ See this paper for more details:
33
34
:caption: Guide
34
35
35
36
getting_started
37
+ modules/introduction
36
38
modules/localization
37
39
modules/mapping
38
40
modules/slam
Original file line number Diff line number Diff line change
1
+
2
+ Introduction
3
+ ============
4
+
5
+ Ref
6
+ ---
You can’t perform that action at this time.
0 commit comments