Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jul 24, 2024
1 parent 7a323dc commit 3feecce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3feecce

Please sign in to comment.