Skip to content

Commit 735d251

Browse files
committed
update notebook
1 parent 754aec5 commit 735d251

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

PathTracking/model_predictive_speed_and_steer_control/notebook.ipynb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Model predictive speed and steering control"
7+
"# Model predictive speed and steering control\n",
8+
"\n",
9+
"https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathTracking/model_predictive_speed_and_steer_control/model_predictive_speed_and_steer_control.py\n",
10+
"\n",
11+
"This is a path tracking simulation using model predictive control (MPC)\n",
12+
"\n",
13+
"The MPC controller controls vehicle speed and steering base on linealized model"
814
]
915
},
1016
{
@@ -206,7 +212,8 @@
206212
"cell_type": "markdown",
207213
"metadata": {},
208214
"source": [
209-
"This equation is implemented at https://github.com/AtsushiSakai/PythonRobotics/blob/eb6d1cbe6fc90c7be9210bf153b3a04f177cc138/PathTracking/model_predictive_speed_and_steer_control/model_predictive_speed_and_steer_control.py#L80-L102"
215+
"This equation is implemented at \n",
216+
"https://github.com/AtsushiSakai/PythonRobotics/blob/eb6d1cbe6fc90c7be9210bf153b3a04f177cc138/PathTracking/model_predictive_speed_and_steer_control/model_predictive_speed_and_steer_control.py#L80-L102"
210217
]
211218
},
212219
{

0 commit comments

Comments
 (0)