Skip to content

Commit 621211a

Browse files
committed
fix gif URL
1 parent d70bed9 commit 621211a

File tree

16 files changed

+67
-55
lines changed

16 files changed

+67
-55
lines changed

AerialNavigation/rocket_powered_landing/rocket_powered_landing.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"cell_type": "markdown",
4949
"metadata": {},
5050
"source": [
51-
"![gif](https://github.com/AtsushiSakai/PythonRobotics/raw/master/AerialNavigation/rocket_powered_landing/animation.gif)"
51+
"![gif](https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/AerialNavigation/rocket_powered_landing/animation.gif)"
5252
]
5353
},
5454
{
@@ -474,7 +474,7 @@
474474
"name": "python",
475475
"nbconvert_exporter": "python",
476476
"pygments_lexer": "ipython3",
477-
"version": "3.7.2"
477+
"version": "3.6.8"
478478
}
479479
},
480480
"nbformat": 4,

ArmNavigation/two_joint_arm_to_point_control/Planar_Two_Link_IK.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"## Two joint arm to point control\n",
88
"\n",
9-
"![TwoJointArmToPointControl](https://github.com/AtsushiSakai/PythonRobotics/raw/master/ArmNavigation/two_joint_arm_to_point_control/animation.gif)\n",
9+
"![TwoJointArmToPointControl](https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/ArmNavigation/two_joint_arm_to_point_control/animation.gif)\n",
1010
"\n",
1111
"\n",
1212
"\n",
@@ -418,7 +418,7 @@
418418
"name": "python",
419419
"nbconvert_exporter": "python",
420420
"pygments_lexer": "ipython3",
421-
"version": "3.6.7"
421+
"version": "3.6.8"
422422
}
423423
},
424424
"nbformat": 4,

Localization/extended_kalman_filter/extended_kalman_filter_localization.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"cell_type": "markdown",
3838
"metadata": {},
3939
"source": [
40-
"![EKF](https://github.com/AtsushiSakai/PythonRobotics/raw/master/Localization/extended_kalman_filter/animation.gif)\n",
40+
"![EKF](https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/Localization/extended_kalman_filter/animation.gif)\n",
4141
"\n",
4242
"This is a sensor fusion localization with Extended Kalman Filter(EKF).\n",
4343
"\n",
@@ -256,7 +256,7 @@
256256
"name": "python",
257257
"nbconvert_exporter": "python",
258258
"pygments_lexer": "ipython3",
259-
"version": "3.6.7"
259+
"version": "3.6.8"
260260
}
261261
},
262262
"nbformat": 4,

PathPlanning/RRTstar/rrt_star.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"cell_type": "markdown",
3838
"metadata": {},
3939
"source": [
40-
"![gif](https://github.com/AtsushiSakai/PythonRobotics/raw/master/PathPlanning/RRTstar/animation.gif)\n"
40+
"![gif](https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathPlanning/RRTstar/animation.gif)\n"
4141
]
4242
},
4343
{
@@ -66,7 +66,7 @@
6666
"name": "python",
6767
"nbconvert_exporter": "python",
6868
"pygments_lexer": "ipython3",
69-
"version": "3.6.7"
69+
"version": "3.6.8"
7070
}
7171
},
7272
"nbformat": 4,

PathTracking/cgmres_nmpc/cgmres_nmpc.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"cell_type": "markdown",
113113
"metadata": {},
114114
"source": [
115-
"![gif](https://github.com/AtsushiSakai/PythonRobotics/raw/master/PathTracking/cgmres_nmpc/animation.gif)"
115+
"![gif](https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathTracking/cgmres_nmpc/animation.gif)"
116116
]
117117
},
118118
{
@@ -200,7 +200,7 @@
200200
"name": "python",
201201
"nbconvert_exporter": "python",
202202
"pygments_lexer": "ipython3",
203-
"version": "3.6.7"
203+
"version": "3.6.8"
204204
}
205205
},
206206
"nbformat": 4,

PathTracking/model_predictive_speed_and_steer_control/Model_predictive_speed_and_steering_control.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"## Model predictive speed and steering control\n",
88
"\n",
9-
"![Model predictive speed and steering control](https://github.com/AtsushiSakai/PythonRobotics/raw/master/PathTracking/model_predictive_speed_and_steer_control/animation.gif?raw=true)\n"
9+
"![Model predictive speed and steering control](https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathTracking/model_predictive_speed_and_steer_control/animation.gif?raw=true)\n"
1010
]
1111
},
1212
{
@@ -325,7 +325,7 @@
325325
"name": "python",
326326
"nbconvert_exporter": "python",
327327
"pygments_lexer": "ipython3",
328-
"version": "3.6.7"
328+
"version": "3.6.8"
329329
}
330330
},
331331
"nbformat": 4,

SLAM/FastSLAM1/FastSLAM1.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"positions by FastSLAM.\n",
5151
"\n",
5252
"\n",
53-
"![gif](https://github.com/AtsushiSakai/PythonRobotics/raw/master/SLAM/FastSLAM1/animation.gif)"
53+
"![gif](https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/SLAM/FastSLAM1/animation.gif)"
5454
]
5555
},
5656
{
@@ -668,7 +668,7 @@
668668
"name": "python",
669669
"nbconvert_exporter": "python",
670670
"pygments_lexer": "ipython3",
671-
"version": "3.6.7"
671+
"version": "3.6.8"
672672
}
673673
},
674674
"nbformat": 4,

docs/modules/Model_predictive_speed_and_steering_control.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Model predictive speed and steering control
33
-------------------------------------------
44

5-
.. figure:: https://github.com/AtsushiSakai/PythonRobotics/raw/master/PathTracking/model_predictive_speed_and_steer_control/animation.gif?raw=true
5+
.. figure:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathTracking/model_predictive_speed_and_steer_control/animation.gif?raw=true
66
:alt: Model predictive speed and steering control
77

88
Model predictive speed and steering control

docs/modules/Planar_Two_Link_IK.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Two joint arm to point control
33
------------------------------
44

5-
.. figure:: https://github.com/AtsushiSakai/PythonRobotics/raw/master/ArmNavigation/two_joint_arm_to_point_control/animation.gif
5+
.. figure:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/ArmNavigation/two_joint_arm_to_point_control/animation.gif
66
:alt: TwoJointArmToPointControl
77

88
TwoJointArmToPointControl

docs/modules/cgmres_nmpc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Nonlinear Model Predictive Control with C-GMRES
5151

5252

5353

54-
.. figure:: https://github.com/AtsushiSakai/PythonRobotics/raw/master/PathTracking/cgmres_nmpc/animation.gif
54+
.. figure:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathTracking/cgmres_nmpc/animation.gif
5555
:alt: gif
5656

5757
gif

0 commit comments

Comments
 (0)