Skip to content

Commit d34f3ca

Browse files
authored
clean up SLAM docs (AtsushiSakai#572)
* 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
1 parent 1f4e5ed commit d34f3ca

35 files changed

+1617
-3355
lines changed

Mapping/lidar_to_grid_map/lidar_to_grid_map_tutorial.ipynb

Lines changed: 0 additions & 318 deletions
This file was deleted.

SLAM/EKFSLAM/ekf_slam.ipynb

Lines changed: 0 additions & 1784 deletions
This file was deleted.

SLAM/FastSLAM1/FastSLAM1.ipynb

Lines changed: 0 additions & 676 deletions
This file was deleted.

SLAM/FastSLAM1/animation.png

-43.4 KB
Binary file not shown.

SLAM/GraphBasedSLAM/LaTeX/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

SLAM/GraphBasedSLAM/LaTeX/graphSLAM.bib

Lines changed: 0 additions & 30 deletions
This file was deleted.

SLAM/GraphBasedSLAM/LaTeX/graphSLAM_formulation.tex

Lines changed: 0 additions & 175 deletions
This file was deleted.

SLAM/GraphBasedSLAM/graphSLAM_SE2_example.ipynb

Lines changed: 0 additions & 332 deletions
This file was deleted.
-270 KB
Binary file not shown.

docs/_static/custom.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
* Necessary parts from
3+
* Sphinx stylesheet -- basic theme
4+
* absent from sphinx_rtd_theme
5+
* (see https://github.com/readthedocs/sphinx_rtd_theme/issues/301)
6+
* Ref https://github.com/PyAbel/PyAbel/commit/7e4dee81eac3f0a6955a85a4a42cf04a4e0d995c
7+
*/
8+
9+
/* -- math display ---------------------------------------------------------- */
10+
11+
span.eqno {
12+
float: right;
13+
}
14+
15+
span.eqno a.headerlink {
16+
position: absolute;
17+
z-index: 1;
18+
visibility: hidden;
19+
}
20+
21+
div.math:hover a.headerlink {
22+
visibility: visible;
23+
}

0 commit comments

Comments
 (0)