File tree Expand file tree Collapse file tree 2 files changed +8
-40
lines changed Expand file tree Collapse file tree 2 files changed +8
-40
lines changed Original file line number Diff line number Diff line change 44 "cell_type" : " markdown" ,
55 "metadata" : {},
66 "source" : [
7- " ## Title "
7+ " ### Simulation "
88 ]
99 },
1010 {
3737 "cell_type" : " markdown" ,
3838 "metadata" : {},
3939 "source" : [
40- " \n "
40+ " \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 ]
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 ,
Original file line number Diff line number Diff line change 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-
3123Ref
32- ~~~
24+ ^^^
3325
3426- `Sampling-based Algorithms for Optimal Motion
3527 Planning <https://arxiv.org/pdf/1105.1186.pdf> `__
You can’t perform that action at this time.
0 commit comments