Skip to content

Commit 29cc01d

Browse files
Fix daqp version in Arena dockerfile for compatibility with qpsolvers… (#669)
… 4.12.0 (#667) ## Summary Fixes compatibility of Pink IK with latest version of qpsolvers 4.12.0 which requires daqp >= 0.8.5. Isaac Lab has resolved this upstream in a [merged PR](isaac-sim/IsaacLab#5556). This PR updates the version of dqap in the Arena dockerfile manually. The change can be dropped after the Isaac Lab submodule is bumped past commit [4934cd0ce5a53b86342f32d89e5491016c841769](isaac-sim/IsaacLab@4934cd0). --------- ## Summary Short description of the change (max 50 chars) ## Detailed description - What was the reason for the change? - What has been changed? - What is the impact of this change? Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 4b85ea4 commit 29cc01d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docker/Dockerfile.isaaclab_arena

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ RUN /isaac-sim/python.sh -m pip install --no-deps -e ${WORKDIR}/submodules/Isaac
4949
# Install isaaclab
5050
RUN ${ISAACLAB_PATH}/isaaclab.sh -i
5151

52+
# DAQP version required for latest qpsolvers 4.12.0. Backport of IsaacLab #5556.
53+
# Can be dropped once the Isaac Lab submodule is bumped past 4934cd0ce5a53b86342f32d89e5491016c841769.
54+
RUN /isaac-sim/python.sh -m pip install --force-reinstall daqp==0.8.5
55+
5256
# Install Isaac Teleop Python APIs (retargeters, device I/O, OpenXR bindings)
5357
RUN /isaac-sim/python.sh -m pip install isaacteleop~=1.1.0 --extra-index-url https://pypi.nvidia.com
5458

0 commit comments

Comments
 (0)