Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meisben committed Oct 7, 2023
1 parent 0c12e3c commit b522e80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ This code library provides functionality to control the EEZYbotARM (Mk1, Mk2) in

### Forward Kinematics
The code library allows the user to easily map joint angles to an x,y,z co-ordinates, so that we know the position of the end effector

The mathematical calculations for the forward kinematics can be found [here](docs/kinematics)
![forwardKinematics](images/forwardKinematics.png)

### Inverse Kinematics
The code library allows the user to easily map x,y,z co-ordinates to joint angles, so that the EEZYbotARM can be controlled in 3-D space

The mathematical calculations for the inverse kinematics can be found [here](docs/kinematics)
![inverseKinematics](images/inverseKinematics.png)

Expand Down

0 comments on commit b522e80

Please sign in to comment.