File tree Expand file tree Collapse file tree 4 files changed +53
-0
lines changed Expand file tree Collapse file tree 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
27273. Execute python script in each directory.
2828
29294. 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:
2323- `[1808.10703] PythonRobotics: a Python code collection of robotics
2424 algorithms `_ (`BibTeX `_)
2525
26+
2627.. _`[1808.10703] PythonRobotics: a Python code collection of robotics algorithms` : https://arxiv.org/abs/1808.10703
2728.. _BibTeX : https://github.com/AtsushiSakai/PythonRoboticsPaper/blob/master/python_robotics.bib
2829.. _GitHub : https://github.com/AtsushiSakai/PythonRobotics
@@ -33,6 +34,7 @@ See this paper for more details:
3334 :caption: Guide
3435
3536 getting_started
37+ modules/introduction
3638 modules/localization
3739 modules/mapping
3840 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