Skip to content

Commit

Permalink
hotfix: return configuration limits
Browse files Browse the repository at this point in the history
  • Loading branch information
domrachev03 committed Jun 25, 2024
1 parent 79323a1 commit e441685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pink/solve_ik.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def solve_ik(
homogeneous. If it helps we can add a tangent-space scaling to damp the
floating base differently from joint angular velocities.
"""
# configuration.check_limits()
configuration.check_limits()
problem = build_ik(
configuration,
tasks,
Expand Down

0 comments on commit e441685

Please sign in to comment.