-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Jan 2024 rebuild #124
Jan 2024 rebuild #124
Conversation
Hi @traversaro - do you happen to know which ignition versions humble is compatible with? I get some compatibility issues with the various ignition libraries, I think the current mapping isn't correct / up-to-date. |
Actually, it might be because I didn't take the latest protobuf migration into account here; but they were applied in the conda-forge libignition feedstocks. |
From https://gazebosim.org/docs/fortress/ros_installation it seems Gazebo Fortress, from https://github.com/gazebo-tooling/gazebodistro/blob/master/collection-fortress.yaml the packages are:
and so on so forth. |
@wolfv - I'm running into this again: |
I am not sure which problems are you seeing, but actually something that I did was to disable Windows in some Ignition Fortress-related packages, see:
If we actually need it in Ros Humble, I can look into re-enabling them. However, Ignition Fortress never worked fine on Windows, so I do not think it makes a lot of sense to try to fix compilation if then runtime will never work. |
@traversaro - I think I resolved the ignition issues by bumping the protobuf/abseil pinnings, thanks for checking! I'm now struggling locally on osx-arm64 building cartographer-ros. It seems that clang doesn't like the mutex macros:
Do you have any idea how to fix it? |
Actually, there is a ignition/gazebo related question as well: |
All good, it was just a pinning issue. Sorry for the noise. I think on osx-arm64, I locally should very shortly have a full rebuild. |
For future reference - this was solved by installing |
Looking pretty good now, except for the Windows builds. |
Interestingly, by local build failed with:
However, the git clone of the repo locally works fine. |
For reference, the Windows error in CI is in
probably due to
See #41 for a related issue. |
Actually this is unrelated, simply that specific repo does not have any setup.cfg . |
Thanks for bringing patches up to date! |
Hi @0wu - do I understand you correctly that you locally build for Python 3.8? Unfortunately we don’t have capacity to support multiple Python versions, but you are more than welcome to send a PR which ensures compatibility with multiple Python versions. |
add python38 compatbility to rebuilt_2024 branch
…da compatbility issue
fix a broken ros-humble-ament-package.patch
Add realsense support
No description provided.