You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to me very unmaintainable to have this in install instructions https://ftp.osuosl.org/pub/ros/packages.ros.org/ros2/ubuntu/pool/main/r/ros-apt-source/ros2-apt-source_1.0.0~$(. /etc/os-release && echo $VERSION_CODENAME)_all.deb. You can see it on https://docs.ros.org/en/kilted/Installation/Ubuntu-Install-Debs.html#enable-required-repositories , where the link still points to 1.0.0, while 1.1.0 has already been released. So each new release of this package will break all tutorials (and Dockerfiles and Ansible recipes etc.).
The text was updated successfully, but these errors were encountered:
It seems to me very unmaintainable to have this in install instructions
https://ftp.osuosl.org/pub/ros/packages.ros.org/ros2/ubuntu/pool/main/r/ros-apt-source/ros2-apt-source_1.0.0~$(. /etc/os-release && echo $VERSION_CODENAME)_all.deb
. You can see it on https://docs.ros.org/en/kilted/Installation/Ubuntu-Install-Debs.html#enable-required-repositories , where the link still points to 1.0.0, while 1.1.0 has already been released. So each new release of this package will break all tutorials (and Dockerfiles and Ansible recipes etc.).The text was updated successfully, but these errors were encountered: