Skip to content

Commit

Permalink
fix the broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
gizemozd authored Mar 12, 2024
1 parent a6ec556 commit 78a8161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
`SeqIKPy` is a Python package that provides an implementation of inverse kinematics (IK) that is based on the open-source Python package [IKPy](https://github.com/Phylliade/ikpy). In constrast to the current IK approaches that aims to match only the end-effector, `SeqIKPy` is designed to calculate the joint angles of the fly body parts to align the 3D pose of the entire kinematic chain to a desired 3D pose. In particular, you can use `SeqIKPy` in the pipeline shown below.

<p align="center">
<img src="https://github.com/NeLy-EPFL/sequential-inverse-kinematics/blob/e10f700ef9dd925b49cb98858763225e3d64bc7b/docs/images/pipeline.png" width="95%">
<img src="https://github.com/NeLy-EPFL/sequential-inverse-kinematics/blob/a6ec5560825f4d5570dc2f61c9e07fd6e2fbb8d7/docs/images/pipeline.png" width="95%">
</p>


Expand Down

0 comments on commit 78a8161

Please sign in to comment.