diff --git a/README.md b/README.md index 25195ab..f4b3ee2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ### This repo is for inverse kinematics and verification +In this branch, the qp-based inverse kinematics method is modified as a python class. The user can call it as in `main.py` + Inverse Kinematics (IK) is numerically obtained through quadratic programming (QP). Verification is done with Mujoco simulation.