We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c2176 commit e5acd29Copy full SHA for e5acd29
1 file changed
industrial_ci/src/ros.sh
@@ -111,9 +111,14 @@ function _set_ros_defaults {
111
_ros2_defaults "noble"
112
if [ "$OS_CODE_NAME" == "jammy" ]; then
113
if [ -z "$ROSDISTRO_INDEX_VERSION" ]; then
114
- ici_warn "Pinning rolling to latest support version on jammy: 2024-02-28"
+ ici_warn "Pinning rolling to latest supported version on jammy: 2024-02-28"
115
export ROSDISTRO_INDEX_VERSION=rolling/2024-02-28
116
fi
117
+ elif [ "$OS_CODE_NAME" == "noble" ]; then
118
+ if [ -z "$ROSDISTRO_INDEX_VERSION" ]; then
119
+ ici_warn "Pinning rolling to latest supported version on noble: 2026-04-28"
120
+ export ROSDISTRO_INDEX_VERSION=rolling/2026-04-28
121
+ fi
122
123
;;
124
"false")
0 commit comments