From 3feecce624bf9c19a02ffa84bad72cde53acbfeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Caron?= Date: Wed, 24 Jul 2024 09:36:19 +0200 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02adbdbb..577cb623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,9 @@ All notable changes to this project will be documented in this file. - Whole-body Self-Collision Avoidance Barrier ``SelfCollisionBarrier`` - `ComTask` for Center of Mass tracking. - **Breaking:** Updated the logic for handling the joint limits: + - Add a ``limits`` argument to ``build_ik`` and ``solve_ik`` - The `check_limits` method now includes an optional `safety_break` argument to control whether execution should stop on exception. - - The solve_ik function now includes the `safety_break` that is forwarded to `check_limits`. + - The ``solve_ik`` function now includes the `safety_break` that is forwarded to `check_limits`. - Example: UR5 manipulator and GO2 quadruped robot with `PositionBarrier` - Example: YUMI two-armed manipulator with `BodySphericalBarrier` - Example: G1 humanoid squatting through regulating CoM.