5 Commits
Author SHA1 Message Date
ZhongyuWang-cart cce375e4a5 test push 2026-07-07 17:08:33 +08:00
ZhengLiu-cart 377a676863 Update README.md 2026-06-14 04:17:40 +08:00
ZhengLiu-cart 9db480c474 Upload files to "img" 2026-06-14 04:13:40 +08:00
ZhengLiu-cart 3a8aecbf71 Update README.md
add visualization
2026-06-09 17:28:57 +08:00
ZhengLiu-cart 7c8beaa3b9 Upload files to "kine_ctrl/visual/mjc_ik_test1" 2026-06-09 17:23:17 +08:00
4 changed files with 13 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
hhelloworrld
+12 -3
View File
@@ -9,9 +9,9 @@ Key specifications:
2. Success rate 2. Success rate
3. Minial joint variation. 3. Minial joint variation.
Next:\ Cost:
Comparison with Realman official IK method.
Embedded with current demo. <img src="img/cost.jpg" alt="Cost" width="400">
### Comparison (05June2026): ### Comparison (05June2026):
@@ -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%**.\ 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%**. At least one solver works out the ik, rate = **74%**.
- With realman-75 physical joint limit, - With realman-75 physical joint limit,
``` ```
ub = np.array([179.0, 129.0, 179.0, 134, 179.0, 127.0, 359.0]) 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%**.\ 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%**. At least one solver works out the ik, rate = **84%**.
Visualization:
![demo](kine_ctrl/visual/mjc_ik_test1/mjc_ik.gif)
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 796 KiB