Skip to content

Commit 57e4d25

Browse files
committed
update rst
1 parent f271771 commit 57e4d25

File tree

2 files changed

+8
-40
lines changed

2 files changed

+8
-40
lines changed

PathPlanning/RRTstar/rrt_star.ipynb

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"## Title"
7+
"### Simulation"
88
]
99
},
1010
{
@@ -37,38 +37,14 @@
3737
"cell_type": "markdown",
3838
"metadata": {},
3939
"source": [
40-
"![gif](https://github.com/AtsushiSakai/PythonRobotics/raw/master/Localization/extended_kalman_filter/animation.gif)\n"
40+
"![gif](https://github.com/AtsushiSakai/PythonRobotics/raw/master/PathPlanning/RRTstar/animation.gif)\n"
4141
]
4242
},
4343
{
4444
"cell_type": "markdown",
4545
"metadata": {},
4646
"source": [
47-
"### Section1"
48-
]
49-
},
50-
{
51-
"cell_type": "markdown",
52-
"metadata": {},
53-
"source": [
54-
"### Section2\n",
55-
"\n",
56-
"$\\begin{equation*}\n",
57-
"F=\n",
58-
"\\begin{bmatrix}\n",
59-
"1 & 0 & 0 & 0\\\\\n",
60-
"0 & 1 & 0 & 0\\\\\n",
61-
"0 & 0 & 1 & 0 \\\\\n",
62-
"0 & 0 & 0 & 0 \\\\\n",
63-
"\\end{bmatrix}\n",
64-
"\\end{equation*}$"
65-
]
66-
},
67-
{
68-
"cell_type": "markdown",
69-
"metadata": {},
70-
"source": [
71-
"### Ref\n",
47+
"#### Ref\n",
7248
"\n",
7349
"- [Sampling-based Algorithms for Optimal Motion Planning](https://arxiv.org/pdf/1105.1186.pdf)"
7450
]
@@ -90,7 +66,7 @@
9066
"name": "python",
9167
"nbconvert_exporter": "python",
9268
"pygments_lexer": "ipython3",
93-
"version": "3.6.6"
69+
"version": "3.6.7"
9470
}
9571
},
9672
"nbformat": 4,

docs/modules/rrt_star.rst

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
Title
3-
-----
2+
Simulation
3+
~~~~~~~~~~
44

55
.. code-block:: ipython3
66
@@ -15,21 +15,13 @@ Title
1515

1616

1717

18-
.. figure:: https://github.com/AtsushiSakai/PythonRobotics/raw/master/Localization/extended_kalman_filter/animation.gif
18+
.. figure:: https://github.com/AtsushiSakai/PythonRobotics/raw/master/PathPlanning/RRTstar/animation.gif
1919
:alt: gif
2020

2121
gif
2222

23-
Section1
24-
~~~~~~~~
25-
26-
Section2
27-
~~~~~~~~
28-
29-
:math:`\begin{equation*} F= \begin{bmatrix} 1 & 0 & 0 & 0\\ 0 & 1 & 0 & 0\\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 0 \\ \end{bmatrix} \end{equation*}`
30-
3123
Ref
32-
~~~
24+
^^^
3325

3426
- `Sampling-based Algorithms for Optimal Motion
3527
Planning <https://arxiv.org/pdf/1105.1186.pdf>`__

0 commit comments

Comments
 (0)