diff --git a/README.md b/README.md index f4b3ee2..2e1145d 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,15 @@ 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%**. +### update(1st July 2026) + +In each iteration, update optimization formula: + +- new cost item for distance from middle of the joint range. +- set up different weight for different joints motion. + +Cost + +Cost + +Cost \ No newline at end of file diff --git a/img/cons.png b/img/cons.png new file mode 100644 index 0000000..3990595 Binary files /dev/null and b/img/cons.png differ diff --git a/img/optimization.png b/img/optimization.png new file mode 100644 index 0000000..7de2404 Binary files /dev/null and b/img/optimization.png differ diff --git a/img/osqp.png b/img/osqp.png new file mode 100644 index 0000000..71b55a8 Binary files /dev/null and b/img/osqp.png differ