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 7478981 commit 4367364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/kinematics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ For example:

## Forward kinematic calculations

The [forward kinematic calculations](Forward_kinematics_EEZYbotARM.pdf) are implemented in the kinematic_model.py python module, in the forwardKinematics function.
The [forward kinematic calculations](Forward_kinematics_EEZYbotARM.pdf) are implemented in the `kinematic_model.py` python module, in the `forwardKinematics` function.

![forwardKinematics](../../images/forwardKinematics.png)

## Inverse kinematic calculations

The [inverse kinematic calculations](Inverse_kinematics_EEZYbotARM.pdf) are implemented in the kinematic_model.py python module, in the inverseKinematics function.
The [inverse kinematic calculations](Inverse_kinematics_EEZYbotARM.pdf) are implemented in the `kinematic_model.py` python module, in the `inverseKinematics` function.

![inverseKinematics](../../images/inverseKinematics.png)

Expand Down

0 comments on commit 4367364

Please sign in to comment.