Skip to content

Commit fd5997c

Browse files
author
Murilo M. Marinho
committed
[lesson5] Added subsections to PRR.
1 parent bdb9f39 commit fd5997c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

lesson5_tutorial.ipynb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,8 @@
648648
"\n",
649649
"And link lenghts $l_{0}, l_{1}, l_{2}\\in \\mathbb{R}$.\n",
650650
"\n",
651+
"## Task Space & Forward Kinematics Model (FKM)\n",
652+
"\n",
651653
"Let $s_1 \\triangleq \\sin{q_1}$, $s_{12} \\triangleq \\sin{(q_1 + q_2)}$, $c_1 \\triangleq \\cos{q_1}$, and $c_{12} \\triangleq \\cos{(q_1 + q_2)}$. The forward kinematics of this manipulator is therefore given by\n",
652654
"\n",
653655
"$$ SE(2) \\ni \\mymatrix{H}^{0}_{3}(q_0,q_1,q_2) = \\left[\\begin{array}{ccc}\n",
@@ -712,6 +714,8 @@
712714
"cell_type": "markdown",
713715
"metadata": {},
714716
"source": [
717+
"\n",
718+
"## Analytical Jacobian\n",
715719
"\n",
716720
"The analytical Jacobian is\n",
717721
"\n",
@@ -769,6 +773,8 @@
769773
"cell_type": "markdown",
770774
"metadata": {},
771775
"source": [
776+
"## Kinematic Control\n",
777+
"\n",
772778
"With this, a similar control as before, but changing the FKM and Jacobian can be easily achieved. We change only \n",
773779
"1. The configuration space in lines 20 to 25.\n",
774780
"2. `planar_robot_prr_fkm` in line 33\n",

0 commit comments

Comments
 (0)