Skip to content

Commit

Permalink
Pin ROS2 rolling to 2024-02-28 on jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Mar 29, 2024
1 parent cf1038b commit 331b386
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion industrial_ci/src/ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ function _set_ros_defaults {
_ros2_defaults "jammy"
;;
"rolling")
_ros2_defaults "noble"
_ros2_defaults "jammy"
export ROSDISTRO_INDEX_VERSION=${ROSDISTRO_INDEX_VERSION:-rolling/2024-02-28}
;;
"false")
unset ROS_DISTRO
Expand Down

0 comments on commit 331b386

Please sign in to comment.