Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix fatal regression in wholebodydynamics device support of nonConsideredAxesPositions parameter #192

Merged
merged 3 commits into from
May 2, 2024

Conversation

traversaro
Copy link
Member

@traversaro traversaro commented May 2, 2024

The PR #188 (and hence the v0.11.0 release) contained a critical bug that resulted in all the FT sensors of the specified URDF model to be ignored, resulting in the device not be able to start correctly.

Fix icub-tech-iit/ergocub-software#246 .

cc @SimoneMic

@traversaro
Copy link
Member Author

The macos fails with:

Run pixi run download_deps
  × The current platform does not satisfy the minimal virtual package
  │ requirements
  ╰─▶ the project does not support 'osx-arm64'

  × The current platform does not satisfy the minimal virtual package
  │ requirements
  ╰─▶ the project does not support 'osx-arm64'

  × The current platform does not satisfy the minimal virtual package
  │ requirements
  ╰─▶ the project does not support 'osx-arm64'

Error: Process completed with exit code 1.

This was due to the fact that macos-latest switched to osx-arm64, that is easy to fix, now the ergocub-software is available on osx-arm64 conda-forge/ergocub-software-feedstock#1 .

@traversaro traversaro merged commit 10675f7 into master May 2, 2024
3 checks passed
@traversaro traversaro deleted the fix/ergocub246 branch July 9, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to launch launch_wholebodydynamics_ecub.xml in simulation
1 participant