ros-galactic icon indicating copy to clipboard operation
ros-galactic copied to clipboard

In Galactic sdformat points to sdformat9, i.e. libsdformat conda-forge package

Open traversaro opened this issue 3 years ago • 5 comments

This should avoid the problem discussed in https://github.com/conda-forge/libsdformat-feedstock/pull/57#issuecomment-1093535795 . sdformat12 (libsdformat12 conda-forge package) is going to be used in Humble instead, see https://github.com/ros/sdformat_urdf/pull/7 .

traversaro avatar Apr 18 '22 21:04 traversaro

Ok - will merge this in when we next rebuild all packages.

Thanks @traversaro

Tobias-Fischer avatar Apr 18 '22 21:04 Tobias-Fischer

Ok - will merge this in when we next rebuild all packages.

Thanks @traversaro

Ack, I tried to enable sdformat-urdf for linux-64 in this PR just to check if it builds fine. Fortunatly the sdformat rosdep key should be used only there, see https://index.ros.org/d/sdformat/ .

traversaro avatar Apr 18 '22 21:04 traversaro

Ok - will merge this in when we next rebuild all packages. Thanks @traversaro

Ack, I tried to enable sdformat-urdf for linux-64 in this PR just to check if it builds fine. Fortunatly the sdformat rosdep key should be used only there, see https://index.ros.org/d/sdformat/ .

Indeed, sdformat-urdf seems to be building fine even against sdformat 9.

traversaro avatar Apr 18 '22 22:04 traversaro

I guess we should do the same on Noetic at some point ..

Tobias-Fischer avatar Apr 18 '22 22:04 Tobias-Fischer

I guess we should do the same on Noetic at some point ..

Done in https://github.com/RoboStack/ros-noetic/pull/253 .

traversaro avatar Apr 19 '22 06:04 traversaro