Skip to content

Commit f1d4d8c

Browse files
authored
Update README.md
1 parent 6f60e20 commit f1d4d8c

File tree

1 file changed

+1
-1
lines changed
  • Summer 2022/Shape Tracing with Robotic Arm

1 file changed

+1
-1
lines changed

Summer 2022/Shape Tracing with Robotic Arm/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For this project we have used D-H paramters and following steps were taken-
3030
## Inverse Kinematics
3131

3232
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.
3434

3535
- Used the two equations obtained from Forward kinematics and third equation regarding the orientation of the end effector.
3636
- Initial guesses were made for theta1, theta2, and theta3.

0 commit comments

Comments
 (0)