Skip to content

Commit e4fb755

Browse files
committed
update jupyter docs
1 parent c50bba7 commit e4fb755

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

PathPlanning/QuinticPolynomialsPlanner/quintic_polynomials_planner.ipynb

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,21 @@
1212
{
1313
"cell_type": "markdown",
1414
"source": [
15-
"## Quintic polynomials for one dimension robot motion\n",
15+
"## Quintic polynomials for one dimensional robot motion\n",
16+
"\n",
17+
"We assume a dimensional robot motion $x(t)$ at time $t$ is formulated as a quintic polynomials based on time as follows:\n",
18+
"\n",
19+
"$x(t) = a_0+a_1t+a_2t^2+a_3t^3+a_4t^4$\n",
20+
"\n",
21+
"a_0, a_1. a_2, a_3 are parameters of the quintic polynomial.\n",
22+
"\n",
23+
"So, when time is 0,\n",
24+
"\n",
25+
"$x(0) = a_0 = x_s$\n",
26+
"\n",
27+
"x_s is a start x position.\n",
28+
"\n",
29+
"\n",
1630
"\n",
1731
"$e^{i\\pi} + 1 = 0$\n",
1832
"\n",

0 commit comments

Comments
 (0)