From 3a8aecbf71ceb6b0f10988d4195a4077e1143c14 Mon Sep 17 00:00:00 2001 From: ZhengLiu-cart Date: Tue, 9 Jun 2026 17:28:57 +0800 Subject: [PATCH] Update README.md add visualization --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 25195ab..af3887d 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ lb = np.array([-150.0, -30.0, -170.0, -130, -175.0, -125.0, -179.0]) the success rates for **qp-based ik** and **realman Algo ik** are **63%** and **46%**.\ At least one solver works out the ik, rate = **74%**. + + + - With realman-75 physical joint limit, ``` ub = np.array([179.0, 129.0, 179.0, 134, 179.0, 127.0, 359.0]) @@ -32,3 +35,9 @@ lb = -ub the success rates for **qp-based ik** and **realman Algo ik** are **76%** and **51%**.\ At least one solver works out the ik, rate = **84%**. + + +Visualization: + + +![demo](kine_ctrl/visual/mjc_ik_test1/mjc_ik.gif)