Skip to content

Commit

Permalink
Update ros.sh (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Apr 27, 2024
1 parent 26698a8 commit 32f74ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions industrial_ci/src/ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ function _set_ros_defaults {
"iron")
_ros2_defaults "jammy"
;;
"jazzy")
_ros2_defaults "noble"
;;
"rolling")
_ros2_defaults "noble"
if [ "$OS_CODE_NAME" == "jammy" ]; then
Expand Down

0 comments on commit 32f74ba

Please sign in to comment.