-
Notifications
You must be signed in to change notification settings - Fork 48
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
Update pixi.toml with gz-sim9 and new ROS Humble packages on February 2025 #1800
Conversation
Interestingly, there is a glfw3 related error:
Based on https://conda-metadata-app.streamlit.app/Search_by_file_path?path=include%2FX11%2Fextensions%2Frandr.h, I guess we need to add the |
On Windows there is an interesting failure:
|
The CI failures will be fixed by ami-iit/yarp-device-openxrheadset#60 . |
|
I added a workaround for this in c873c1f . |
Several changes:
ROBOTOLOGY_USES_ROS2
andROBOTOLOGY_USES_MOVEIT
on all the platforms we support. This permits us to remove the separate betweenros2
andros2moveit
pixi environments, and to enable the CI ofROBOTOLOGY_USES_MOVEIT
on all operating systems. We can also add back thepcl = ">=1.11.1"
andlibopencv = ">=4.10.0"
constraints in the ros2 pixi environment.swig = ">=4.2.1"
constraint that is required by YARP 3.11ROBOTOLOGY_USES_GZ
fromgz-sim8
(Gazebo Harmonic) togz-sim9
(Gazebo Ionic).