Update README.md

This commit is contained in:
2026-06-22 23:21:49 +08:00
parent f1846ffe1e
commit 4b5eeccf7f

View File

@ -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.