Skip to content

Commit

Permalink
clean up SLAM docs (AtsushiSakai#572)
Browse files Browse the repository at this point in the history
* clean up SLAM docs

* clean up SLAM docs

* clean up SLAM docs

* clean up SLAM docs

* clean up SLAM docs

* clean up SLAM docs

* clean up SLAM docs

* clean up SLAM docs

* clean up SLAM docs

* clean up SLAM docs

* clean up SLAM docs

* clean up SLAM docs

* clean up SLAM docs

* clean up SLAM docs
  • Loading branch information
AtsushiSakai authored Nov 21, 2021
1 parent 1f4e5ed commit d34f3ca
Show file tree
Hide file tree
Showing 35 changed files with 1,617 additions and 3,355 deletions.
318 changes: 0 additions & 318 deletions Mapping/lidar_to_grid_map/lidar_to_grid_map_tutorial.ipynb

This file was deleted.

1,784 changes: 0 additions & 1,784 deletions SLAM/EKFSLAM/ekf_slam.ipynb

This file was deleted.

676 changes: 0 additions & 676 deletions SLAM/FastSLAM1/FastSLAM1.ipynb

This file was deleted.

Binary file removed SLAM/FastSLAM1/animation.png
Binary file not shown.
3 changes: 0 additions & 3 deletions SLAM/GraphBasedSLAM/LaTeX/.gitignore

This file was deleted.

30 changes: 0 additions & 30 deletions SLAM/GraphBasedSLAM/LaTeX/graphSLAM.bib

This file was deleted.

175 changes: 0 additions & 175 deletions SLAM/GraphBasedSLAM/LaTeX/graphSLAM_formulation.tex

This file was deleted.

332 changes: 0 additions & 332 deletions SLAM/GraphBasedSLAM/graphSLAM_SE2_example.ipynb

This file was deleted.

Binary file removed SLAM/GraphBasedSLAM/graphSLAM_formulation.pdf
Binary file not shown.
23 changes: 23 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*
* Necessary parts from
* Sphinx stylesheet -- basic theme
* absent from sphinx_rtd_theme
* (see https://github.com/readthedocs/sphinx_rtd_theme/issues/301)
* Ref https://github.com/PyAbel/PyAbel/commit/7e4dee81eac3f0a6955a85a4a42cf04a4e0d995c
*/

/* -- math display ---------------------------------------------------------- */

span.eqno {
float: right;
}

span.eqno a.headerlink {
position: absolute;
z-index: 1;
visibility: hidden;
}

div.math:hover a.headerlink {
visibility: visible;
}
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
'sphinx.ext.autodoc',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'sphinx.ext.viewcode',
'IPython.sphinxext.ipython_console_highlighting',
]

Expand All @@ -53,7 +52,7 @@
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = '.rst'
source_suffix = '_main.rst'

# The master toctree document.
master_doc = 'index'
Expand Down Expand Up @@ -100,6 +99,8 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

html_css_files = ['custom.css']

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
#
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 5 additions & 12 deletions docs/modules/slam/FastSLAM1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
FastSLAM1.0
-----------

.. code-block:: ipython3
from IPython.display import Image
Image(filename="animation.png",width=600)
.. image:: FastSLAM1_files/FastSLAM1_1_0.png
:width: 600px

Expand All @@ -31,8 +23,6 @@ positions by FastSLAM.
.. figure:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/SLAM/FastSLAM1/animation.gif
:alt: gif

gif

Introduction
~~~~~~~~~~~~

Expand Down Expand Up @@ -547,6 +537,9 @@ indices
References
~~~~~~~~~~

http://www.probabilistic-robotics.org/
- `PROBABILISTIC ROBOTICS`_

- `FastSLAM Lecture`_

http://ais.informatik.uni-freiburg.de/teaching/ws12/mapping/pdf/slam10-fastslam.pdf
.. _PROBABILISTIC ROBOTICS: http://www.probabilistic-robotics.org/
.. _FastSLAM Lecture: http://ais.informatik.uni-freiburg.de/teaching/ws12/mapping/pdf/slam10-fastslam.pdf
Loading

0 comments on commit d34f3ca

Please sign in to comment.