You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Summer 2022/Shape Tracing with Robotic Arm/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ For this project we have used D-H paramters and following steps were taken-
30
30
## Inverse Kinematics
31
31
32
32
Inverse kinematics is about calculating the angles of joints (i.e. angles of the servo motors on the arm) that will cause the end effector of a manipulator arm to reach some given desired position (x, y, z) in 3D space.
33
-
To do that, we approximated the angles using Newon-Raphson method.
33
+
To do that, we approximated the angles using Newton-Raphson method.
34
34
35
35
- Used the two equations obtained from Forward kinematics and third equation regarding the orientation of the end effector.
36
36
- Initial guesses were made for theta1, theta2, and theta3.
0 commit comments